diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 989033d307..9fa84e128f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -78,3 +78,25 @@ weight = 30
title = "Hugo 主题的 Learn 文档"
weight = 3
languageName = "简体中文"
+
+[[Languages.zh.menu.shortcuts]]
+name = " GitHub 仓库"
+identifier = "ds"
+url = "https://github.com/matcornic/hugo-theme-learn"
+weight = 10
+
+[[Languages.zh.menu.shortcuts]]
+name = " 展示区"
+url = "/showcase"
+weight = 11
+
+[[Languages.zh.menu.shortcuts]]
+name = " Hugo 文档"
+identifier = "hugodoc"
+url = "https://gohugo.io/"
+weight = 20
+
+[[Languages.zh.menu.shortcuts]]
+name = " 鸣谢"
+url = "/credits"
+weight = 30