diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-16 17:58:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-16 17:58:07 +0100 |
| commit | 558fcea5c4706ebdc98873104e189d42d6ac7da9 (patch) | |
| tree | a0bab32de8a7e5a9756dddb967c6ce5ca685e06e | |
| parent | b4254b80f3042a0b0c35fcdedb1a534d08e5a970 (diff) | |
| download | wiki-558fcea5c4706ebdc98873104e189d42d6ac7da9.tar.gz wiki-558fcea5c4706ebdc98873104e189d42d6ac7da9.tar.bz2 wiki-558fcea5c4706ebdc98873104e189d42d6ac7da9.zip | |
Update _config.yml.dist
| -rw-r--r-- | _config.yml.dist | 41 |
1 files 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 +# + + |
