From eccd121462331684e853f1e26496a2677ff1b66d Mon Sep 17 00:00:00 2001 From: Huy Tran Date: Tue, 7 Aug 2018 12:05:26 +1000 Subject: [PATCH] adds tags to exampleSite --- exampleSite/content/posts/creating-a-new-theme.md | 2 ++ exampleSite/content/posts/migrate-from-jekyll.md | 2 ++ 2 files changed, 4 insertions(+) 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`