forked from roccostorm/wallabag_documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
27 lines (27 loc) · 929 Bytes
/
config.json
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
{
"title": "wallabag",
"tagline": "Documentation for wallabag",
"author": "Nicolas Lœuillet",
"theme": "daux-blue",
"template": "default",
"clean_urls": true,
"toggle_code": false,
"breadcrumbs": false,
"breadcrumb_separator": "Colons",
"date_modified": true,
"float": false,
"file_editor": false,
"repo_to_fix": "https://github.com/wallabag/documentation/blob/master",
"links": {
"Download": "https://www.wallabag.org/downloads",
"GitHub Repo": "https://github.com/wallabag/wallabag",
"Help": "http://support.wallabag.org",
"Documentation contributors": "https://github.com/wallabag/documentation/graphs/contributors"
},
"ignore": {
"files": [".gitignore"],
"folders": [".git"]
},
"languages": { "en": "English", "fr": "Français", "de": "Deutsch", "ru": "Russian" },
"timezone": "Europe/Paris"
}