-
Notifications
You must be signed in to change notification settings - Fork 0
/
docfx.json
81 lines (75 loc) · 2.73 KB
/
docfx.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
73
74
75
76
77
78
79
80
81
{
"build": {
"content": [
{
"src": "src/content",
"files": [ "**" ],
"exclude": [ "**/*-ignore.md" ]
}
],
"resource": [
{
"src": "src/resources",
"files": [ "**" ],
"dest": "resources"
},
{
"src": "src/rootResources",
"files": [ "**" ]
},
{
"src": "src/fonts",
"files": [ "**" ],
"dest": "resources"
}
],
"globalMetadata": {
"mimo_websiteName": "Jering",
"mimo_authors": [
{
"name": "JeremyTCD",
"link": "https://www.jeremytcd.com",
"imgSrc": "/resources/head_shot.jpg"
}
],
"mimo_baseUrl": "https://www.jering.tech",
"mimo_socialMediaCards": "true",
"mimo_twitterCardSite": "@JeringTech",
"mimo_twitterCardCreator": "@JeremyTCD",
"mimo_twitterCardImageAlt": "Jering Logo",
"mimo_copyrightText": "2018-2019 Jering",
"mimo_disableComments": true,
"mimo_googleTrackingID": "UA-131742212-1",
"mimo_githubLink": "https://github.com/JeringTech",
"mimo_twitterLink": "https://twitter.com/JeringTech",
"mimo_linkedinLink": "https://www.linkedin.com/company/jering/about/",
"mimo_licensesRelPath": "/licenses",
"mimo_privacyPolicyRelPath": "/privacy-policy",
"mimo_contactRelPath": "/contact",
"mimo_logoRelPath": "/resources/logo.svg",
"mimo_faviconRelPath": "/favicon.ico",
"mimo_defaultFontPreloads": [
"/resources/open-sans-v15-latin-regular.woff2",
"/resources/open-sans-v15-latin-600.woff2",
"/resources/ibm-plex-mono-v3-latin-regular.woff2"
],
"mimo_addressBarColor": "#1565C0",
"mimo_safariPinnedTabColor": "#fe3d00",
"mimo_disableWebsiteNameInLogo": true
},
"postProcessors": [ "SortedArticleListGenerator", "SearchIndexGenerator", "OutlineGenerator", "TocEmbedder", "AbsolutePathResolver", "ExternalAnchorFixer" ],
"markdownEngineName": "mimo-markdown",
"sitemap": {
"baseUrl": "https://www.jering.tech",
"priority": 0.1,
"fileOptions": {
"**/src/content/index.md": {
"priority": 1.0
},
"**/src/content/articles/**/*.md": {
"priority": 1.0
}
}
}
}
}