-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
72 lines (72 loc) · 2 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
67
68
69
70
71
72
{
"onepagemd-template-version": 0.2,
"main-title": "[INSIDE]",
"title": "Onepage Portfolio - by Diara Goi",
"version": "vX.X",
"author": "Diara Goi",
"email": "diara.goi@diarajkkkkkl.com",
"link": "diarajkkkkkl.com",
"sourcelink": "git.x/diara/source.git",
"link-placeholder": "Website",
"include-author": true,
"include-return-to-top-button": true,
"values-to-interpolate": true,
"update": {
"secret-in-querystring": "arandomsecretgenerated",
"command-to-start-on-update-request": "git pull"
},
"content": {
"titles": {
"copy-anchor-button": true,
"go-to-anchor-when-copy-anchor": false
},
"default_language": "fr",
"content-files": [
{
"id": "en",
"language": "English",
"version": "v1.5"
},
{
"id": "fr",
"language": "Français",
"version": "v1.6"
},
{
"id": "de",
"language": "Deutsch",
"version": "v1.5"
}
],
"php_script_to_load": [
"dynamic-values.php",
"versions.php",
"loremipsum.php",
"auto-update-files.php"
],
"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": "Jetbrains Mono, Consolas, sans-serif",
"font-size": "1em",
"body": {
"maxwidth": "1300px",
"font-color": "#fffff",
"background-color": "#f7f7f7"
},
"load-css-files": [
"css/md.css",
""
]
},
"user-settings": {
"authorize-cookie": true,
"cookie-validity-period-in-days": 50
}
}