blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 4110af68996d4bdb076db34cf7f405ea00144c82
parent fb90312b88d5b86c971883945762c03dcbccd877
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Mon, 13 Apr 2020 12:03:31 -0500

Add titles for Hoots page

Diffstat:
Mconfig.toml | 2+-
Acontent/hoots/_index.en.md | 4++++
Acontent/hoots/_index.zh.md | 4++++
Morg/fixed.org | 14++++++++++++++
4 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/config.toml b/config.toml
@@ -66,6 +66,6 @@ hoots    = "/hoots/:filename/"
     url    = "/zh/posts/"
     weight = 2
     [[languages.zh.menu.main]]
-    name   = "呼文"
+    name   = "鸮文"
     url    = "/zh/hoots/"
     weight = 3 
\ No newline at end of file
diff --git a/content/hoots/_index.en.md b/content/hoots/_index.en.md
@@ -0,0 +1,4 @@
++++
+title = "Hoots"
+draft = false
++++
diff --git a/content/hoots/_index.zh.md b/content/hoots/_index.zh.md
@@ -0,0 +1,4 @@
++++
+title = "鸮文"
+draft = false
++++
diff --git a/org/fixed.org b/org/fixed.org
@@ -164,3 +164,17 @@ Welcome to the friendly neighborhood of Library of Trantor!
 :EXPORT_HUGO_SECTION: ./posts/
 :EXPORT_FILE_NAME: _index.zh.md
 :END:
+* Hoots
+** en
+:PROPERTIES:
+:EXPORT_TITLE: Hoots
+:EXPORT_HUGO_SECTION: ./hoots/
+:EXPORT_FILE_NAME: _index.en.md
+:END:
+
+** zh
+:PROPERTIES:
+:EXPORT_TITLE: 鸮文
+:EXPORT_HUGO_SECTION: ./hoots/
+:EXPORT_FILE_NAME: _index.zh.md
+:END: