This is a Hugo theme created for use in courses at Fontys Venlo.
Archetypes These define the default front matter for newly created docs/pages.
Assets These define the CSS (SCSS/PostCSS) and the JavaScript (TypeScript).
Layouts These define the layouts of the different pages and make sure the correct assets are included.
To build the project make sure to have the extended version of Hugo installed.
To build in development mode: hugo server -D
To build for production: hugo
The theme defines a couple of variables that can be set under the params section:
- github: Defines the
URLto the Github repository - highlight: Whether to include highlight.js javascript and css
- fontawesome: Whether to include font-awesome v4 css and font