diff options
| author | yingyu5658 <i@yingyu5658.me> | 2025-08-07 10:35:56 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2025-08-07 10:35:56 +0800 |
| commit | 87cb7cc92743e88486e5e3c4852ab903a159fd8c (patch) | |
| tree | 62a9f988b51034e5148bb61f019d6caffa60ee59 /exampleSite/hugo.toml | |
| parent | 83d5590fc13e769f976746cac1e2119c25589448 (diff) | |
| download | hugo-theme-concise-87cb7cc92743e88486e5e3c4852ab903a159fd8c.tar.gz hugo-theme-concise-87cb7cc92743e88486e5e3c4852ab903a159fd8c.zip | |
添加exampleSite
Diffstat (limited to 'exampleSite/hugo.toml')
| -rw-r--r-- | exampleSite/hugo.toml | 26 |
1 files changed, 26 insertions, 0 deletions
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" |
