diff --git a/exampleSite/content/posts/creating-a-new-theme.md b/exampleSite/content/posts/creating-a-new-theme.md index cdce585..d9023b0 100644 --- a/exampleSite/content/posts/creating-a-new-theme.md +++ b/exampleSite/content/posts/creating-a-new-theme.md @@ -3,6 +3,8 @@ author: "Michael Henderson" date: 2014-09-28 linktitle: Creating a New Theme title: Creating a New Theme +categories: [ "Development", "hugo" ] +tags: ["hugo", "theme", "html", "css"] weight: 10 --- diff --git a/exampleSite/content/posts/migrate-from-jekyll.md b/exampleSite/content/posts/migrate-from-jekyll.md index 163925f..764b502 100644 --- a/exampleSite/content/posts/migrate-from-jekyll.md +++ b/exampleSite/content/posts/migrate-from-jekyll.md @@ -3,6 +3,8 @@ date: 2014-03-10 linktitle: Migrating from Jekyll title: Migrate to Hugo from Jekyll weight: 10 +categories: [ "Development", "golang" ] +tags: ["hugo", "jekyll", "migration"] --- ## Move static content to `static`