Initial commit
This commit is contained in:
commit
ee1d292475
159 changed files with 4867 additions and 0 deletions
71
hugo.yaml
Normal file
71
hugo.yaml
Normal file
|
@ -0,0 +1,71 @@
|
|||
baseURL: https://tretkowski.de/
|
||||
languageCode: de
|
||||
title: Norbert Tretkowski
|
||||
theme: hello-friend-ng
|
||||
|
||||
outputs:
|
||||
home:
|
||||
- HTML
|
||||
- RSS
|
||||
|
||||
enableGitInfo: true
|
||||
|
||||
pagination:
|
||||
pagerSize: 20
|
||||
|
||||
params:
|
||||
contentTypeName: "notizen"
|
||||
showReadingTime: true
|
||||
author:
|
||||
name: "Norbert Tretkowski"
|
||||
portrait:
|
||||
path: "/avatar/avatar_192x192.jpg"
|
||||
maxWidth: "192px"
|
||||
homeSubtitle: "Senior IT Consultant und Freie Software Enthusiast. Früher Debian Entwickler."
|
||||
description: "Norbert Tretkowski"
|
||||
keywords: "Norbert Tretkowski, Homepage, Blog, nobse"
|
||||
|
||||
gitUrl: "https://codeberg.org/tretkowski/pages/commit/"
|
||||
|
||||
logo:
|
||||
logoText: "Norbert Tretkowski"
|
||||
|
||||
footer:
|
||||
topText:
|
||||
- "Powered by <a href=\"https://gohugo.io\">Hugo</a> & <a href=\"https://github.com/rhazdon/hugo-theme-hello-friend-ng\">Hello Friend</a>"
|
||||
|
||||
social:
|
||||
- name: email
|
||||
url: "mailto:norbert@tretkowski.de"
|
||||
- name: gpg
|
||||
url: "https://keyoxide.org/norbert@tretkowski.de"
|
||||
- name: xmpp
|
||||
url: "https://conversations.im/i/norbert@conversations.im"
|
||||
# - name: signal
|
||||
# url: "https://signal.me/#eu/TIIKP_pzQznz0RcLwD1IUJ3_Tgb8lOuMKJkiLUX9kn0e9R_MUEtONLBNv6zS2J5T"
|
||||
- name: fediverse
|
||||
url: "https://social.tretkowski.de/@norbert"
|
||||
- name: codeberg
|
||||
url: "https://codeberg.org/tretkowski"
|
||||
- name: gitlab
|
||||
url: "https://gitlab.com/tretkowski"
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: 1über
|
||||
name: Über
|
||||
url: /ueber/
|
||||
- identifier: 2notizen
|
||||
name: Notizen
|
||||
url: /notizen/
|
||||
- identifier: 3impressum
|
||||
name: Impressum
|
||||
url: /impressum/
|
||||
|
||||
permalinks:
|
||||
notizen: /notizen/:year/:month/:day/:slug/
|
||||
entwuerfe: /entwuerfe/:year/:month/:day/:slug/
|
||||
term:
|
||||
tags: /themen/:slug/
|
||||
taxonomy:
|
||||
tags: /themen/
|
Loading…
Add table
Add a link
Reference in a new issue