Move to hugo.yaml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-13 02:01:33 +02:00
parent 0944b4967f
commit fc1c0fdbb4
2 changed files with 35 additions and 36 deletions

View File

@ -1,36 +0,0 @@
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 = 7
Paginate = 14
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"

35
hugo.yaml Normal file
View File

@ -0,0 +1,35 @@
baseURL: 'https://sabbatical.ipng.nl/'
languageCode: 'en-us'
title: "Pim's Sabbatical 2024"
theme: 'hugo-theme-notrack'
mainSections: ["blog"]
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: 7
Paginate: 14
blogLatestHeading: "Latest Dabblings"
footer: "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
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"