summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-05-16 12:34:48 +0200
committerGitHub <noreply@github.com>2021-05-16 12:34:48 +0200
commit76b9a242778d20f7d8eef40c6cb4529361eebb51 (patch)
treeeb3b3a612f8c2c2537e8c2d8438e043193ef4812
parent814dd829da69fe10dae1ff3cdf37823586094e0e (diff)
downloadwiki-76b9a242778d20f7d8eef40c6cb4529361eebb51.tar.gz
wiki-76b9a242778d20f7d8eef40c6cb4529361eebb51.tar.bz2
wiki-76b9a242778d20f7d8eef40c6cb4529361eebb51.zip
chore(wiki): Disable blog and fix English (#484)
* chore(wiki): Disable blog and fix English * Update _config.yml
-rw-r--r--_config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml
index 2bdfa9e..a3c3add 100644
--- a/_config.yml
+++ b/_config.yml
@@ -6,13 +6,13 @@ remote_theme: Drassil/git-wiki-theme@master
# (string) Title of your wiki
title: AzerothCore
# (string) Description of your wiki
-description: Wiki and Documentation of AzerothCore project
+description: Wiki and Documentation of the AzerothCore project
# (boolean) Enable/disable wiki page list in sidebar
show_wiki_pages: true
# (integer) Maximum number of wiki page to shown in sidebar
show_wiki_pages_limit: 10
# (boolean) Enable/disable blog feature
-blog_feature: true
+blog_feature: false
# (boolean) Enable/disable wiki posts list in sidebar (needs blog_feature enabled)
show_wiki_posts: true
# (integer) Maximum number of wiki posts to shown in sidebar
@@ -22,7 +22,7 @@ paginate: 5
paginate_path: "/blog/page:num"
permalink: /blog/posts/:year/:month/:day/:title:output_ext
# (boolean) Enable/disable download buttons in sidebar
-show_downloads: true
+show_downloads: false
# (string) Specify branch rendered by gitpages allowing wiki tool buttons to work
git_branch: "master"
# (string) Url of logo image, it can be full, absolute or relative.