From 87cb7cc92743e88486e5e3c4852ab903a159fd8c Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Thu, 7 Aug 2025 10:35:56 +0800 Subject: 添加exampleSite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/hugo.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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..d624a2c --- /dev/null +++ b/exampleSite/hugo.toml @@ -0,0 +1,26 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' +description = "This is subtitle" +theme = ["concise"] +pagination = { pagerSize = 25 } + +[params] +[[params.homepage.content]] +name = "Post" +url = "/post" + +[params.footer] +content = "This is footer" + +[[params.waline]] +enabled = true +serverURL = "https://waline.yingyu5658.me/" + + +[markup.highlight] +noClasses = true +style = "emacs" #github、emacs、solarized-light 等 + +[outputFormats.RSS] + baseName = "atom" -- cgit v1.2.3