diff --git a/content/blog/creating-a-new-theme.md b/content/blog/creating-a-new-theme.md index 23a06d2..b6ae663 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: false +draft: true --- diff --git a/content/blog/goisforlovers.md b/content/blog/goisforlovers.md index 38dff62..e189c78 100755 --- a/content/blog/goisforlovers.md +++ b/content/blog/goisforlovers.md @@ -14,7 +14,7 @@ categories = [ "golang", ] highlight = "true" -draft = false +draft = true headerimage = "placeholder.jpg" headercredits = "Unsplash, [Dlanor S](https://unsplash.com/photos/2xEQDxB0ss4)" +++ diff --git a/content/blog/hugoisforlovers.md b/content/blog/hugoisforlovers.md index ca49110..d469235 100755 --- a/content/blog/hugoisforlovers.md +++ b/content/blog/hugoisforlovers.md @@ -13,7 +13,7 @@ categories = [ "golang", ] highlight = "true" -draft = false +draft = true +++ ## Step 1. Install Hugo diff --git a/content/blog/migrate-from-jekyll.md b/content/blog/migrate-from-jekyll.md index a4fb9d6..2937517 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: false +draft: true --- ## Move static content to `static` diff --git a/content/blog/test.md b/content/blog/test.md index a82f308..fdf13e6 100755 --- a/content/blog/test.md +++ b/content/blog/test.md @@ -9,7 +9,7 @@ categories = [ "Development", ] highlight = "true" -draft = false +draft = true headerimage = "placeholder.jpg" headercredits = "Unsplash, [Dlanor S](https://unsplash.com/photos/2xEQDxB0ss4)" +++