cedaei.com/config.toml

65 lines
1.3 KiB
TOML

baseURL = "https://cedaei.com/"
languageCode = "en-us"
title = "Ceda EI's Blog"
theme = "codex"
copyright = "CC-BY-SA 4.0"
pygmentsUseClasses = true
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "posts"
dateFormat = "2006 Jan 2"
description = "The Blog of Ceda EI"
twitter = "https://twitter.com/ceda_ei"
gitlab = "https://gitlab.com/ceda_ei/"
email = "mailto:ceda_ei@webionite.com"
iconOrder = ["Gitlab", "Email", "Twitter"]
showPageTitleInTOC = false
# Controls the navigation
[[menu.main]]
identifier = "blog"
name = "Posts"
title = "Posts"
url = "/posts/"
[[menu.main]]
identifier = "source"
title = "Source"
name = "Source"
url = "https://git.webionite.com/ceda_ei/cedaei.com"
[[menu.main]]
identifier = "tg"
title = "Subscribe (TG)"
name = "Subscribe (TG)"
url = "https://t.me/cedaei"
[[menu.main]]
identifier = "rss"
title = "Subscribe (RSS)"
name = "Subscribe (RSS)"
url = "/index.xml"
[[menu.main]]
identifier = "tags"
title = "Tags"
name = "Tags"
url = "/tags/"
[[menu.main]]
identifier = "about"
name = "About"
title = "About"
url = "https://webionite.com/"
[markup]
[markup.highlight]
codeFences = false
# Set to false to disallow raw HTML in markdown files
[markup.goldmark.renderer]
unsafe = true