diff --git a/config.toml b/config.toml index b6517d4..a551ebc 100755 --- a/config.toml +++ b/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/" diff --git a/content/blog/_index.md b/content/blog/_index.md index 9bff67d..986f3ca 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,3 +1,3 @@ --- -title: Blog +title: Updates and Thoughts --- diff --git a/themes/hugo-sustain/assets/scss/default.scss b/themes/hugo-sustain/assets/scss/default.scss index 2c407f5..2c3498b 100755 --- a/themes/hugo-sustain/assets/scss/default.scss +++ b/themes/hugo-sustain/assets/scss/default.scss @@ -60,7 +60,7 @@ html, body { color: var(--primary-color); } - h4 a { + h2 a { color: var(--primary-color); &:hover { @@ -110,11 +110,11 @@ html, body { } &-default { - h4, h5 { + h2, h3, h4, h5 { text-align: left; } - h4 { + h2 { line-height: 24px; font-size: 22px; } @@ -341,6 +341,7 @@ pre code { .luxbar-menu a, .luxbar-item a { color: var(--dark-nav-color); + text-transform: uppercase; } .luxbar-menu-light .luxbar-hamburger span { @@ -359,12 +360,12 @@ pre code { } } - h4 span { + h2 span { cursor: default; } h1, - h4 a { + h2 a { color: var(--primary-color-dark); &:hover { diff --git a/themes/hugo-sustain/layouts/_default/list.html b/themes/hugo-sustain/layouts/_default/list.html index d7dfbf6..4ff2954 100644 --- a/themes/hugo-sustain/layouts/_default/list.html +++ b/themes/hugo-sustain/layouts/_default/list.html @@ -9,11 +9,12 @@ {{- $selection = true -}} {{- end -}}
Subscribe to my Blog via Diaspora, Mastodon, Friendica or GNU Social. Never miss a article! Reshare, like and discuss it!
{{ end }} @@ -77,10 +78,10 @@