The source code for the Leicester Hackspace website.
This site uses Hugo static site generation, with a custom theme.
More information is available via the wiki tab in GitHub
We welcome contributions of any kind, please see our CONTRIBUTING.md for guidance on the repository and how to contribute.
This project requires Hugo and DartSass.
To run the site locally use:
hugo server -DThis will host a local webserver with the site's content.
To generate the static site content, run:
hugoThis will output the static HTML into /public.