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:
authorsyui <syui@users.noreply.github.com>2020-12-16 16:24:09 +0300
committersyui <syui@syui.cf>2022-01-03 04:08:59 +0300
commite700a295eb5a74ec26eefb2a39ce1ee33cea911b (patch)
tree57e44ea88c7da9ee44aacf92f6400449f22b66c1
parent91cfaa6586cd37605adb1bb022bbebdce6597b74 (diff)
add tags
-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.