Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-04-03 14:00:07 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-04-03 14:00:07 +0300
commit93e5b3ec84eacc15f0ce3b7a778253933bfc6d44 (patch)
tree8c257364c37ad5c3fd1c638b2fa2258a746ec90d
parent17db55cd9da80cb0b9967f2d53de15c6009d5265 (diff)
update README
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 2aab9ec..fe486c4 100644
--- a/README.md
+++ b/README.md
@@ -286,7 +286,7 @@ The Front Matter of your single pages should look like this:
```markdown
---
title: "About"
-description: ""
+description: "About me."
draft: false
images: []
menu: main
@@ -325,14 +325,14 @@ The Front Matter of your posts should look like this:
```markdown
---
-title: ""
-description: ""
-date: date
-publishDate: publishDate
-author: ""
-draft: true
+title: "Emojis"
+description: "Emoji can be enabled in a Hugo project in a number of ways."
+date: 2019-03-28T12:24:47+01:00
+publishDate: 2019-03-28T12:24:47+01:00
+author: "Myself"
+draft: false
images: []
-tags: []
+tags: ["emojis", "hugo"]
---
```