poison theme, add socials including cutom forgejo
This commit is contained in:
parent
def7b1a01f
commit
1264cfd404
8 changed files with 180 additions and 8 deletions
44
hugo.toml
44
hugo.toml
|
@ -1,4 +1,42 @@
|
|||
baseURL = 'https://zerforschen.plus'
|
||||
languageCode = 'en-us'
|
||||
#baseURL = 'https://zerforschen.plus'
|
||||
baseURL = '/'
|
||||
#languageCode = 'en-us'
|
||||
title = 'zerforschen+'
|
||||
theme = 'hugo-theme-m10c'
|
||||
theme = 'poison'
|
||||
pluralizelisttitles = false
|
||||
|
||||
[params]
|
||||
brand = "zerforschen+"
|
||||
description = ""
|
||||
dark_mode = true
|
||||
front_page_content = ["posts", "projects"]
|
||||
menu = [
|
||||
# Dict keys:
|
||||
# Name: The name to display on the menu.
|
||||
# URL: The directory relative to the content directory.
|
||||
# HasChildren: If the directory's files should be listed. Default is true.
|
||||
# Limit: If the files should be listed, how many should be shown.
|
||||
|
||||
{Name = "About", URL = "/about/", HasChildren = false},
|
||||
|
||||
{Name = "Posts", URL = "/posts/", HasChildren = true, Limit = 99},
|
||||
|
||||
# {Name = "Projects", URL = "/projects/"},
|
||||
]
|
||||
|
||||
#email_url = "mailto://user@domain"
|
||||
github_url = "https://github.com/kaesaecracker"
|
||||
mastodon_url = "https://chaos.social/@vinzenz"
|
||||
matrix_url = "https://matrix.org"
|
||||
forgejo_url = "https://git.berlin.ccc.de/vinzenz"
|
||||
rss_icon = true
|
||||
|
||||
[taxonomies]
|
||||
series = 'series'
|
||||
tags = 'tags'
|
||||
|
||||
[params.meta]
|
||||
favicon = true
|
||||
|
||||
[pagination]
|
||||
pagerSize = 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue