-
Notifications
You must be signed in to change notification settings - Fork 3
/
ssg_config.json
53 lines (53 loc) · 1.78 KB
/
ssg_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
{
"dirOutput": "../httpDocs/",
"dirContent": "../content",
"dirMarkdown": "../content/markdown",
"dirJson": "../content/data",
"languageDefault": "nl",
"siteName": "Digital Infrastructure | KNAW Humanities Cluster",
"siteFavicon": "favicon_huc.png",
"url": "http://di.huc.knaw.nl",
"markup": {
"color_sidebar_background": "hsl(0, 0%, 100%)",
"color_content_background": "hsl(174, 40%, 94%)",
"color_footer_background": "hsl(174, 66%, 57%)",
"branding_logo": "logo-knaw-digital-infrastructure.png"
},
"content": {
"footer_col1": "<p><strong>Powered by</strong> <br> <a href=\"https://huc.knaw.nl\" target=\"_blank\">KNAW Humanities Cluster</a> <ul><li><a href=\"https://www.huygens.knaw.nl\" target=\"_blank\">Huygens Instituut</a></li><li><a href=\"https://iisg.amsterdam\" target=\"_blank\">IISG</a></li><li><a href=\"https://meertens.knaw.nl\" target=\"_blank\">Meertens Instituut</a></li></ul></p>",
"footer_col2": "<p><strong>Contact</strong><br><a href=\"mailto:[email protected]\">[email protected]</a><br><a href=\"contact-en.html\">Contact page</a><br><a href=\"https://www.knaw.nl/privacy\" target=\"_blank\">Privacy</a></p>",
"footer_col3": "<p><strong>Address</strong><br>Oudezijds Achterburgwal 185<br>1012 DK Amsterdam</p>"
},
"customTemplateFolder": "huc_di",
"customPageTypes": {
"team": {
"listordering": "listorder"
}
},
"defaults": [
{
"name": "template",
"val": "default.html"
},
{
"name": "title",
"val": "** Need action: No title **"
},
{
"name": "type",
"val": "page"
},
{
"name": "publish_date",
"val": "2022-01-01"
},
{
"name": "feautred_img",
"val": ""
},
{
"name": "page_level",
"val": 0
}
]
}