Files
2022roadtripnose/config.toml
Pim van Pelt 83a0d92514 Initial commit
2022-09-03 23:42:11 +02:00

32 lines
858 B
TOML

baseURL = 'https://2022roadtripnose.weirdnet.nl/'
languageCode = 'en-us'
title = '2022 Roadtrip NO/SE'
theme = 'hugo-theme-notrack'
mainSections = ["blog"]
# disqusShortname = "example"
paginate = 4
[params]
author = "Pim and Paul"
siteHeading = "Roadtrip NO/SE" # defaults to author
favicon = "hugo_grotius.png" # Adds a small icon next to the page title in a tab
showBlogLatest = true
mainSections = ["blog"]
showTaxonomyLinks = false
nBlogLatest = 30 # number of blog post om the home page
blogLatestHeading = "Our adventures"
footer = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
[params.social]
email = "info@paphosting.net"
[taxonomies]
year = "year"
month = "month"
tags = "tags"
categories = "categories"
[permalinks]
blog = "/blog/:year/:month/:day/:slug"