An open API service indexing awesome lists of open source software.

https://github.com/ecell/ecell4_hugo


https://github.com/ecell/ecell4_hugo

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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
2. Edit `content/_index.md`
5. Run `hugo server -D` in your terminal
6. 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"`