Find a file
2025-10-14 11:53:41 +02:00
archetypes add initial files, again 2025-10-09 18:20:38 +02:00
content fix broken links 2025-10-14 11:53:41 +02:00
static Add to nextshift artefacts 2025-10-13 23:16:12 +02:00
themes/PaperMod disable CORS and integrity so it works offline 2025-10-14 11:47:49 +02:00
.gitignore add initial files, again 2025-10-09 18:20:38 +02:00
.hugo_build.lock add initial files, again 2025-10-09 18:20:38 +02:00
hugo.yaml fix broken links 2025-10-14 11:53:41 +02:00
README.md add initial files 2025-10-09 18:19:53 +02:00

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.