forked from rhobs/handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mdox.yaml
56 lines (48 loc) · 1.15 KB
/
.mdox.yaml
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
version: 1
inputDir: "content"
outputDir: "web/content/en"
extraInputGlobs:
- "README.md"
- "web/assets/favicons"
gitIgnored: true
localLinksStyle:
hugo:
indexFileName: "_index.md"
transformations:
- glob: "../README.md"
path: /_index.md
frontMatter:
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
menu:
main:
weight: 1
pre: <i class='fas fa-book'></i>
cascade:
- type: "docs"
_target:
path: "/**"
- glob: "Proposals/README.md"
path: _index.md
frontMatter:
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
menu:
main:
weight: 2
pre: <i class='fas fa-users'></i>
- glob: "**/README.md"
path: _index.md
frontMatter: &defaultFrontMatter
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
- glob: "**.md"
frontMatter:
<<: *defaultFrontMatter
- glob: "../web/assets/**"
path: "/../../static/**"
- glob: "**"
path: "/../../static/**"