- Install Hugo https://gohugo.io/getting-started/installing
-
Start the hugo server
hugo serve --disableFastRender --config localhost.toml
-
Visit the site at http://localhost:1313
Alternately, on MacOS, run bash preview-local.command
to check dependencies, start the server and open the site in Chrome.
- All development should be done locally in feature branches.
- When you have changes ready to push to dev, open a pull request against the dev branch.
- Do not push changes directly to dev, staging or master.
All changes should be deployed to dev first, followed by staging and production:
- Merge pull request from feature branch to dev branch to deploy to dev.ror.org
- Open a pull request from dev branch against staging branch and merge to deploy to staging.ror.org
- Open a pull request from staging branch against master branch and merge to deploy to ror.org
Deployment is handled by Github actions
- Deploy Dev action deploys to dev.ror.org on push/merge to dev branch
- Deploy Staging action deploys to staging.ror.org on push/merge to staging branch
- Deploy Master action deploys to ror.org on push/merge to master branch
- ror-site CSS is also used by ror-app. Please consider impacts of CSS changes on ror-app.
- Any menu changes made to ror-site need to be duplicated in ror-app
- The ror-site theme was originally based on the Hugo Universal Theme.