Source files for the CarbPred project website.
https://projects.cs.uct.ac.za/honsproj/cgi-bin/view/2025/bellamy_bhad_dean.zip/
| archetypes | ||
| content | ||
| static | ||
| themes/PaperMod | ||
| .gitignore | ||
| .hugo_build.lock | ||
| hugo.yaml | ||
| README.md | ||
CarbPredWebsite
The source files for the CarbPred project website.
Usage
The website is built using Hugo - a static website generator. The website uses the hugo-PaperMod theme.
To run a local development server:
hugo server
To build the files for publishing as a static website:
rm -r ./public
hugo --cleanDestinationDir --gc
The files will be generated and placed in the public directory.