diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-17 19:05:22 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-17 19:05:22 +0100 |
| commit | 18b13d4004dc13300c1a6d3faa2940b5793af680 (patch) | |
| tree | ec326544fbd422bf8db5b2fec1c3eeffb38ea393 | |
| parent | 87ad28faf59d65e222c53dd3fa78e827bfd84f97 (diff) | |
| download | wiki-18b13d4004dc13300c1a6d3faa2940b5793af680.tar.gz wiki-18b13d4004dc13300c1a6d3faa2940b5793af680.tar.bz2 wiki-18b13d4004dc13300c1a6d3faa2940b5793af680.zip | |
trying to move under _pages
| -rw-r--r-- | _config.yml | 9 | ||||
| -rw-r--r-- | _pages/home.md (renamed from home.md) | 0 |
2 files changed, 8 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 7932ec0..21c323c 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: _pages # (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 @@ -53,6 +53,13 @@ google_cse_token: # git-wiki includes some internal themes that you can choose # check _layouts folder # +collections: + pages: + output: true + permalink: /:path/ + +permalink: pretty + defaults: - scope: |
