Mercurial > wikked
comparison docs/pages/03_configuration.md @ 398:0f4032dafc1f
docs: Adjustments to documentation.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 23 Oct 2015 23:50:18 -0700 |
parents | dcaa41b39c23 |
children |
comparison
equal
deleted
inserted
replaced
397:dcaa41b39c23 | 398:0f4032dafc1f |
---|---|
1 --- | 1 --- |
2 title: Configuration | 2 title: Configuration |
3 icon: cog | 3 icon: cog |
4 header_img: soldier_monkey.png | 4 header_img: witch.png |
5 --- | 5 --- |
6 | 6 |
7 Wikked can be configured with a few files: | 7 Wikked can be configured with a few files: |
8 | 8 |
9 * `.wikirc`: this file, located at the root of your wiki, can be submitted into | 9 * `.wikirc`: this file, located at the root of your wiki, can be submitted into |
10 revision control, so that various clones of the wiki have the same options | 10 revision control, so that various clones of the wiki have the same options |
11 where it makes sense. | 11 where it makes sense. |
12 | 12 |
13 * `.wiki/wikirc`: some options, however, don't have to be the same depending on | 13 * `.wiki/wikirc`: some options may have to be different depending on where you |
14 where you run the wiki. This file is contained in the ignored-by-default | 14 run the wiki from. This file is a complementary variant of the `.wikirc` file, |
15 `.wiki` folder, and as such is meant to store options valid only for a local | 15 but is contained in the ignored-by-default `.wiki` folder. As such it is meant |
16 installation. | 16 to store options valid only for a local installation. |
17 | 17 |
18 * `.wiki/app.cfg`: Wikked runs on top of [Flask][]. This file, if it exists, | 18 * `.wiki/app.cfg`: Wikked runs on top of [Flask][]. This file, if it exists, |
19 will be passed on to Flask for more advanced configuration scenarios. See the | 19 will be passed on to Flask for more advanced configuration scenarios. See the |
20 [Flask configuration documentation][1] for more information. | 20 [Flask configuration documentation][1] for more information. |
21 | 21 |