Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 476 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 476 Bytes

ecell4_hugo

How to update this hugo site

  1. Install hugo
  2. Run git clone git://github.com/ecell/ecell4_hugo in your terminal
  3. Run cd ecell4_hugo in your terminal
  4. Run git submodule update --init --recursive in your terminal
  5. Edit content/_index.md
  6. Run hugo server -D in your terminal
  7. Opne localhost:1313 with your web browser

Deploying this hugo site

  1. Run hugo -D in your terminal
  2. Run git commit -m "Some message" -a && git push"