diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-16 15:54:48 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-16 16:35:55 +0100 |
| commit | 4a8156e08a5e3ffe540f56ecb894b951dd9b7c84 (patch) | |
| tree | e14862984ffba17f4a8fe53d90b937917014827a /_config.yml.dist | |
| parent | d910d7263f43ddce21dbab7345dd679dc5b092b6 (diff) | |
| download | wiki-4a8156e08a5e3ffe540f56ecb894b951dd9b7c84.tar.gz wiki-4a8156e08a5e3ffe540f56ecb894b951dd9b7c84.tar.bz2 wiki-4a8156e08a5e3ffe540f56ecb894b951dd9b7c84.zip | |
Git-Wiki 2.0
Diffstat (limited to '_config.yml.dist')
| -rw-r--r-- | _config.yml.dist | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/_config.yml.dist b/_config.yml.dist index 8a115bb..2e3fd39 100644 --- a/_config.yml.dist +++ b/_config.yml.dist @@ -8,11 +8,22 @@ theme: wiki_folder: wiki use_github_wiki: false use_prose_io: true -google_cse_token: -custom_head: false -custom_sidebar: false -custom_footer: false -gems: +google_cse_token: +defaults: + - + scope: + path: "" # an empty string here means all files in the project + values: + layout: "git-wiki-default" + - + scope: + path: "" + type: "pages" + values: + layout: "git-wiki-default" +sass: + style: compressed +plugins: - jekyll-sitemap - jekyll-mentions - jemoji |
