commit fb90312b88d5b86c971883945762c03dcbccd877
parent 49fa53be988d16d13d40bc33a539fe7fa2370284
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Mon, 13 Apr 2020 10:51:27 -0500
Keep only links to node pages in the menu
Diffstat:
4 files changed, 27 insertions(+), 10 deletions(-)
diff --git a/config.toml b/config.toml
@@ -38,13 +38,18 @@ hoots = "/hoots/:filename/"
summaryLength = 50
[[languages.en.menu.main]]
- name = "Posts"
- url = "/en/posts/"
+ name = "Timeline"
+ url = "/en/"
weight = 1
[[languages.en.menu.main]]
- name = "Friends"
- url = "/en/friends/"
+ name = "Posts"
+ url = "/en/posts/"
weight = 2
+ [[languages.en.menu.main]]
+ name = "Hoots"
+ url = "/en/hoots/"
+ weight = 3
+
[languages.zh]
languageName = "中文"
@@ -53,10 +58,14 @@ hoots = "/hoots/:filename/"
summaryLength = 25
[[languages.zh.menu.main]]
- name = "归档"
- url = "/zh/posts/"
+ name = "时间线"
+ url = "/zh/"
weight = 1
[[languages.zh.menu.main]]
- name = "朋友们"
- url = "/zh/friends/"
- weight = 2-
\ No newline at end of file
+ name = "日志"
+ url = "/zh/posts/"
+ weight = 2
+ [[languages.zh.menu.main]]
+ name = "呼文"
+ url = "/zh/hoots/"
+ weight = 3+
\ No newline at end of file
diff --git a/content/_index.en.md b/content/_index.en.md
@@ -17,6 +17,8 @@ Feel free to leave a comment or shoot me an <a rel="me" class="u-email" href="ma
5672 AC27 2669 A07A BD28 0896 ACC6 C791 312C F84D
```
+If you are not in a hurry, consider paying a visit to [my friends](/en/friends/) as well.
+
All contents on this site are licensed under a
[Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/) (CC BY-SA 4.0).
diff --git a/content/_index.zh.md b/content/_index.zh.md
@@ -17,6 +17,8 @@ _[计划](/zh/now/)进行中。_
5672 AC27 2669 A07A BD28 0896 ACC6 C791 312C F84D
```
+如果您不着急离开,不妨也拜访一下我的[朋友们](/zh/friends/)。
+
本站所有内容使用[Creative Commons署名-相同方式共享4.0国际许可协议](http://creativecommons.org/licenses/by-sa/4.0/deed.zh)(CC BY-SA 4.0)。
</div>
diff --git a/org/fixed.org b/org/fixed.org
@@ -27,6 +27,8 @@ Feel free to leave a comment or shoot me an <a rel="me" class="u-email" href="ma
: 5672 AC27 2669 A07A BD28 0896 ACC6 C791 312C F84D
+If you are not in a hurry, consider paying a visit to [[/en/friends/][my friends]] as well.
+
All contents on this site are licensed under a
[[http://creativecommons.org/licenses/by-sa/4.0/][Creative Commons Attribution-ShareAlike 4.0 International License]] (CC BY-SA 4.0).
@@ -56,6 +58,8 @@ All contents on this site are licensed under a
: 5672 AC27 2669 A07A BD28 0896 ACC6 C791 312C F84D
+如果您不着急离开,不妨也拜访一下我的[[/zh/friends/][朋友们]]。
+
本站所有内容使用[[http://creativecommons.org/licenses/by-sa/4.0/deed.zh][Creative Commons署名-相同方式共享4.0国际许可协议]](CC BY-SA 4.0)。
#+BEGIN_EXPORT html