1
0
Fork 0
This commit is contained in:
Yusuf Bera Ertan 2023-04-06 07:57:49 +03:00
parent 083a81d251
commit 58f07c4a27
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
3 changed files with 12 additions and 6 deletions

View File

@ -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"
},

View File

@ -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 [

View File

@ -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).