data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

improve

+12 -6
+4 -4
flake.lock
··· 6 6 "parts": "parts" 7 7 }, 8 8 "locked": { 9 - "lastModified": 1680754735, 10 - "narHash": "sha256-9BxKrDWg7K2ESUysFrbdLNz3qvY3zCQ7vC61hBRaJqI=", 9 + "lastModified": 1680756963, 10 + "narHash": "sha256-gtGpUoe7LW3NzqElQ4Sf4hDnmFVpSha8maQdc6yTtbk=", 11 11 "ref": "refs/heads/master", 12 - "rev": "ef1ad056acdb43aa3390c83048c67295d391b4b2", 13 - "revCount": 65, 12 + "rev": "cb15162252b4bc0c074850e59c6bebd3f5a37c19", 13 + "revCount": 68, 14 14 "type": "git", 15 15 "url": "https://git.gaze.systems/dusk/html.nix.git" 16 16 },
+6
flake.nix
··· 25 25 title = "dusk's place"; 26 26 iconPath = "resources/icon.png"; 27 27 siteLang = "en"; 28 + descriptionsById = { 29 + "404" = "Page not found."; 30 + "index" = "Home page of dusk's place with information about the website."; 31 + "posts" = "A listing of posts published on the website."; 32 + "_exporting_ssh_key_from_gpg" = "Instructions explaining how to export SSH keys from GPG."; 33 + }; 28 34 }; 29 35 templater = ctx: 30 36 l.pipe ctx [
+2 -2
src/index.md
··· 16 16 17 17 I work at [Platonic Systems](https://platonic.systems). 18 18 19 - + I use a NixOS system, you can find my configuration [here](https://git.gaze.systems/dusk/ark). 20 - + This site's source is available [here](https://git.gaze.systems/dusk/website). 19 + + I use a NixOS system, you can [find my configuration here](https://git.gaze.systems/dusk/ark). 20 + + [This site's source is available here](https://git.gaze.systems/dusk/website).