site/config.toml

47 lines
811 B
TOML
Raw Normal View History

baseURL = "https://hedy.tilde.cafe"
2021-02-16 01:46:37 +00:00
languageCode = "en-us"
2021-02-23 04:50:42 +00:00
title = "Hedy's Site"
uglyurls = true
[params]
src = "https://sr.ht/~hedy/site"
2021-02-16 01:46:37 +00:00
[permalinks]
2021-02-23 04:50:42 +00:00
posts = "/posts/:slug"
2021-02-16 01:46:37 +00:00
[markup.goldmark.renderer]
# Allows HTML in Markdown
unsafe = true
[mediaTypes]
[mediaTypes."text/gemini"]
suffixes = ["gmi"]
[outputFormats]
[outputFormats.Gemini]
name = "GEMTEXT"
isPlainText = true
isHTML = false
mediaType = "text/gemini"
protocol = "gemini://"
permalinkable = true
path = "gemini/"
noUgly = false
2021-02-16 01:46:37 +00:00
[mediaTypes."application/atom+xml"]
suffixes = ["xml"]
[outputFormats.GEMATOM]
name = "GEMATOM"
mediaType = "application/atom+xml"
2021-02-16 01:46:37 +00:00
protocol = "gemini://"
rel = "alternate"
isPlainText = false
2021-02-16 01:46:37 +00:00
path = "gemini/"
isHTML = false
noUgly = false
permalinkable = false
2021-02-16 01:46:37 +00:00
[outputs]
section = ["HTML", "RSS", "GEMATOM"]