From d9ff6edbfcdc408e23684c00df806eac72fd02b2 Mon Sep 17 00:00:00 2001 From: andre4ik3 Date: Mon, 18 Aug 2025 17:42:27 +0000 Subject: Initial commit --- hugo.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') 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 -- cgit