Link to the live website: FM Teaching Committee webpage
- Clone this repository
- Run
hugo mod clean
followed byhugo mod get -u ./...
Run hugo
to test your copy. It has been tested with hugo version 0.92+extended
.
- If you want to make sure that you have the latest version, run
git pull
- Do the required changes (e.g. edit the pages in
content/home
, add a new post, etc.) - Test locally by running the script
view.sh
and pointing your browser tohttp://localhost:1313
- Once all the changes are done and you are happy with them, commit and push your changes.
- A GitHub Actions workflow will generate the new page and deploy it at https://fme-teaching.github.io. You can see the status of the deployment in the Actions tab: https://github.com/fme-teaching/fme-teaching.github.io/actions