Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 874 Bytes

File metadata and controls

29 lines (18 loc) · 874 Bytes

PGR Basic

This is a simple Hugo theme initially written to be used for the School of Maths PGR conference.

Requirements

To develop this theme, you will need:

  • sass 3.7+,
  • pandoc 2.9+,
  • a recent version of make, and
  • python 3.5+.

Development

The basic workflow is as follows:

  • Run make test_html to generate a test site.
  • Run make serve in a separate terminal to serve the test site locally on localhost:8000.
  • Edit the scss and template files.
  • Run make test_html to 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.

Usage Notes

The pandoc template is derived from pwp-theme.