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

github.com/lubang/hugo-hello-programmer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/post/post_sample.md')
-rw-r--r--exampleSite/content/post/post_sample.md20
1 files changed, 7 insertions, 13 deletions
diff --git a/exampleSite/content/post/post_sample.md b/exampleSite/content/post/post_sample.md
index 4544356..712e1af 100644
--- a/exampleSite/content/post/post_sample.md
+++ b/exampleSite/content/post/post_sample.md
@@ -1,16 +1,10 @@
+++
-date = "2016-10-19T23:35:00+09:00"
-title = "Post title"
-description = "Post Description"
-categories = [
- "programming",
- "golang",
-]
-tags = [
- "hugo",
- "theme"
-]
-
-+++
+---
+title: "Post title"
+date: 2016-10-19T23:35:00+09:00
+categories: ["programming"]
+tags: ["project", "tag", "theme", "hugo", "lubang"]
+cover: "https://blog.lulab.net/images/projects/2019-05-hugo-hello-programmer-theme-v2_projects.png"
+---
Write your post. \ No newline at end of file