From 072a58b0953ae2c841b14a7f7f5f7786f30234d5020f10ae9afc591034756b83 Mon Sep 17 00:00:00 2001
From: Nicholas Johnson <mail@nicholasjohnson.ch>
Date: Fri, 8 Nov 2024 00:00:00 +0000
Subject: Set Gemini to permalinkable

---
 config/_default/hugo.toml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'config')

diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 9704b5a..78f2292 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -12,6 +12,7 @@
     mediaType = "text/gemini"
     isPlainText = true # Disable HTML renderer
     isHTML = false # Disable LiveReload, alias redirect, etc.
+    permalinkable = true
     protocol = "gemini://"
   [outputFormats.Gemini_Atom]
     mediaType = "application/atom"
-- 
cgit v1.2.3