This is a simple Hugo theme initially written to be used for the School of Maths PGR conference.
To develop this theme, you will need:
The basic workflow is as follows:
- Run
make test_htmlto generate a test site. - Run
make servein a separate terminal to serve the test site locally on localhost:8000. - Edit the scss and template files.
- Run
make test_htmlto regenerate the site. - Check how it looks on the browser.
If you add new templates or scss files, remember to add them to the respective variables at the top of the Makefile.
The pandoc template is derived from pwp-theme.