generated from KanFF/onepageMD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
66 lines (66 loc) · 1.43 KB
/
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
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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"onepagemd-template-version": 0.2,
"main-title": null,
"title": "KanFF",
"website-name": "kanff.org",
"version": "v1.2",
"versiondate": "28.05.2021",
"author": "KanFF Team",
"email": null,
"link": "github.com/samuelroland/KanFF",
"sourcelink": "",
"link-placeholder": "GitHub",
"include-author": true,
"include-return-to-top-button": false,
"values-to-interpolate": true,
"update": {
"secret-in-querystring": "arandomsecretgenerated",
"command-to-start-on-update-request": "git pull"
},
"content": {
"no-markdown-in-content": true,
"titles": {
"copy-anchor-button": true,
"go-to-anchor-when-copy-anchor": false
},
"default_language": "fr",
"hide-select-if-one-language-only": true,
"content-files": [
{
"id": "fr",
"language": "Français",
"version": "v1.0"
},
{
"id": "en",
"language": "English",
"version": "v1.0"
}
],
"php_script_to_load": [],
"images": {
"image-not-found-info": true,
"image-not-found-path": "config/image-if-not-found.png",
"relative-url-prefix": ""
},
"additionnal-values": "values.php"
},
"style": {
"basic-style": "default_kanff",
"font-list": "Open Sans, sans-serif",
"font-size": "1em",
"body": {
"maxwidth": "1300px",
"font-color": "#374151",
"background-color": "#fcc84d0f"
},
"load-css-files": [
"css/md.css",
""
]
},
"user-settings": {
"authorize-cookie": true,
"cookie-validity-period-in-days": 50
}
}