From 70c5a2b6fb60bd90e7780fa220bfe146141d00e2 Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Fri, 1 Aug 2025 21:30:53 +0800 Subject: Initial commit --- exampleSite/hugo.toml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 exampleSite/hugo.toml (limited to 'exampleSite/hugo.toml') diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml new file mode 100644 index 0000000..d42f016 --- /dev/null +++ b/exampleSite/hugo.toml @@ -0,0 +1,33 @@ +baseURL = "https://www.yingyu5658.me/" +publishDir = "public" +title = "主题示例" +description = "这是一段副标题的介绍" +languageCode = "zh-CN" +theme = ["concise"] +pagination = { pagerSize = 25 } + +[permalinks] +posts = "" + +[params] +[[params.homepage.content]] +name = "文章归档" +url = "/post" + +[[params.homepage.content]] +name = "友情链接" +url = "/links" + +[[params.homepage.content]] +name = "关于" +url = "/about" + +[params.footer] +content = "页脚内容" + +[markup.highlight] +noClasses = true +style = "emacs" #github、emacs、solarized-light 等 + +[outputFormats.RSS] + baseName = "atom" -- cgit v1.2.3