forked from jgm/gitit2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.yaml
More file actions
53 lines (39 loc) · 1.4 KB
/
settings.yaml
File metadata and controls
53 lines (39 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
### This is the default settings file read by any invocation of `gitit2`
### All settings here can be overridden in additional files with the invocation:
### `gitit2 -f additional-file1.yaml -f additional-file2.yaml`
## approot is the base path used for links in your application,
## for example, 'approot:http://mydomain:myport'
## In particular, you should set this if you use port redirection.
## it defaults to localhost and the port set below:
# approot: http://localhost:3000
## port to run gitit
## the port can be given with the option `-p`, for example:
## `gitit2 -p 3000`
port: 3000
# repository_path: wikidata
# repository_type: git
# page_extension: .page
# default_format: markdown
## static resource directory
# static_dir: static
# mime_types_file
use_mathjax: true
# feed_days: 14
# feed_minutes: 15
# pandoc_user_data
use_cache: true
# cache_dir: cache
# front_page: Front Page
# help_page: Help
# max_upload_size: 1M
latex_engine: xelatex
## Depth of the table of contents, defaults to 3
# toc_depth: 3
## Shows the toc of subpage in the toc of page. A supage is an internal
## wikilink alone in a paragraph, defaults to True
# extended_toc: false
## Replace a wikilink subpage with the toc of the subpage, defaults to True
subpage_toc_in_content: false
## when simple_title is true it displays `myPage` for wikilinks like `[directory/bla/blo/mypage]()`,
## defaults to True
# simple_title: False