From 18b13d4004dc13300c1a6d3faa2940b5793af680 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 17 Feb 2019 19:05:22 +0100 Subject: trying to move under _pages --- _config.yml | 9 ++++++++- _pages/home.md | 9 +++++++++ home.md | 9 --------- 3 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 _pages/home.md delete mode 100644 home.md 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: diff --git a/_pages/home.md b/_pages/home.md new file mode 100644 index 0000000..c02631f --- /dev/null +++ b/_pages/home.md @@ -0,0 +1,9 @@ +--- +redirect_from: + - / +--- + +Welcome to the AzerothCore project wiki! + +- [Traditional setup guide](wiki/Installation) +- [Docker setup guide](wiki/Install-with-Docker) diff --git a/home.md b/home.md deleted file mode 100644 index c02631f..0000000 --- a/home.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -redirect_from: - - / ---- - -Welcome to the AzerothCore project wiki! - -- [Traditional setup guide](wiki/Installation) -- [Docker setup guide](wiki/Install-with-Docker) -- cgit