diff --git a/config.toml b/config.toml index 60d0e11..8866078 100755 --- a/config.toml +++ b/config.toml @@ -20,6 +20,9 @@ extensions = [ "hardLineBreak" ] custom_css = ['css/custom.css'] custom_js = [] +[params.blog] + headline = "Thoughts about tech, politics, and more" + [params.social] Github = "mxmehl" Git = "https://src.mehl.mx/mxmehl" diff --git a/content/blog/creating-a-new-theme.md b/content/blog/creating-a-new-theme.md index b6ae663..23a06d2 100755 --- a/content/blog/creating-a-new-theme.md +++ b/content/blog/creating-a-new-theme.md @@ -4,7 +4,7 @@ date: 2014-09-28 linktitle: Creating a New Theme title: Creating a New Theme highlight: true -draft: true +draft: false --- diff --git a/content/blog/goisforlovers.md b/content/blog/goisforlovers.md index 99bb6ff..38dff62 100755 --- a/content/blog/goisforlovers.md +++ b/content/blog/goisforlovers.md @@ -14,7 +14,9 @@ categories = [ "golang", ] highlight = "true" -draft = true +draft = false +headerimage = "placeholder.jpg" +headercredits = "Unsplash, [Dlanor S](https://unsplash.com/photos/2xEQDxB0ss4)" +++ Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for diff --git a/content/blog/hugoisforlovers.md b/content/blog/hugoisforlovers.md index 75b9166..4a1a2f3 100755 --- a/content/blog/hugoisforlovers.md +++ b/content/blog/hugoisforlovers.md @@ -13,7 +13,7 @@ categories = [ "golang", ] highlight = "true" -draft = true +draft = false +++ ## Step 1. Install Hugo diff --git a/content/blog/migrate-from-jekyll.md b/content/blog/migrate-from-jekyll.md index 2937517..a4fb9d6 100755 --- a/content/blog/migrate-from-jekyll.md +++ b/content/blog/migrate-from-jekyll.md @@ -3,7 +3,7 @@ date: 2014-03-10 linktitle: Migrating from Jekyll title: Migrate to Hugo from Jekyll highlight: "true" -draft: true +draft: false --- ## Move static content to `static` diff --git a/themes/hugo-sustain/layouts/_default/list.html b/themes/hugo-sustain/layouts/_default/list.html index 211d75a..00a98fd 100644 --- a/themes/hugo-sustain/layouts/_default/list.html +++ b/themes/hugo-sustain/layouts/_default/list.html @@ -1,31 +1,43 @@ {{ partial "head" . }} -
-Subscribe to my Blog via Diaspora, Mastodon, Friendica or GNU Social. Never miss a article! Reshare, like and discuss it!
+ {{ end }} ++ All + {{ range $name, $taxonomy := .Site.Taxonomies.categories }} + + {{ humanize $name }} + + {{ end }} +
+ +