diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md index bb0270a..74e3e5a 100644 --- a/content/posts/my-first-post.md +++ b/content/posts/my-first-post.md @@ -1,7 +1,15 @@ --- -title: "My First Post" +title: "Host your website with Nix and GitLab pages" date: 2023-08-17T15:49:41+02:00 -draft: true +draft: false --- -## This is a test +## Why use Nix? + +Nix is a package manager and build system which allows you to declare reproducible build processes. + +## GitLab Pages + +Let's create a gitlab + +## Host on NixOS