From ca3d412d803f7b1827ae4a9a0e7370c51bb8fa9b Mon Sep 17 00:00:00 2001 From: olOwOlo <26087907+olOwOlo@users.noreply.github.com> Date: Sat, 2 Sep 2017 21:29:06 +0800 Subject: docs: change example site baseURL --- exampleSite/config.toml | 4 ++-- 1 file 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" -- cgit v1.2.3