diff --git a/content/post/creating-a-new-theme.md b/content/post/creating-a-new-theme.md index f8230a17..531ddd53 100644 --- a/content/post/creating-a-new-theme.md +++ b/content/post/creating-a-new-theme.md @@ -9,6 +9,7 @@ next: /tutorials/github-pages-blog prev: /tutorials/automated-deployments title: Creating a New Theme weight: 10 +series: Hugo 101 --- diff --git a/content/post/goisforlovers.md b/content/post/goisforlovers.md index df125d82..603b188d 100644 --- a/content/post/goisforlovers.md +++ b/content/post/goisforlovers.md @@ -14,6 +14,7 @@ categories = [ "golang", ] menu = "main" +series = "Hugo 101" +++ Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for diff --git a/content/post/hugoisforlovers.md b/content/post/hugoisforlovers.md index 02bb5091..66eb5d9a 100644 --- a/content/post/hugoisforlovers.md +++ b/content/post/hugoisforlovers.md @@ -13,6 +13,7 @@ categories = [ "golang", ] menu = "main" +series = "Hugo 101" +++ ## Step 1. Install Hugo diff --git a/content/post/migrate-from-jekyll.md b/content/post/migrate-from-jekyll.md index 75f95585..c59ff555 100644 --- a/content/post/migrate-from-jekyll.md +++ b/content/post/migrate-from-jekyll.md @@ -7,6 +7,7 @@ menu: prev: /tutorials/mathjax title: Migrate to Hugo from Jekyll weight: 10 +series: Hugo 101 --- ## Move static content to `static`