aboutsummaryrefslogtreecommitdiffstats
path: root/exampleSite/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/hugo.toml')
-rw-r--r--exampleSite/hugo.toml26
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"