hide test blog posts again
This commit is contained in:
@@ -4,7 +4,7 @@ date: 2014-09-28
|
||||
linktitle: Creating a New Theme
|
||||
title: Creating a New Theme
|
||||
highlight: true
|
||||
draft: false
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ categories = [
|
||||
"golang",
|
||||
]
|
||||
highlight = "true"
|
||||
draft = false
|
||||
draft = true
|
||||
headerimage = "placeholder.jpg"
|
||||
headercredits = "Unsplash, [Dlanor S](https://unsplash.com/photos/2xEQDxB0ss4)"
|
||||
+++
|
||||
|
||||
@@ -13,7 +13,7 @@ categories = [
|
||||
"golang",
|
||||
]
|
||||
highlight = "true"
|
||||
draft = false
|
||||
draft = true
|
||||
+++
|
||||
|
||||
## Step 1. Install Hugo
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -9,7 +9,7 @@ categories = [
|
||||
"Development",
|
||||
]
|
||||
highlight = "true"
|
||||
draft = false
|
||||
draft = true
|
||||
headerimage = "placeholder.jpg"
|
||||
headercredits = "Unsplash, [Dlanor S](https://unsplash.com/photos/2xEQDxB0ss4)"
|
||||
+++
|
||||
|
||||
Reference in New Issue
Block a user