This site is created using the Hugo static site generator.
If you would like to make changes:
- Clone this repo
- Ensure hugo is installed in your path (binaries are available here
- Execute
hugo server --watch
and view the local build of the site in your browser by going tohttp://localhost:1313
. livereload.js is injected in to the generated source in this mode, so you pages should be rebuilt and reloaded as you save them. - Make your changes
- Ideally, merge and reconcile to master branch first from release branch
- Commit and push, make a pull request if you don't have push access
To then update the live lowrisc.org website:
- You can stop the
hugo server --watch
process now - Run
hugo
to do a clean build - Copy
public/*
in to a checkout of the lowrisc.github.io repo - Commit and push