Update header of example posts

This commit is contained in:
koirand 2018-10-08 21:05:10 +09:00
parent 872d813956
commit f7bec0a268
4 changed files with 14 additions and 49 deletions

View file

@ -1,14 +1,7 @@
---
author: "Michael Henderson"
title: "Creating a New Theme"
date: 2014-09-28
linktitle: Creating a New Theme
menu:
main:
parent: tutorials
next: /tutorials/github-pages-blog
prev: /tutorials/automated-deployments
title: Creating a New Theme
weight: 10
draft: false
---

View file

@ -1,20 +1,8 @@
+++
title = "(Hu)go Template Primer"
description = ""
tags = [
"go",
"golang",
"templates",
"themes",
"development",
]
date = "2014-04-02"
categories = [
"Development",
"golang",
]
menu = "main"
+++
---
title: "(Hu)go Template Primer"
date: 2014-04-02
draft: false
---
Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for
its template engine. It is an extremely lightweight engine that provides a very

View file

@ -1,19 +1,8 @@
+++
title = "Getting Started with Hugo"
description = ""
tags = [
"go",
"golang",
"hugo",
"development",
]
date = "2014-04-02"
categories = [
"Development",
"golang",
]
menu = "main"
+++
---
title: "Getting Started with Hugo"
date: 2014-04-02
draft: false
---
## Step 1. Install Hugo

View file

@ -1,12 +1,7 @@
---
title: "Migrate to Hugo from Jekyll"
date: 2014-03-10
linktitle: Migrating from Jekyll
menu:
main:
parent: tutorials
prev: /tutorials/mathjax
title: Migrate to Hugo from Jekyll
weight: 10
draft: false
---
## Move static content to `static`