mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 19:00:34 -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
|
date: 2014-09-28
|
||||||
linktitle: Creating a New Theme
|
draft: false
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
parent: tutorials
|
|
||||||
next: /tutorials/github-pages-blog
|
|
||||||
prev: /tutorials/automated-deployments
|
|
||||||
title: Creating a New Theme
|
|
||||||
weight: 10
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,8 @@
|
||||||
+++
|
---
|
||||||
title = "(Hu)go Template Primer"
|
title: "(Hu)go Template Primer"
|
||||||
description = ""
|
date: 2014-04-02
|
||||||
tags = [
|
draft: false
|
||||||
"go",
|
---
|
||||||
"golang",
|
|
||||||
"templates",
|
|
||||||
"themes",
|
|
||||||
"development",
|
|
||||||
]
|
|
||||||
date = "2014-04-02"
|
|
||||||
categories = [
|
|
||||||
"Development",
|
|
||||||
"golang",
|
|
||||||
]
|
|
||||||
menu = "main"
|
|
||||||
+++
|
|
||||||
|
|
||||||
Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for
|
Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for
|
||||||
its template engine. It is an extremely lightweight engine that provides a very
|
its template engine. It is an extremely lightweight engine that provides a very
|
||||||
|
|
|
@ -1,19 +1,8 @@
|
||||||
+++
|
---
|
||||||
title = "Getting Started with Hugo"
|
title: "Getting Started with Hugo"
|
||||||
description = ""
|
date: 2014-04-02
|
||||||
tags = [
|
draft: false
|
||||||
"go",
|
---
|
||||||
"golang",
|
|
||||||
"hugo",
|
|
||||||
"development",
|
|
||||||
]
|
|
||||||
date = "2014-04-02"
|
|
||||||
categories = [
|
|
||||||
"Development",
|
|
||||||
"golang",
|
|
||||||
]
|
|
||||||
menu = "main"
|
|
||||||
+++
|
|
||||||
|
|
||||||
## Step 1. Install Hugo
|
## Step 1. Install Hugo
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,7 @@
|
||||||
---
|
---
|
||||||
|
title: "Migrate to Hugo from Jekyll"
|
||||||
date: 2014-03-10
|
date: 2014-03-10
|
||||||
linktitle: Migrating from Jekyll
|
draft: false
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
parent: tutorials
|
|
||||||
prev: /tutorials/mathjax
|
|
||||||
title: Migrate to Hugo from Jekyll
|
|
||||||
weight: 10
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Move static content to `static`
|
## Move static content to `static`
|
||||||
|
|
Loading…
Reference in a new issue