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

github.com/syui/hugo-theme-air.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/post/hoge.md1
-rw-r--r--content/post/sample.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/content/post/hoge.md b/content/post/hoge.md
index 331d06d..b5be199 100644
--- a/content/post/hoge.md
+++ b/content/post/hoge.md
@@ -1,5 +1,6 @@
+++
author = "syui"
+tags = ["blog", "test"]
comments = false
date = "2016-01-01"
draft = false
diff --git a/content/post/sample.md b/content/post/sample.md
index dae7221..710178e 100644
--- a/content/post/sample.md
+++ b/content/post/sample.md
@@ -8,6 +8,7 @@ menu = ""
share = false
slug = "test"
title= "sample"
+tags = ["blog"]
+++
[Hugo](https://gohugo.io/documentation/) is the world's fastest static website engine. It's written in Go (aka Golang) and developed by bep, `spf13` and friends.