From 7e12062f7d1a2182269270b9f14bcdac0ea4f4c3 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Thu, 18 Sep 2025 11:30:25 -0600 Subject: [PATCH 1/7] tabi: improve logic on newtab opening for navbar this was pretty obvious tbh --- themes/tabi-lean/templates/partials/nav.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/tabi-lean/templates/partials/nav.html b/themes/tabi-lean/templates/partials/nav.html index a225671..db93240 100644 --- a/themes/tabi-lean/templates/partials/nav.html +++ b/themes/tabi-lean/templates/partials/nav.html @@ -14,11 +14,10 @@ {%- if menu.url is starting_with("http") -%} {%- if trailing_slash -%} {%- else -%} {%- endif -%} + target="_blank" rel="noopener noreferrer"> {%- else -%} {%- endif -%} From 7707fd8cef3d6cee8d6969580b35dfb682b13198 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Thu, 18 Sep 2025 11:53:04 -0600 Subject: [PATCH 2/7] tabi: make external links in footer open in a new tab --- themes/tabi-lean/templates/partials/footer.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/tabi-lean/templates/partials/footer.html b/themes/tabi-lean/templates/partials/footer.html index 34415a4..7e64fdd 100644 --- a/themes/tabi-lean/templates/partials/footer.html +++ b/themes/tabi-lean/templates/partials/footer.html @@ -84,7 +84,8 @@ {%- set url = get_url(path=menu.url, lang=lang, trailing_slash=trailing_slash) -%} {%- endif -%} - + {{ macros_translate::translate(key=menu.name, default=menu.name, language_strings=language_strings) }} From 10cf9f3f1cbd407e4ac457738b5ee8a85f2f282b Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Thu, 18 Sep 2025 12:09:58 -0600 Subject: [PATCH 3/7] add sitemap to footer menu --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index b066945..90e61a8 100644 --- a/config.toml +++ b/config.toml @@ -76,6 +76,7 @@ footer_menu = [ {name = "notes", url = "https://notes.posixlycorrect.com"}, {name = "ebooks", url = "https://calibre.posixlycorrect.com"}, {name = "photos", url = "https://photos.posixlycorrect.com"}, + {name = "sitemap", url = "sitemap.xml"}, ] From dd3c8a53910c741ffb70080804e400d7698274a3 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Thu, 18 Sep 2025 12:10:19 -0600 Subject: [PATCH 4/7] add indieweb to lib --- content/lib/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/lib/_index.md b/content/lib/_index.md index 5b50db7..f461529 100644 --- a/content/lib/_index.md +++ b/content/lib/_index.md @@ -6,3 +6,4 @@ title = "lib" [visual thinking](@/lib/visual_thinking.md)   [be methodical](@/lib/be_methodical.md)   [digital gardening](https://git.posixlycorrect.com/fabian/digital-gardeners)   +[indieweb](https://https://indieweb.org/)   From caf4588ebd2d9e8a7fc3b1f1729daf8a2bb98df5 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Thu, 18 Sep 2025 12:10:32 -0600 Subject: [PATCH 5/7] remove dead content --- content/lib/art_collection.md | 25 ----------- content/lib/places_to_eat_out.md | 76 -------------------------------- 2 files changed, 101 deletions(-) delete mode 100644 content/lib/art_collection.md delete mode 100644 content/lib/places_to_eat_out.md diff --git a/content/lib/art_collection.md b/content/lib/art_collection.md deleted file mode 100644 index 54366a2..0000000 --- a/content/lib/art_collection.md +++ /dev/null @@ -1,25 +0,0 @@ -+++ -title = "art collection" -+++ -I own a very small art collection. Here are some photos of the pieces in it and -some info about them. - -# La tertulia -Screen Printing -35x45cm -2021 - -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_tertulia2.jpg) - -This is how I framed it: - -![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) diff --git a/content/lib/places_to_eat_out.md b/content/lib/places_to_eat_out.md deleted file mode 100644 index 2cd6424..0000000 --- a/content/lib/places_to_eat_out.md +++ /dev/null @@ -1,76 +0,0 @@ -+++ -title = "places to eat out" -+++ -
    -
  • Olive Garden
  • -
  • La Hacienda Mexicana
  • -
  • Wings on Fire
  • -
  • La 45
  • -
  • El Higuerón
  • -
  • La Casona de Laly
  • -
  • Pizza Hut
  • -
  • Spoon
  • -
  • Casa Rojas
  • -
  • Neko Sushi
  • -
  • Fitos
  • -
  • Cosí
  • -
  • La Caverna de Monto
  • -
  • Cantón
  • -
  • Ichiraku Sushi
  • -
  • Taquería Taquitos
  • -
  • 95 Grados
  • -
  • Ciros
  • -
  • Family Pizza
  • -
- - From a9ac9eeb3667e625844429ddbd1969fc639cf62d Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Thu, 18 Sep 2025 12:52:51 -0600 Subject: [PATCH 6/7] turn off global options for katex and mermaid they can be turned on for individual posts --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 90e61a8..22a69eb 100644 --- a/config.toml +++ b/config.toml @@ -52,8 +52,8 @@ toc = true bottom_footnotes = true copy_button = true code_block_name_links = true -katex = true -mermaid = true +katex = false # can be set to true in individual posts as needed +mermaid = false # can be set to true in individual posts as needed show_reading_time = false copyright = "© $CURRENT_YEAR Fabian Montero $SEPARATOR Unless otherwise noted, the content in this website is available under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license." From 04577fd42db03c89eca4f87f6c83d282df686a49 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Thu, 18 Sep 2025 15:32:23 -0600 Subject: [PATCH 7/7] add guestbook --- config.toml | 14 ++++++++++++++ content/_index.md | 2 ++ content/guestbook.md | 6 ++++++ 3 files changed, 22 insertions(+) create mode 100644 content/guestbook.md diff --git a/config.toml b/config.toml index 22a69eb..138f8d6 100644 --- a/config.toml +++ b/config.toml @@ -93,3 +93,17 @@ u_key = "https://public.posixlycorrect.com/pki/A8981D346F8F4130CA16A7775517E687F # https://webmention.io/settings enable = true domain = "posixlycorrect.com" + + +[extra.isso] +enabled_for_all_posts = false +automatic_loading = true +endpoint_url = "http://isso.posixlycorrect.com" +page_id_is_slug = true +lang = "" +max_comments_top = "inf" +max_comments_nested = "5" +avatar = false +voting = true +page_author_hashes = "" +lazy_loading = true diff --git a/content/_index.md b/content/_index.md index 45d5eeb..2e27552 100644 --- a/content/_index.md +++ b/content/_index.md @@ -6,3 +6,5 @@ Welcome. You have reached the root endpoint of the posixlycorrect server, my home server. My name is Fabian Montero, I am a Linux Embedded Engineer. Check out my projects [here](https://git.posixlycorrect.com/fabian?tab=activity) or email me at *fabian [at] posixlycorrect [dot] com*. Get my gpg key [here](https://public.posixlycorrect.com/pki/A8981D346F8F4130CA16A7775517E687FCCE0BB9.asc). + +Please sign my [guestbook](https://posixlycorrect.com/guestbook/). :) diff --git a/content/guestbook.md b/content/guestbook.md new file mode 100644 index 0000000..2cdcabb --- /dev/null +++ b/content/guestbook.md @@ -0,0 +1,6 @@ ++++ +title = "guestbook" + +[extra] +isso = true ++++