2021-09-26 05:56:41 +00:00
|
|
|
baseURL = 'https://wiki.thurstylark.com/'
|
2021-09-26 01:18:37 +00:00
|
|
|
languageCode = 'en-us'
|
|
|
|
title = "TL Wiki"
|
|
|
|
theme = "risotto"
|
|
|
|
|
|
|
|
#sectionPagesMenu = "main"
|
|
|
|
|
|
|
|
|
|
|
|
# Sidebar: about/bio
|
|
|
|
[params.about]
|
|
|
|
title = "Thurstylark's Wiki"
|
|
|
|
description = "Half brain dump, half documentation practice."
|
|
|
|
logo = "images/logo/tl-logo.png"
|
|
|
|
|
|
|
|
|
|
|
|
[params.theme]
|
|
|
|
palette = "gruvbox-dark"
|
|
|
|
mode = "dark-mode"
|
|
|
|
|
|
|
|
|
|
|
|
[menu]
|
2021-10-06 03:17:09 +00:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = "about"
|
|
|
|
name = "About"
|
|
|
|
url = "/about/"
|
|
|
|
weight = 1
|
2021-09-26 01:18:37 +00:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = "windex"
|
|
|
|
name = "Wiki Index"
|
|
|
|
url = "/"
|
2021-10-06 03:17:09 +00:00
|
|
|
weight = 2
|
2021-10-06 03:12:30 +00:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = "git"
|
|
|
|
name = "git repos"
|
|
|
|
url = "https://git.thurstylark.com"
|
2021-10-06 03:17:09 +00:00
|
|
|
weight = 3
|
2021-09-26 01:18:37 +00:00
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
category = "categories"
|
|
|
|
tag = "tags"
|
|
|
|
series = "series"
|