Minor changes

This commit is contained in:
Giuseppe Pignataro
2019-02-25 00:43:14 +01:00
parent 0396b84fe6
commit b5ac0e87dc
11 changed files with 474 additions and 76 deletions

17
exampleSite/content/posts/creating-a-new-theme.md Executable file → Normal file
View 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"