mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-21 15:56:29 -05:00
Update header of example posts
This commit is contained in:
parent
872d813956
commit
f7bec0a268
4 changed files with 14 additions and 49 deletions
|
@ -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
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue