- Install hugo
- Run
git clone git://github.com/ecell/ecell4_hugo
in your terminal - Run
cd ecell4_hugo
in your terminal - Run
git submodule update --init --recursive
in your terminal - Edit
content/_index.md
- Run
hugo server -D
in your terminal - Opne
localhost:1313
with your web browser
- Run
hugo -D
in your terminal - Run
git commit -m "Some message" -a && git push"