docker hexo

hexo下载

1
2
3
4
5
6
7

npm install -g hexo-cli
npm i npm
mkdir blog
hexo init blog
hexo s

hexo主题

1
2
git clone https://github.com/theme-next/hexo-theme-next themes/next
git clone https://github.com/litten/hexo-theme-yilia.git themes/yilia
服务配置
hexodocker