npm install hexo-cli -g
git clone https://github.com/HeXA-UNIST/hexa-blog.git
cd hexa-blog
npm install
hexo new "Codegate 2015 systemshock"
vi source/_posts/Codegate-2015-systemshock.md
vi source/_posts/filename-to-edit.md
Type below command and go to http://0.0.0.0:4000/ to check your change.
hexo server
Don't use git add .
git commit -m "blabla"
things. Just type,
make deploy
See Makefile to see the details of this magic command.
Copyright ©️ 2015 HeXA.
The MIT License (MIT)