2021-10-07 05:54:37 +00:00
|
|
|
baseURL = "https://wiki.thurstylark.com/"
|
|
|
|
theme = "tlwiki"
|
|
|
|
title = "tlwiki demo"
|
|
|
|
author = "Thurstylark"
|
|
|
|
copyright = "© 2021 Thurstylark"
|
2021-03-05 09:44:42 +00:00
|
|
|
paginate = 3
|
|
|
|
languageCode = "en"
|
|
|
|
DefaultContentLanguage = "en"
|
|
|
|
enableInlineShortcodes = true
|
|
|
|
# prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API.
|
|
|
|
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
|
|
|
|
ignoreErrors = ["error-remote-getjson"]
|
|
|
|
|
|
|
|
# Automatically add content sections to main menu
|
|
|
|
sectionPagesMenu = "main"
|
|
|
|
|
|
|
|
[params]
|
|
|
|
|
|
|
|
[params.theme]
|
|
|
|
palette = "gruvbox-dark"
|
|
|
|
mode = "dark-mode"
|
|
|
|
|
|
|
|
# Sidebar: about/bio
|
|
|
|
[params.about]
|
2021-10-07 05:54:37 +00:00
|
|
|
title = "tlwiki"
|
|
|
|
description = "A [hugo](https://gohugo.io) theme for Thurstylark's Wiki."
|
2021-03-05 09:44:42 +00:00
|
|
|
logo = "images/rice.svg"
|
|
|
|
|
|
|
|
# Sidebar: social links
|
|
|
|
# Available icon sets:
|
|
|
|
# * FontAwesome 5 <https://fontawesome.com/> ('fas fa-' or 'fab-fa' for brands)
|
|
|
|
# * Academicons <https://jpswalsh.github.io/academicons> ('ai ai-')
|
|
|
|
|
|
|
|
[[params.socialLinks]]
|
|
|
|
icon = "fas fa-envelope"
|
|
|
|
title = "Email"
|
|
|
|
url = "mailto:example@example.com"
|
|
|
|
|
|
|
|
[[params.socialLinks]]
|
|
|
|
icon = "ai ai-orcid"
|
|
|
|
title = "ORCID"
|
|
|
|
url = "https://orcid.org/0000-0001-2345-6789"
|
|
|
|
|
|
|
|
[menu]
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "about"
|
|
|
|
name = "About"
|
|
|
|
url = "/about/"
|
|
|
|
weight = 10
|
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
category = "categories"
|
|
|
|
tag = "tags"
|
|
|
|
series = "series"
|
|
|
|
|
|
|
|
# For hugo >= 0.60.0, enable inline HTML
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|
|
|
|
|
|
|
|
[privacy]
|
|
|
|
|
|
|
|
[privacy.vimeo]
|
|
|
|
disabled = false
|
|
|
|
simple = true
|
|
|
|
|
|
|
|
[privacy.twitter]
|
|
|
|
disabled = false
|
|
|
|
enableDNT = true
|
|
|
|
simple = true
|
|
|
|
|
|
|
|
[privacy.instagram]
|
|
|
|
disabled = false
|
|
|
|
simple = true
|
|
|
|
|
|
|
|
[privacy.youtube]
|
|
|
|
disabled = false
|
|
|
|
privacyEnhanced = true
|
|
|
|
|
|
|
|
[services]
|
|
|
|
|
|
|
|
[services.instagram]
|
|
|
|
disableInlineCSS = true
|
|
|
|
|
|
|
|
[services.twitter]
|
|
|
|
disableInlineCSS = true
|