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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2022-03-04 11:46:27 +0300
committerGitHub <noreply@github.com>2022-03-04 11:46:27 +0300
commit15d2040f7e4aaf9db8e4459137d146bb42b39bb6 (patch)
tree68d0cc6584b7634f5722cc500964e9e5e70658c4
parent79e23544a9c28210a34e21d042e49b3653d40a1d (diff)
chore(exampleSite): fix home menu item highlight
-rw-r--r--exampleSite/content/_index.cn.md8
-rw-r--r--exampleSite/content/_index.md8
2 files changed, 16 insertions, 0 deletions
diff --git a/exampleSite/content/_index.cn.md b/exampleSite/content/_index.cn.md
new file mode 100644
index 0000000..e4b59a8
--- /dev/null
+++ b/exampleSite/content/_index.cn.md
@@ -0,0 +1,8 @@
+---
+menu:
+ main:
+ name: 主页
+ weight: -100
+ params:
+ icon: home
+--- \ No newline at end of file
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
new file mode 100644
index 0000000..530dfe8
--- /dev/null
+++ b/exampleSite/content/_index.md
@@ -0,0 +1,8 @@
+---
+menu:
+ main:
+ name: Home
+ weight: -100
+ params:
+ icon: home
+--- \ No newline at end of file