aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5ed427e..ba3357f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseURL = "http://localhost:1313/example-site/"
+baseURL = "http://localhost:1313/"
languageCode = "en"
defaultContentLanguage = "en"
title = "Even"
@@ -10,7 +10,7 @@ hasCJKLanguage = true # has chinese/japanese/korean ? # 自动检测是否
paginate = 3 # (可选)首页显示的文章条目数量,默认为10
disqusShortname = "" # disqus_shortname
googleAnalytics = "" # UA-XXXXXXXX-X
-copyright = "" # default: author.name ↓ # 默认为下面配置的author.name ↓
+copyright = "" # default: author.name ↓ # 默认为下面配置的author.name ↓
[author] # require # 必需
name = "olOwOlo"