From 558fcea5c4706ebdc98873104e189d42d6ac7da9 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 16 Dec 2018 17:58:07 +0100 Subject: Update _config.yml.dist --- _config.yml.dist | 41 ++++++++++++++++++++++++++++++++++------- 1 file changed, 34 insertions(+), 7 deletions(-) diff --git a/_config.yml.dist b/_config.yml.dist index 2e3fd39..fff0be0 100644 --- a/_config.yml.dist +++ b/_config.yml.dist @@ -1,14 +1,34 @@ -title: git-wiki -description: git-wiki is a jekyll theme originally based on jekyll-theme-minimal +# (string) Title of your wiki +title: "" +# (string) Description of your wiki +description: "" +# (boolean) Enable/disable download buttons in sidebar show_downloads: true -git_branch: master -logo_url: -google_analytics: -theme: +# (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. +logo_url: "" +# (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 +# (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 +# (boolean) Enable "Edit with Prose.io" button in tools, it's a 3rd party +# service to edit github markdown pages easily use_prose_io: true -google_cse_token: +# Setting google custom search engine token will enable the +# cse search bar (https://cse.google.it/cse/) instead of default +# one based on github search that could not work on forks +google_cse_token: "" + +# +# Jekyll configurations +# + +# You can customize it changing default layout for all pages +# More info: https://jekyllrb.com/docs/configuration/ defaults: - scope: @@ -29,3 +49,10 @@ plugins: - jemoji - jekyll-redirect-from - jekyll-feed + + +# +# INCLUDING HOOKS +# + + -- cgit