feat: improve headlines
This commit is contained in:
19
config.toml
19
config.toml
@@ -4,8 +4,12 @@ title = "Max Mehl"
|
||||
theme = [ "hugo-sustain", "hugo-cloak-email", "hugo-mastodon-comments", "hugo-snap-gallery" ]
|
||||
|
||||
[markup.highlight]
|
||||
codeFences = true
|
||||
style = "emacs"
|
||||
codeFences = true
|
||||
style = "emacs"
|
||||
# English quotation marks
|
||||
[markup.goldmark.extensions.typographer]
|
||||
leftDoubleQuote = '“'
|
||||
rightDoubleQuote = '”'
|
||||
|
||||
[permalinks]
|
||||
blog = "/blog/:year/:slug"
|
||||
@@ -20,9 +24,6 @@ style = "emacs"
|
||||
custom_css = ["comments/mastodon-comments.css"]
|
||||
custom_js = ["comments/getcomments.js"]
|
||||
|
||||
[params.blog]
|
||||
headline = "Thoughts about tech, politics, and more"
|
||||
|
||||
[params.social]
|
||||
Github = "mxmehl"
|
||||
Git = "https://src.mehl.mx/mxmehl"
|
||||
@@ -47,17 +48,17 @@ style = "emacs"
|
||||
|
||||
## Main Menu
|
||||
[[menu.main]]
|
||||
name = "start"
|
||||
name = "Start"
|
||||
weight = 100
|
||||
identifier = "start"
|
||||
url = "/"
|
||||
[[menu.main]]
|
||||
name = "blog"
|
||||
name = "Updates"
|
||||
identifier = "blog"
|
||||
weight = 200
|
||||
url = "/blog/"
|
||||
[[menu.main]]
|
||||
name = "links"
|
||||
name = "Links"
|
||||
identifier = "links"
|
||||
weight = 300
|
||||
url = "/links/"
|
||||
@@ -67,7 +68,7 @@ style = "emacs"
|
||||
weight = 400
|
||||
url = "/it/"
|
||||
[[menu.main]]
|
||||
name = "contact"
|
||||
name = "Contact"
|
||||
identifier = "contact"
|
||||
weight = 500
|
||||
url = "/contact/"
|
||||
|
||||
Reference in New Issue
Block a user