improve
This commit is contained in:
parent
083a81d251
commit
58f07c4a27
@ -6,11 +6,11 @@
|
|||||||
"parts": "parts"
|
"parts": "parts"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1680754735,
|
"lastModified": 1680756963,
|
||||||
"narHash": "sha256-9BxKrDWg7K2ESUysFrbdLNz3qvY3zCQ7vC61hBRaJqI=",
|
"narHash": "sha256-gtGpUoe7LW3NzqElQ4Sf4hDnmFVpSha8maQdc6yTtbk=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "ef1ad056acdb43aa3390c83048c67295d391b4b2",
|
"rev": "cb15162252b4bc0c074850e59c6bebd3f5a37c19",
|
||||||
"revCount": 65,
|
"revCount": 68,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.gaze.systems/dusk/html.nix.git"
|
"url": "https://git.gaze.systems/dusk/html.nix.git"
|
||||||
},
|
},
|
||||||
|
@ -25,6 +25,12 @@
|
|||||||
title = "dusk's place";
|
title = "dusk's place";
|
||||||
iconPath = "resources/icon.png";
|
iconPath = "resources/icon.png";
|
||||||
siteLang = "en";
|
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:
|
templater = ctx:
|
||||||
l.pipe 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 work at [Platonic Systems](https://platonic.systems).
|
||||||
|
|
||||||
+ I use a NixOS system, you can find my configuration [here](https://git.gaze.systems/dusk/ark).
|
+ 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).
|
+ [This site's source is available here](https://git.gaze.systems/dusk/website).
|
||||||
|
Loading…
Reference in New Issue
Block a user