improve
This commit is contained in:
parent
083a81d251
commit
58f07c4a27
@ -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"
|
||||
},
|
||||
|
@ -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 [
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user