diff options
Diffstat (limited to 'config/_default')
| -rw-r--r-- | config/_default/hugo.toml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 7b4cc1e..da69d63 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -11,9 +11,11 @@    [outputFormats.Gemini]      mediaType = "text/gemini"      isPlainText = true # Disable HTML renderer +    protocol = "gemini://"    [outputFormats.Gemini_Atom]      mediaType = "application/atom"      baseName = "atom" +    protocol = "gemini://"  [markup]    [markup.goldmark] | 
