2020-11-03 23:46:20 +00:00
|
|
|
baseURL = "https://seirdy.one/"
|
|
|
|
languageCode = "en-us"
|
|
|
|
title = "Seirdy's Home"
|
|
|
|
theme = "etch-custom"
|
|
|
|
|
|
|
|
enableInlineShortcodes = true
|
|
|
|
# disablePathToLower = true
|
2020-11-19 01:02:24 +00:00
|
|
|
uglyurls = true
|
2020-11-03 23:46:20 +00:00
|
|
|
pygmentsCodeFences = true
|
|
|
|
pygmentsUseClasses = true
|
|
|
|
|
|
|
|
[params]
|
2020-12-19 21:52:24 +00:00
|
|
|
description = "Seirdy's Home: personal website and blog for Rohan Kumar, A.K.A. Seirdy"
|
2020-11-20 04:35:59 +00:00
|
|
|
src = "https://sr.ht/~seirdy/seirdy.one"
|
2020-12-22 00:38:26 +00:00
|
|
|
logUrlPrefix = "https://git.sr.ht/~seirdy/seirdy.one/log/master/item/"
|
2020-11-03 23:46:20 +00:00
|
|
|
copyright = "Copyright © 2020 Rohan Kumar"
|
|
|
|
dark = "auto"
|
2020-11-28 19:11:04 +00:00
|
|
|
highlight = false
|
2020-11-03 23:46:20 +00:00
|
|
|
|
|
|
|
[author]
|
|
|
|
name = "Rohan Kumar"
|
|
|
|
|
|
|
|
[menu]
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "posts"
|
|
|
|
name = "posts"
|
|
|
|
title = "posts"
|
2020-11-19 01:02:24 +00:00
|
|
|
url = "/posts.html"
|
2020-11-03 23:46:20 +00:00
|
|
|
weight = 10
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "about"
|
|
|
|
name = "about"
|
|
|
|
title = "about"
|
2020-11-19 01:02:24 +00:00
|
|
|
url = "/about.html"
|
2020-11-03 23:46:20 +00:00
|
|
|
weight = 20
|
|
|
|
|
2020-11-25 05:55:49 +00:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = "rss"
|
|
|
|
name = "rss"
|
|
|
|
title = "rss"
|
|
|
|
url = "/posts/index.xml"
|
|
|
|
weight = 30
|
|
|
|
|
2020-11-03 23:46:20 +00:00
|
|
|
[permalinks]
|
|
|
|
posts = "/:year/:month/:day/:filename"
|
|
|
|
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
# Allows HTML in Markdown
|
|
|
|
unsafe = true
|
|
|
|
|
|
|
|
[markup.tableOfContents]
|
|
|
|
ordered = true
|
|
|
|
|
|
|
|
# lifted from https://git.sr.ht/~sircmpwn/drewdevault.com
|
|
|
|
[mediaTypes]
|
|
|
|
[mediaTypes."text/gemini"]
|
|
|
|
suffixes = ["gmi"]
|
|
|
|
|
|
|
|
[outputFormats]
|
|
|
|
[outputFormats.Gemini]
|
|
|
|
name = "GEMTEXT"
|
|
|
|
isPlainText = true
|
|
|
|
isHTML = false
|
|
|
|
mediaType = "text/gemini"
|
|
|
|
protocol = "gemini://"
|
|
|
|
permalinkable = true
|
|
|
|
path = "gemini/"
|
|
|
|
|
|
|
|
[outputFormats.GEMRSS]
|
|
|
|
name = "GEMRSS"
|
|
|
|
isHTML = false
|
|
|
|
mediaType = "application/rss+xml"
|
|
|
|
protocol = "gemini://"
|
|
|
|
path = "gemini/"
|
|
|
|
|
|
|
|
[outputs]
|
|
|
|
section = ["HTML", "RSS", "GEMRSS"]
|