diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-09-02 21:29:06 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-09-02 21:29:06 +0800 |
commit | ca3d412d803f7b1827ae4a9a0e7370c51bb8fa9b (patch) | |
tree | 24f5a32a75b03fb0d60ee2046f1c6df14317e846 | |
parent | c2b46d9dfb02fda7209346761c589cbd27495608 (diff) |
docs: change example site baseURL
-rw-r--r-- | exampleSite/config.toml | 4 |
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" |