Initial commit
This commit is contained in:
parent
80700ab28b
commit
e89aa4f978
17 changed files with 387 additions and 89 deletions
11
config.toml
11
config.toml
|
|
@ -67,6 +67,9 @@ links = [
|
|||
]
|
||||
|
||||
[extra.footer]
|
||||
links = [
|
||||
{ url = "@/impressum/_index.md", name = "Impressum" }
|
||||
]
|
||||
|
||||
socials = [
|
||||
{ url = "mailto:kontakt@studio-umzu.de", name = "Email", icon = "%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EEmail%3C/title%3E%3Cpath d='M1.5 4.5h21a1.5 1.5 0 0 1 1.5 1.5v12a1.5 1.5 0 0 1-1.5 1.5h-21A1.5 1.5 0 0 1 0 18V6a1.5 1.5 0 0 1 1.5-1.5zm10.5 7.125L2.25 6.75v.375L12 12.75l9.75-5.625V6.75l-9.75 4.875z'/%3E%3C/svg%3E" }
|
||||
|
|
@ -75,14 +78,6 @@ show_copyright = true
|
|||
show_powered_by = false
|
||||
show_source = true
|
||||
|
||||
[extra.comments]
|
||||
host = "mastodon.online"
|
||||
user = "reprintedAron"
|
||||
show_qr = true
|
||||
|
||||
[extra.goatcounter]
|
||||
#host = ""
|
||||
user = "awebsite"
|
||||
|
||||
[extra.debug]
|
||||
layout = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue