This repo houses the assets used to build the Kured project's website: https://kured.dev/.
The main landing page of this website can be modified in config.yaml
.
All of the content lives in the content/
directories.
In order to run the Kured site locally, you need to install the Hugo static site generator. Make sure to install the "extended" variant of Hugo with support for the Hugo Pipes feature.
Once you have everything installed, run the site in "server" mode:
make serve
Navigate to http://localhost:1313
to see the site running in your browser. As you make updates to the site, the browser will immediately update to reflect those changes.