Files
sabbatical.ipng.nl/config.toml
2024-07-28 11:24:14 +02:00

36 lines
969 B
TOML

baseURL = 'https://sabbatical.ipng.nl/'
languageCode = 'en-us'
title = "Pim's Sabbatical 2024"
theme = 'hugo-theme-notrack'
mainSections = ["blog"]
# disqusShortname = "example"
paginate = 4
[params]
author = "Pim van Pelt"
siteHeading = "Sabbatical 2024" # defaults to author
favicon = "favicon.ico" # Adds a small icon next to the page title in a tab
showBlogLatest = true
mainSections = ["blog"]
showTaxonomyLinks = false
nBlogLatest = 14 # number of blog post om the home page
blogLatestHeading = "Latest Dabblings"
footer = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
[params.social]
email = "pim+sabbatical@ipng.nl"
mastodon = "IPngNetworks"
twitter = "IPngNetworks"
linkedin = "pimvanpelt"
instagram = "IPngNetworks"
[taxonomies]
year = "year"
month = "month"
tags = "tags"
categories = "categories"
[permalinks]
blog = "/blog/:year/:month/:day/:slug"