From a432bbfcf4f169f53fd40c22dd1119cf3637eb18 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Thu, 17 Aug 2023 20:07:30 +0200 Subject: [PATCH] changed to publish --- content/posts/my-first-post.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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