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 = "/"
|
url = "/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
weight = 2
|
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"
|
identifier = "categories"
|
||||||
name = "Categories"
|
name = "Categories"
|
||||||
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-bookmark\" aria-hidden=\"true\"></i>"
|
pre = "<i class=\"sidebar-button-icon fas fa-lg fa-bookmark\" aria-hidden=\"true\"></i>"
|
||||||
url = "/categories"
|
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]]
|
[[menu.misc]]
|
||||||
weight = 0
|
weight = 0
|
||||||
identifier = "rss"
|
identifier = "rss"
|
||||||
@ -235,6 +241,21 @@ publishdir = "/var/www/localhost/htdocs"
|
|||||||
polyfill = false
|
polyfill = false
|
||||||
objectFit = 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]
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
codeFences = true
|
codeFences = true
|
||||||
@ -259,12 +280,6 @@ publishdir = "/var/www/localhost/htdocs"
|
|||||||
startLevel = 2
|
startLevel = 2
|
||||||
endLevel = 6
|
endLevel = 6
|
||||||
|
|
||||||
[author]
|
|
||||||
name = "matt"
|
|
||||||
email = "matt@br0tkasten.de"
|
|
||||||
link = ""
|
|
||||||
picture = "/schuessel.png"
|
|
||||||
avatar = "/schuessel.png"
|
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
changefreq = "weekly"
|
changefreq = "weekly"
|
||||||
@ -295,4 +310,4 @@ publishdir = "/var/www/localhost/htdocs"
|
|||||||
page = ["HTML", "MarkDown"]
|
page = ["HTML", "MarkDown"]
|
||||||
section = ["HTML", "RSS"]
|
section = ["HTML", "RSS"]
|
||||||
taxonomy = ["HTML", "RSS"]
|
taxonomy = ["HTML", "RSS"]
|
||||||
taxonomyTerm = ["HTML"]
|
#taxonomyTerm = ["HTML"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user