diff options
| author | andre4ik3 <andre4ik3@fastmail.com> | 2025-08-18 17:42:27 +0000 |
|---|---|---|
| committer | andre4ik3 <andre4ik3@fastmail.com> | 2025-08-18 17:42:27 +0000 |
| commit | d9ff6edbfcdc408e23684c00df806eac72fd02b2 (patch) | |
| tree | 45a8fe89aa4de37a2dab4b293330874e37907beb /hugo.toml | |
Initial commit
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..af2e2a2 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,24 @@ +baseURL = "https://relvokcor.xyz/~andre4ik3" +languageCode = "en-us" +title = "andre4ik3" + +[mediaTypes."text/gemini"] +suffixes = ["gmi"] + +[outputFormats.gemini] +isPlainText = true +mediaType = "text/gemini" +permalinkable = true +protocol = "gemini://" + +# [outputs] +# home = ["html", "gemini"] +# section = ["html", "gemini"] +# taxonomy = ["html", "gemini"] +# term = ["html", "gemini"] +# page = ["html", "gemini"] + +[markup.goldmark.extensions.extras] +delete.enable = true +insert.enable = true +mark.enable = true |
