diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-09T12·01+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-09T12·01+0000 |
commit | a8fa0edd72a9c5074cd80b3103e26fb0d803be46 (patch) | |
tree | 8c57387673674ad147d66ca2fb391eadf399770c /web/homepage/entries.nix | |
parent | 21e0279e086ea267897254f84d649551b53cfd33 (diff) |
feat(web/homepage): Add an entry for the Principia Discordia r/509
Diffstat (limited to 'web/homepage/entries.nix')
-rw-r--r-- | web/homepage/entries.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/homepage/entries.nix b/web/homepage/entries.nix index b951a7424bf1..d204090330ef 100644 --- a/web/homepage/entries.nix +++ b/web/homepage/entries.nix @@ -34,4 +34,14 @@ date = 1527375600; description = "Small daemon to forward logs from journald to Stackdriver Logging"; } + { + class = "misc"; + title = "Principia Discordia"; + url = "https://principiadiscordia.com/book/1.php"; + date = 1495494000; + description = '' + The Principia is a short book I read as a child, and didn't + understand until much later. It shaped much of my world view. + ''; + } ] |