From 58f07c4a271201003ca7ba5d56f0e33ad8288395 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 6 Apr 2023 07:57:49 +0300 Subject: [PATCH] improve --- flake.lock | 8 ++++---- flake.nix | 6 ++++++ src/index.md | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 9db06f5..c8f6ee9 100644 --- a/flake.lock +++ b/flake.lock @@ -6,11 +6,11 @@ "parts": "parts" }, "locked": { - "lastModified": 1680754735, - "narHash": "sha256-9BxKrDWg7K2ESUysFrbdLNz3qvY3zCQ7vC61hBRaJqI=", + "lastModified": 1680756963, + "narHash": "sha256-gtGpUoe7LW3NzqElQ4Sf4hDnmFVpSha8maQdc6yTtbk=", "ref": "refs/heads/master", - "rev": "ef1ad056acdb43aa3390c83048c67295d391b4b2", - "revCount": 65, + "rev": "cb15162252b4bc0c074850e59c6bebd3f5a37c19", + "revCount": 68, "type": "git", "url": "https://git.gaze.systems/dusk/html.nix.git" }, diff --git a/flake.nix b/flake.nix index 73b5e2a..389741e 100644 --- a/flake.nix +++ b/flake.nix @@ -25,6 +25,12 @@ title = "dusk's place"; iconPath = "resources/icon.png"; siteLang = "en"; + descriptionsById = { + "404" = "Page not found."; + "index" = "Home page of dusk's place with information about the website."; + "posts" = "A listing of posts published on the website."; + "_exporting_ssh_key_from_gpg" = "Instructions explaining how to export SSH keys from GPG."; + }; }; templater = ctx: l.pipe ctx [ diff --git a/src/index.md b/src/index.md index 6e23987..f84ba53 100644 --- a/src/index.md +++ b/src/index.md @@ -16,5 +16,5 @@ I also use Rust and Zig for my hobby or other more serious projects. I work at [Platonic Systems](https://platonic.systems). -+ I use a NixOS system, you can find my configuration [here](https://git.gaze.systems/dusk/ark). -+ This site's source is available [here](https://git.gaze.systems/dusk/website). ++ I use a NixOS system, you can [find my configuration here](https://git.gaze.systems/dusk/ark). ++ [This site's source is available here](https://git.gaze.systems/dusk/website).