Skip to content

justintung/hexo-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

hexo + maupassant-hexo

step 1:

git clone https://github.com/justintung/hexo-dockerfile.git

step 2:

cd hexo-dockerfile

step 3:

docker build -t hexo ./

step 4:

docker run -itd -v <hexo source dir>:/usr/share/nginx/html/source -p 8082:80 --name hexo.itmotu.com hexo

step 5:

docker exec -it hexo.itmotu.com hexo new "hello-hexo"

step 6:

docker exec -it hexo.itmotu.com hexo generate

step 6:
visit http://ip:8082

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published