Minor changes
This commit is contained in:
17
exampleSite/content/posts/creating-a-new-theme.md
Executable file → Normal file
17
exampleSite/content/posts/creating-a-new-theme.md
Executable file → Normal file
@@ -1,11 +1,18 @@
|
||||
---
|
||||
title: Creating a New Theme
|
||||
author: "Michael Henderson"
|
||||
tags: ["Theme", "Hugo"]
|
||||
categories: ["Uncategorized"]
|
||||
author:
|
||||
name: "Michael Henderson"
|
||||
date: 2014-09-28
|
||||
linktitle: Creating a New Theme
|
||||
type:
|
||||
- post
|
||||
- posts
|
||||
title: Creating a New Theme
|
||||
weight: 10
|
||||
series:
|
||||
- Hugo 101
|
||||
---
|
||||
|
||||
|
||||
## Introduction
|
||||
|
||||
This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I'll explain how Hugo uses templates and how you can organize your templates to create a theme. I won't cover using CSS to style your theme.
|
||||
@@ -22,7 +29,7 @@ $ echo this is a command
|
||||
this is a command
|
||||
|
||||
## edit the file
|
||||
$vi foo.md
|
||||
$ vi foo.md
|
||||
+++
|
||||
date = "2014-09-28"
|
||||
title = "creating a new theme"
|
||||
|
||||
Reference in New Issue
Block a user