diff --git a/config.toml b/config.toml index 21054eb..8ee7bf2 100644 --- a/config.toml +++ b/config.toml @@ -16,8 +16,8 @@ taxonomies = [ {name = "tags", feed = true, paginate_by=10}, ] -generate_feeds = true -feed_filenames = ["rss.xml"] +generate_feed = true +feed_filename = "rss.xml" [search] # Options specific to elasticlunr search. # index format can be: elasticlunr_json or elasticlunr_javascript diff --git a/content/2026-01-21-ssh-tresor.md b/content/2026-01-21-ssh-tresor.md index 1dcf092..f89c033 100644 --- a/content/2026-01-21-ssh-tresor.md +++ b/content/2026-01-21-ssh-tresor.md @@ -1,11 +1,4 @@ -+++ -title = "ssh-tresor: Encrypting Secrets with Nothing but Your SSH Agent" -date = 2026-01-21 -[taxonomies] -tags = [ "ssh", "encryption", "rust", "security" ] -+++ - - +# ssh-tresor: Encrypting Secrets with Nothing but Your SSH Agent *DISCLAIMER: This article and most of the code was written with claude code. Use at your own risk.* diff --git a/templates/base.html b/templates/base.html index 8e07244..209a5bd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,11 +11,10 @@ {%- include "partials/head.html" %} - {#- Rss / Atom Feed - using new feed_filenames config #} + {#- Rss / Atom Feed #} {%- block rss %} - {%- if config.generate_feeds %} - {%- set feed_file = config.feed_filenames | first %} - + {%- if config.generate_feed %} + {%- endif %} {%- endblock rss %} diff --git a/templates/partials/head.html b/templates/partials/head.html index c665b9b..b3916d0 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -115,10 +115,4 @@ {%- endif %} -{#- Rss / Atom Feed - using new feed_filenames config #} - {%- if config.generate_feeds %} - {%- set feed_file = config.feed_filenames | first %} - - {%- endif %} - {#- End of head partial -#} diff --git a/themes/abridge b/themes/abridge index d52609f..d45bc26 160000 --- a/themes/abridge +++ b/themes/abridge @@ -1 +1 @@ -Subproject commit d52609f456f233ec0845c8a57a1e27583f0813ad +Subproject commit d45bc26c2250f573a0d83f755831857999fc125f