2016-11-11 10:33:18 +00:00
|
|
|
https://hexo.io/zh-cn/
|
|
|
|
|
|
|
|
http://theme-next.iissnan.com/
|
2016-11-30 12:47:38 +00:00
|
|
|
|
2017-03-30 09:08:10 +00:00
|
|
|
First Time(not inited):
|
2016-12-01 03:51:10 +00:00
|
|
|
docker service create \
|
|
|
|
--name hexo \
|
2017-03-30 09:08:10 +00:00
|
|
|
--publish 80:4000 \
|
2016-12-01 03:51:10 +00:00
|
|
|
-e GIT_EMAIL="me@newnius.com" \
|
|
|
|
-e GIT_NAME="newnius" \
|
|
|
|
--mount type=bind,source=/mnt/data/blog,target=/blog \
|
|
|
|
newnius/hexo
|
2016-11-30 12:47:38 +00:00
|
|
|
|
|
|
|
Start Server:
|
2017-03-30 09:08:10 +00:00
|
|
|
docker service create \
|
|
|
|
--name hexo \
|
|
|
|
--publish 80:4000 \
|
|
|
|
-e GIT_EMAIL="me@newnius.com" \
|
|
|
|
-e GIT_NAME="newnius" \
|
|
|
|
--mount type=bind,source=/mnt/data/blog,target=/blog \
|
|
|
|
newnius/hexo server
|