add mail
This commit is contained in:
parent
d9a3863d1e
commit
6de08e5a7b
41
config.toml
41
config.toml
@ -17,17 +17,23 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
url = "/"
|
||||
[[menu.main]]
|
||||
weight = 2
|
||||
identifier = "Spiele"
|
||||
name = "Spiele"
|
||||
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-gamepad\" aria-hidden=\"true\"></i>"
|
||||
url = "/categories/spiele"
|
||||
[[menu.main]]
|
||||
weight = 3
|
||||
identifier = "categories"
|
||||
name = "Categories"
|
||||
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-bookmark\" aria-hidden=\"true\"></i>"
|
||||
url = "/categories"
|
||||
[[menu.main]]
|
||||
weight = 3
|
||||
identifier = "tags"
|
||||
name = "Tags"
|
||||
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-tags\" aria-hidden=\"true\"></i>"
|
||||
url = "/tags"
|
||||
|
||||
[[menu.misc]]
|
||||
weight = 0
|
||||
identifier = "mail"
|
||||
name = "Email"
|
||||
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-solid fa-envelope\" aria-hidden=\"true\"></i>"
|
||||
url = "mailto:code-mails@creative-crafter.de"
|
||||
[[menu.misc]]
|
||||
weight = 0
|
||||
identifier = "rss"
|
||||
@ -235,6 +241,21 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
polyfill = false
|
||||
objectFit = false
|
||||
|
||||
[params.author]
|
||||
name = "matt"
|
||||
email = "matt@br0tkasten.de"
|
||||
link = ""
|
||||
picture = "/schuessel.png"
|
||||
avatar = "/schuessel.png"
|
||||
|
||||
[author]
|
||||
name = "matt"
|
||||
email = "matt@br0tkasten.de"
|
||||
link = ""
|
||||
picture = "/schuessel.png"
|
||||
avatar = "/schuessel.png"
|
||||
|
||||
|
||||
[markup]
|
||||
[markup.highlight]
|
||||
codeFences = true
|
||||
@ -259,12 +280,6 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
startLevel = 2
|
||||
endLevel = 6
|
||||
|
||||
[author]
|
||||
name = "matt"
|
||||
email = "matt@br0tkasten.de"
|
||||
link = ""
|
||||
picture = "/schuessel.png"
|
||||
avatar = "/schuessel.png"
|
||||
|
||||
[sitemap]
|
||||
changefreq = "weekly"
|
||||
@ -295,4 +310,4 @@ publishdir = "/var/www/localhost/htdocs"
|
||||
page = ["HTML", "MarkDown"]
|
||||
section = ["HTML", "RSS"]
|
||||
taxonomy = ["HTML", "RSS"]
|
||||
taxonomyTerm = ["HTML"]
|
||||
#taxonomyTerm = ["HTML"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user