add blog capability

This commit is contained in:
2019-10-06 22:38:42 +02:00
parent 3223bb54b8
commit 766b6f9e23
8 changed files with 118 additions and 41 deletions

View File

@@ -4,7 +4,7 @@ date: 2014-09-28
linktitle: Creating a New Theme
title: Creating a New Theme
highlight: true
draft: true
draft: false
---

View File

@@ -14,7 +14,9 @@ categories = [
"golang",
]
highlight = "true"
draft = true
draft = false
headerimage = "placeholder.jpg"
headercredits = "Unsplash, [Dlanor S](https://unsplash.com/photos/2xEQDxB0ss4)"
+++
Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for

View File

@@ -13,7 +13,7 @@ categories = [
"golang",
]
highlight = "true"
draft = true
draft = false
+++
## Step 1. Install Hugo

View File

@@ -3,7 +3,7 @@ date: 2014-03-10
linktitle: Migrating from Jekyll
title: Migrate to Hugo from Jekyll
highlight: "true"
draft: true
draft: false
---
## Move static content to `static`