-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.json
More file actions
74 lines (74 loc) · 2.17 KB
/
site.json
File metadata and controls
74 lines (74 loc) · 2.17 KB
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
{
"source": "./source",
"destination": "./_site",
"metadata": {
"site": {
"title": "devo.ps Documentation",
"name": "devo.ps Documentation",
"description": "Documentation for devo.ps",
"url": "http://docs.devo.ps",
"author": "devo.ps",
"email": "info@devo.ps",
"ga": "UA-34006371-1",
"gauges": "510b396a613f5d2666000007",
"keywords": [
"devo.ps",
"DevOps",
"Cloud",
"servers",
"infrastructure",
"automation",
"Continuous Integration",
"Continuous Deployment",
"Configuration Management",
"Orchestration",
"System Administration",
"PaaS",
"IaaS",
"documentation"
]
}
},
"metalsmith": {
"metalsmith-collections": {
"pages": { "pattern": "*/*.md" },
"guides": { "pattern": "guides/*.md" },
"howto": { "pattern": "how-to/*.md" },
"manual": { "pattern": "manual/*.md" },
"providers": { "pattern": "providers/*.md" },
"services": { "pattern": "services/*.md" }
},
"metalsmith-markdown": {
"xhtml": true
},
"metalsmith-build-date": true,
"metalsmith-headings": {},
"metalsmith-permalinks": {},
"metalsmith-templates": {
"engine": "swig",
"cache": false,
"default": "page.html",
"directory": "./templates"
},
"metalsmith-assets": null
},
"assets": {
"vendor": {
"js": [
"bower_components/jquery/dist/jquery.js",
"bower_components/highlightjs/highlight.pack.js"
],
"css": [
"bower_components/highlightjs/styles/github.css"
]
},
"custom": {
"js": [
"js/*.js"
],
"scss": [
"scss/**/*.{scss,sass}"
]
}
}
}