diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-17 20:07:02 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-17 20:07:02 +0100 |
| commit | 693de6feb59eaf1f7d81c6ad98fee23a44d04edb (patch) | |
| tree | ac65bf625a0d5b7e725d91a624b206eaea2d881d /_config.yml | |
| parent | 6e7a8ed813d8552e8af07b9461b319137d7aeea3 (diff) | |
| download | wiki-693de6feb59eaf1f7d81c6ad98fee23a44d04edb.tar.gz wiki-693de6feb59eaf1f7d81c6ad98fee23a44d04edb.tar.bz2 wiki-693de6feb59eaf1f7d81c6ad98fee23a44d04edb.zip | |
trying another way to rootify paths
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index a83ac31..5b86664 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ logo_url: http://www.azerothcore.org/images/logo.png # (string) The UA-XXXXX-Y code from google analytic to enable GA on your wiki google_analytics: # (string) folder where wiki pages are stored, it's needed for tool buttons -wiki_folder: / +wiki_folder: docs # (boolean) if you're using github wiki as submodule then this config # must be enabled to allow tool buttons to work properly use_github_wiki: false @@ -54,9 +54,12 @@ google_cse_token: # check _layouts folder # -permalink: pretty - defaults: + - + scope: + path: "docs" + values: + permalink: /:basename - scope: path: "" # an empty string here means all files in the project |
