Files
sumup/config.toml

31 lines
738 B
TOML
Raw Normal View History

baseURL = 'https://kurrrioo.neocities.org/'
languageCode = 'de'
title = 'Fransz Portfolio'
# Neocities API-key: 099381b32af21a9c2c68e81968081b26
theme = 'Basic'
pygmentsUseClasses = true
Paginate = 11
2025-11-09 19:57:15 +01:00
[params]
author = 'Franz Klotsche'
description = 'Just another web-experiment'
gh_url = 'https://api.github.com/users'
gh_user = 'kurrrioo'
[permalinks]
posts = "posts/:year/:month/:slug/"
year = "/posts/:slug/"
month = "/posts/:slug/"
# tag = "" tel sth. about this tag?
[taxonomies]
year = "year"
month = "month"
# explicit definition of taxonomies (defaults have been replaced?)
tag = "tags"
category = "categories"
# [module]
# [[module.imports]]
# path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"