taxonomies (categories, tags, year/month/slug), syntax.css und Blog (posts).
This commit is contained in:
17
config.toml
17
config.toml
@@ -3,6 +3,8 @@ languageCode = 'de'
|
||||
title = 'Fransz Portfolio'
|
||||
# Neocities API-key: 099381b32af21a9c2c68e81968081b26
|
||||
theme = 'Basic'
|
||||
pygmentsUseClasses = true
|
||||
Paginate = 11
|
||||
|
||||
[params]
|
||||
author = 'Franz Klotsche'
|
||||
@@ -10,6 +12,19 @@ theme = 'Basic'
|
||||
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"
|
||||
# path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
|
||||
|
||||
Reference in New Issue
Block a user