diff options
author | Julio Capote <jcapote@gmail.com> | 2018-11-06 03:06:10 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2018-11-06 03:06:10 +0000 |
commit | 59b55b6b8b43226f12e2ed456b40f1c89a86eea4 (patch) | |
tree | bf47dd0b7a5b77b049e45120a2f3a2fb592a28a3 /config.toml | |
parent | 4b489a049a0063bbb1fd9f0c0f74ce1ee9f87a86 (diff) | |
download | capotej.com-59b55b6b8b43226f12e2ed456b40f1c89a86eea4.tar.gz |
fix mixed insecure content
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml index 686b9e3..fad240c 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://localhost:1313/" +baseURL = "https://capotej.com/" languageCode = "en" defaultContentLanguage = "en" # en / zh-cn / ... (This field determines which i18n file to use) title = "capotej.com" @@ -49,7 +49,7 @@ copyright = "" # default: author.name ↓ # 默认为下面配 description = "Hugo theme even example site." # paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目,建议修改为一个较大的值 - archivePaginate = 25 + archivePaginate = 25 # show 'xx Posts In Total' in archive page ? # 是否在归档页显示文章的总数 showArchiveCount = false |