diff options
author | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-11-08 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-11-08 00:00:00 +0000 |
commit | 072a58b0953ae2c841b14a7f7f5f7786f30234d5020f10ae9afc591034756b83 (patch) | |
tree | cab9e2dddbf29e633d5e1aaa5912d07aaab33707fafe543dad4a86b731dbd70d /config/_default | |
parent | 6bff95e82998007870bdc13bb0d9c9dd8f24d689b0e8d4ded28d968500c83e9e (diff) | |
download | hugo-theme-journal-072a58b0953ae2c841b14a7f7f5f7786f30234d5020f10ae9afc591034756b83.tar.gz hugo-theme-journal-072a58b0953ae2c841b14a7f7f5f7786f30234d5020f10ae9afc591034756b83.zip |
Set Gemini to permalinkable
Diffstat (limited to 'config/_default')
-rw-r--r-- | config/_default/hugo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |