88 lines
1.6 KiB
TOML
88 lines
1.6 KiB
TOML
baseURL = "http://127.0.0.1:6060"
|
|
title = "panaetius.io"
|
|
# theme = "panaetius-chunky-theme"
|
|
theme = ["hugo-notice-admonition", "panaetius-theme"]
|
|
paginate = 3
|
|
summaryLength = 2
|
|
languageCode = "en"
|
|
DefaultContentLanguage = "en"
|
|
enableInlineShortcodes = true
|
|
footnoteReturnLinkContents = "^"
|
|
description = "Tech blog showcasing Python, Machine-Learning, Vue, Homelab and other technologies to try at home."
|
|
|
|
[permalinks]
|
|
post = "post/:year/:month/:slug/"
|
|
|
|
[languages]
|
|
|
|
[lanugages.en]
|
|
weight = 1
|
|
|
|
[languages.en.params]
|
|
LanguageName = "English"
|
|
|
|
[menu]
|
|
|
|
[[menu.main]]
|
|
identifier = "home"
|
|
name = "Home"
|
|
url = "/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
identifier = "about"
|
|
name = "About"
|
|
url = "/about/"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
identifier = "series"
|
|
name = "Series"
|
|
url = "/series/"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
identifier = "tags"
|
|
name = "Tags"
|
|
url = "/tags/"
|
|
weight = 4
|
|
|
|
# [[menu.main]]
|
|
# identifier = "search"
|
|
# name = "Search"
|
|
# url = "/search/"
|
|
# weight = 4
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
series = "series"
|
|
author = "authors"
|
|
|
|
[params]
|
|
header = "panaetius.io"
|
|
author = "Daniel Tomlinson"
|
|
description = "Tech blog showcasing Python, Machine-Learning, Vue, Homelab and other technologies to try at home."
|
|
homepageImage = "/images/front-images/world.svg"
|
|
logo = "/images/front-images/world.svg"
|
|
share = true
|
|
twitter = "dmot7291"
|
|
github = "dtomlinson91"
|
|
|
|
[params.commento]
|
|
enable = true
|
|
url = "https://commento.panaetius.co.uk/js/commento.js"
|
|
|
|
[imaging]
|
|
resampleFilter = "Lanczos"
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "JSON"]
|
|
page = ["HTML", "RSS"]
|
|
|
|
[markup]
|
|
|
|
[markup.highlight]
|
|
style = "monokailight"
|
|
lineNos = true
|