blogcontent/blog/config.toml
Jack Jackson 4113666978 Add link to Tags-page in header-nav
It would be nice to be able to control the ordering this is inserted at,
but we can't expect everything from configuration files!
2022-06-08 17:28:58 -07:00

27 lines
730 B
TOML

baseURL = 'https://blog.scubbo.org/'
languageCode = 'en-us'
title = "Jack Jackson's Blog"
theme = "ananke"
disqusShortname = 'scubbo-blog'
SectionPagesMenu = "main"
[menu]
[[menu.main]]
identifier = 'tags'
name = 'Tags'
url = '/tags/'
[params]
twitter = "https://twitter.com/jacksquaredson"
github = "https://github.com/scubbo"
linkedin = "https://www.linkedin.com/in/jack-jackson-14a47441/"
custom_css = ['inlinespoiler.css']
show_reading_time = true
page_source_base = "https://gitea.scubbo.org/scubbo/blogContent/src/branch/main/blog/"
# That is, explicitly disabling `categories` taxonomy
# https://gohugo.io/content-management/taxonomies/#example-removing-default-taxonomies
[taxonomies]
tag = 'tags'