https://github.com/ecell/ecell4_hugo
https://github.com/ecell/ecell4_hugo
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ecell/ecell4_hugo
- Owner: ecell
- Created: 2019-12-29T07:44:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T08:48:53.000Z (over 6 years ago)
- Last Synced: 2025-05-22T03:09:23.333Z (about 1 year ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"`