From cb67a2cca1fa54947782fa11c93f513bf40b2e82 Mon Sep 17 00:00:00 2001 From: Kayce Basques Date: Wed, 14 Feb 2024 20:01:57 -0800 Subject: [PATCH] mv blogroll bookmarks --- _templates/layout.html | 2 +- blogroll.rst => bookmarks.rst | 18 ++++++++++++------ index.rst | 9 ++++++--- 3 files changed, 19 insertions(+), 10 deletions(-) rename blogroll.rst => bookmarks.rst (80%) diff --git a/_templates/layout.html b/_templates/layout.html index e09f3ae..5b0d8c1 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -13,7 +13,7 @@
  • Home
  • Blog
  • RSS
  • -
  • Blogroll
  • +
  • Bookmarks
  • {% block body %}{{ body() }}{% endblock %} diff --git a/blogroll.rst b/bookmarks.rst similarity index 80% rename from blogroll.rst rename to bookmarks.rst index e1a4095..c1ccdf0 100644 --- a/blogroll.rst +++ b/bookmarks.rst @@ -1,10 +1,17 @@ -.. _blogroll: +.. _bookmarks: -======== -Blogroll -======== +========= +Bookmarks +========= -Gems of the world wide web written by not-me +.. _the third culture: https://www.edge.org/conversation/kevin_kelly-the-third-culture +.. _hacker culture: http://www.catb.org/jargon/html/H/hacker.html + +Browsers suck at bookmarks. Heck 'em, I'll just store my bookmarks publicly on +this webpage. There's nothing private or sensitive here, and you might also +enjoy this stuff. The only rule for this particular set of bookmarks is that +it's gotta be related to `hacker culture`_, `the third culture`_, or becoming a +better hacker in general. * `Scenius, Or Communal Genius `_ * `My $500M Mars Rover Mistake: A Failure Story `_ @@ -24,7 +31,6 @@ Gems of the world wide web written by not-me * `Seat Racing `_ * `Origin Of "The Future Has Already Arrived... It's Just Not Evenly Distributed Yet" `_ * `Astronomy Picture Of The Day `_ -* `Trust Arrives On Foot And Leaves On Horseback `_ * `The State Of Silicon And The GPU Poors `_ * `Interesting GenAI Takes `_ * `Feynman's Last Blackboard `_ diff --git a/index.rst b/index.rst index 8cd6d80..1663143 100644 --- a/index.rst +++ b/index.rst @@ -2,13 +2,16 @@ Home ==== -Adventures in {hard,soft,wet}ware by `Kayce Basques `_ +.. _third culture: https://www.edge.org/conversation/kevin_kelly-the-third-culture +.. _Kayce Basques: https://kayce.basqu.es +.. _hacker: http://www.catb.org/jargon/html/H/hacker.html -Read yourself a thing on the :ref:`blog` +Adventures in {hard,soft,wet}ware by `Kayce Basques`_. My :ref:`blog` for +`third culture`_ and `hacker`_ stuff in other words. .. toctree:: :maxdepth: 1 :hidden: blog/index - blogroll + bookmarks