ADD footer WIP header WIP imprint
This commit is contained in:
parent
d24eacd837
commit
cd11249bfe
3 changed files with 34 additions and 1 deletions
27
config.yaml
27
config.yaml
|
@ -13,9 +13,36 @@ params:
|
|||
primary: "#fc9800"
|
||||
secondary: "#57B793"
|
||||
favIcon:
|
||||
ico:
|
||||
small: /images/favIcons/RegioShopper_16x16.png
|
||||
big: /images/favIcons/RegioShopper_32x32.png
|
||||
header:
|
||||
links:
|
||||
- text: Blog
|
||||
url: /posts
|
||||
- text: Test
|
||||
url: /test
|
||||
footer:
|
||||
social:
|
||||
- type: mastodon
|
||||
url: https://chaos.social/@hoernschen
|
||||
- type: instagram
|
||||
url: https://www.instagram.com/jhoernschen/
|
||||
- type: gitlab
|
||||
url: https://gitlab.com/hoernschen
|
||||
- type: github
|
||||
url: https://github.com/hoernschen
|
||||
- type: git-alt
|
||||
url: https://code.nutfactory.org/hoernschen
|
||||
- type: git-alt
|
||||
url: https://codeberg.org/hoernschen
|
||||
- url: /test
|
||||
- type: rss
|
||||
url: /index.xml
|
||||
links:
|
||||
- text: Impressum
|
||||
url: /imprint
|
||||
- text: Datenschutz
|
||||
url: /privacy
|
||||
copyright: Hoernschen
|
||||
|
||||
|
|
6
content/imprint/_index.md
Normal file
6
content/imprint/_index.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Impressum
|
||||
draft: false
|
||||
---
|
||||
|
||||
TODO
|
|
@ -1 +1 @@
|
|||
Subproject commit 06b0b4d643b7a3985d94bfe7737deba825a9b048
|
||||
Subproject commit 826abcd7ae086babcdf8e31956a64758b0482a3c
|
Loading…
Reference in a new issue