From 21fb163a047b53fb9d16ba986b6dcb197163612f Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Tue, 13 Aug 2024 20:08:49 -0600 Subject: [PATCH] =?UTF-8?q?update=20layout=20and=20add=20digital=20gardeni?= =?UTF-8?q?ng=E2=80=82link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- posixlycorrect/config.toml | 12 ++++++------ posixlycorrect/content/lib.md | 13 +++++++------ posixlycorrect/content/lib/art_collection.md | 8 ++++---- .../themes/terminimal/templates/index.html | 11 +++++++++-- 4 files changed, 26 insertions(+), 18 deletions(-) diff --git a/posixlycorrect/config.toml b/posixlycorrect/config.toml index 82f3a23..b4b5d23 100644 --- a/posixlycorrect/config.toml +++ b/posixlycorrect/config.toml @@ -20,12 +20,12 @@ favicon_mimetype = "image/png" menu_items = [ {name = "about", url = "$BASE_URL/about"}, - {name = "blog", url = "$BASE_URL/blog"}, - {name = "wiki", url = "https://wiki.posixlycorrect.com", newtab = true}, - {name = "git", url = "https://git.posixlycorrect.com", newtab = true}, - {name = "pastebin", url = "https://send.posixlycorrect.com/", newtab = true}, - {name = "comms", url = "$BASE_URL/comms"}, {name = "lib", url = "$BASE_URL/lib"}, - {name = "stream", url = "https://stream.posixlycorrect.com/", newtab = true}, + {name = "blog", url = "$BASE_URL/blog"}, + {name = "wiki↗", url = "https://wiki.posixlycorrect.com", newtab = true}, + {name = "git↗", url = "https://git.posixlycorrect.com", newtab = true}, + {name = "pastebin↗", url = "https://send.posixlycorrect.com/", newtab = true}, + {name = "comms", url = "$BASE_URL/comms"}, + {name = "stream↗", url = "https://stream.posixlycorrect.com/", newtab = true}, {name = "analog photo", url = "$BASE_URL/analog-photography"}, ] diff --git a/posixlycorrect/content/lib.md b/posixlycorrect/content/lib.md index 68ea96e..4c55950 100644 --- a/posixlycorrect/content/lib.md +++ b/posixlycorrect/content/lib.md @@ -1,9 +1,10 @@ +++ title = "lib" +++ -### [art collection](@/lib/art_collection.md) -### [safire memo](@/lib/safire_memo.md) -### [places to eat out (outdated)](@/lib/places_to_eat_out.md) -### [two hard things](@/lib/two_hard_things.md) -### [visual thinking](@/lib/visual_thinking.md) -### [be methodical](@/lib/be_methodical.md) +[safire memo](@/lib/safire_memo.md)   +[two hard things](@/lib/two_hard_things.md)   +[visual thinking](@/lib/visual_thinking.md)   +[be methodical](@/lib/be_methodical.md)   + +[art collection](@/lib/art_collection.md)   +[digital gardening](https://git.posixlycorrect.com/fabian/digital-gardeners)   \ No newline at end of file diff --git a/posixlycorrect/content/lib/art_collection.md b/posixlycorrect/content/lib/art_collection.md index e472b79..54366a2 100644 --- a/posixlycorrect/content/lib/art_collection.md +++ b/posixlycorrect/content/lib/art_collection.md @@ -12,14 +12,14 @@ Screen Printing La Tertulia is a screen printing ("serigrafía", in spanish) by Costa Rican artist Rafa Gutierrez. -![La Tertulia](../art_collection/la_tertulia1.jpg) +![La Tertulia](../../art_collection/la_tertulia1.jpg) -![La Tertulia](../art_collection/la_tertulia2.jpg) +![La Tertulia](../../art_collection/la_tertulia2.jpg) This is how I framed it: -![La Tertulia](../art_collection/la_tertulia3.jpg) +![La Tertulia](../../art_collection/la_tertulia3.jpg) This piece has a "sister" which I gifted to my father. It's called "Caribe": -![Caribe](../art_collection/caribe.jpg) +![Caribe](../../art_collection/caribe.jpg) diff --git a/posixlycorrect/themes/terminimal/templates/index.html b/posixlycorrect/themes/terminimal/templates/index.html index 3d4cb93..9462f75 100644 --- a/posixlycorrect/themes/terminimal/templates/index.html +++ b/posixlycorrect/themes/terminimal/templates/index.html @@ -57,8 +57,15 @@
{% block content %}
- Hi! Use the above buttons to navigate the site :) - {% set page = get_page(path="about.md") %} + Hi! :) You have reached the root endpoint of the posixlycorrect server, + my home server. + +
+
+ + Checkout these cool links: + + {% set page = get_page(path="lib.md") %} {{ post_macros::content(page=page, summary=false) }}
{% endblock content %}