Go to file
2023-08-17 21:54:33 +02:00
archetypes initial commit 2023-08-17 16:16:17 +02:00
data changed menu 2023-08-17 21:46:58 +02:00
.envrc initial commit 2023-08-17 16:16:17 +02:00
.gitignore initial commit 2023-08-17 16:16:17 +02:00
.gitlab-ci.yml enable flakes with command line arguments 2023-08-17 18:09:27 +02:00
config.toml added asciidoc support 2023-08-17 21:43:24 +02:00
flake.lock initial commit 2023-08-17 16:16:17 +02:00
flake.nix changed name of flake project 2023-08-17 21:50:16 +02:00
README.md updated README 2023-08-17 21:54:03 +02:00

Kristian's Reproducible Website

This project is my personal website, using Hugo with asciidoc as a static site generator. The site is hosted on GitLab pages, using the supplied .gitlab-ci.yaml file, which just builds the flake.nix file.

Development

To preview changes serve the website with hugo serve and set draft: false in your blogpost.

Deployment

Just push the changes to GitLab and the automatic CI/CD will build and deploy the website.