Go to file
Kristian Krsnik 7a0665a32e
Updated developer experience and added placeholder
2024-03-03 14:28:15 +01:00
.github/workflows updated build 2023-08-18 22:32:36 +02:00
archetypes initial commit 2023-08-17 16:16:17 +02:00
content/posts Updated developer experience and added placeholder 2024-03-03 14:28:15 +01:00
data changed GPG key 2023-09-07 02:41:41 +02:00
static changed GPG key 2023-09-07 02:41:41 +02:00
.envrc initial commit 2023-08-17 16:16:17 +02:00
.gitignore updated blog flake 2024-03-02 19:36:04 +01:00
.gitlab-ci.yml enable flakes with command line arguments 2023-08-17 18:09:27 +02:00
README.md updated README 2023-08-18 22:32:57 +02:00
config.toml removed asciidoc support 2023-08-17 22:50:29 +02:00
flake.lock updated blog flake 2024-03-02 19:36:04 +01:00
flake.nix Updated developer experience and added placeholder 2024-03-03 14:28:15 +01:00

README.md

Kristian's Reproducible Website

GitHub Pages Status

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 -D. This will build all content that has draf: true set in the header. This will also build the theme's content, if it includes one. If you are only interested how the published site will look do hugo serve.

Deployment

This repo includes CI/CD configurations for GitHub and GitLab, so all you need to do is push any changes.