-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
85 lines (83 loc) · 2.25 KB
/
Copy pathconfig.yml
File metadata and controls
85 lines (83 loc) · 2.25 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
75
76
77
78
79
80
81
82
83
84
85
mediatypes:
text/yaml:
suffixes:
- yaml
- yml
module:
mounts:
- source: static
target: static
- source: layouts
target: layouts
- source: data
target: data
- source: assets
target: assets
- source: i18n
target: i18n
- source: archetypes
target: archetypes
# Attribution: expose frontmatter config to consuming modules
- source: config/_default/frontmatter
target: assets/frontmatter-sources/github.com/spandigital/presidium-layouts-base
outputformats:
navigation:
basename: navigation
mediatype: text/javascript
Compendium:
baseName: compendium
mediaType: application/json
Embed:
basename: embed
mediaType: text/html
isHtml: true
permalinkable: true
Pdf:
basename: pdf
mediaType: text/html
isHtml: true
FrontmatterSchema:
baseName: frontmatter-schema
mediaType: application/yaml
isPlainText: true
notAlternative: true
searchmap:
mediaType: "application/json"
baseName: "searchmap"
isPlainText: true
notAlternative: true
outputs:
home:
- Navigation
- SearchMap
- Pdf
- FrontmatterSchema
page:
- HTML
- Embed
- Markdown
section:
- HTML
- Embed
params:
_merge: shallow
data:
namespace: "presidium" # Data directory namespace for generated files (schema, etc.)
hugoVersion:
enabled: true
min: "0.161.0"
max: "0.163.0"
extended: true
# not yet implemented
docset-logo: images/logo.png # recommend minimum size of 250px x 250px. Is used on the landing page.
left-nav-logo: images/logo.png # if the left nav logo is different from the main logo, specify it here.
default-logo: images/default-logo.png # if no file exists for the docset-logo path, then this logo will be used.
enterprise-header-logo: images/default-enterprise-header-logo.png # this logo is used in the enterprise header across all docsets in the deployment.
enterprise-header-logo-mobile: images/default-enterprise-header-logo-mobile.png # this logo is used in the enterprise header across all docsets in the deployment for mobile devices.
permalinks:
- pattern: /:sectionslugs/
target:
kind: section
- pattern: /:sectionslugs/:slug/
target:
kind: page