···2525 title = "dusk's place";
2626 iconPath = "resources/icon.png";
2727 siteLang = "en";
2828+ descriptionsById = {
2929+ "404" = "Page not found.";
3030+ "index" = "Home page of dusk's place with information about the website.";
3131+ "posts" = "A listing of posts published on the website.";
3232+ "_exporting_ssh_key_from_gpg" = "Instructions explaining how to export SSH keys from GPG.";
3333+ };
2834 };
2935 templater = ctx:
3036 l.pipe ctx [
+2-2
src/index.md
···16161717I work at [Platonic Systems](https://platonic.systems).
18181919-+ I use a NixOS system, you can find my configuration [here](https://git.gaze.systems/dusk/ark).
2020-+ This site's source is available [here](https://git.gaze.systems/dusk/website).
1919++ I use a NixOS system, you can [find my configuration here](https://git.gaze.systems/dusk/ark).
2020++ [This site's source is available here](https://git.gaze.systems/dusk/website).