blog/README.md

13 lines
464 B
Markdown
Raw Normal View History

2023-08-17 19:54:03 +00:00
# Kristian's Reproducible Website
2023-08-17 14:16:17 +00:00
2023-08-17 19:54:03 +00:00
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.
2023-08-17 15:07:46 +00:00
2023-08-17 19:54:03 +00:00
## Development
2023-08-17 14:16:17 +00:00
2023-08-17 19:54:03 +00:00
To preview changes serve the website with `hugo serve` and set `draft: false` in your blogpost.
2023-08-17 15:07:46 +00:00
2023-08-17 19:54:03 +00:00
## Deployment
Just push the changes to GitLab and the automatic CI/CD will build and deploy the website.