-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
134 lines (132 loc) · 3.11 KB
/
config.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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
baseURL: "/"
defaultContentLanguage: "pt"
enableGitInfo: true
enableMissingTranslationPlaceholders: true
enableRobotsTXT: true
disableHugoGeneratorInject: true
buildFuture: true
blackfriday:
plainIDAnchors: false
disableKinds:
- "section"
- "taxonomy"
- "taxonomyTerm"
- "RSS"
- "sitemap"
googleAnalytics: ""
languageCode: "pt-br"
module:
mounts:
-
source: "node_modules/cookies-eu-banner/dist/"
target: "assets/vendor/"
-
source: "node_modules/highcharts/"
target: "assets/vendor/highcharts/"
-
source: "node_modules/@highcharts/"
target: "assets/vendor/@highcharts/"
-
source: "node_modules/vue/dist/"
target: "assets/vendor/"
-
source: "node_modules/wowjs/dist/"
target: "assets/vendor/"
-
source: "node_modules/animate.css/"
target: "assets/vendor/"
-
source: "assets/"
target: "assets/"
menu:
header:
- identifier: "Início"
name: "Início"
url: "/"
weight: 1
- identifier: "Indicadores"
name: "Indicadores"
url: "/indicadores"
weight: 2
- identifier: "planos pela primeira infância"
name: "planos pela primeira infância"
url: "/planos-pela-primeira-infancia"
weight: 3
- identifier: "biblioteca"
name: "biblioteca"
url: "/biblioteca"
weight: 4
- identifier: "tracking"
name: "Rastreio"
url: "/rastreio"
weight: 100
Params:
endpoint: "privacy-policy"
about:
- identifier: "Sobre a Andi"
name: "Sobre a Andi"
url: "/sobre-a-andi"
weight: 1
- identifier: "História"
name: "História"
url: "/historia"
weight: 2
- identifier: "Missão e Valores"
name: "Missão e Valores"
url: "missao-e-valores"
weight: 3
- identifier: "Equipe"
name: "Equipe"
url: "/equipe"
weight: 4
- identifier: "Conselho"
name: "Conselho"
url: "/conselho"
weight: 5
footer:
- identifier: "Infância e Juventude"
name: "Infância e Juventude"
url: "/infancia-e-juventude"
weight: 1
- identifier: "Inclusão e Sustentabilidade"
name: "Inclusão e Sustentabilidade"
url: "/inclusao-e-sustentabilidade"
weight: 2
- identifier: "Políticas de Comunicação"
name: "Políticas de Comunicação"
url: "/politicas-de-comunicacao"
weight: 3
metaDataFormat: "yaml"
title: "Observatório do marco legal da primeira infancia"
params:
developedBy: "appcívico"
developedByLink: "https://appcivico.com/"
siteDescription: "Observatório do marco legal da primeira infancia"
tagline: ""
shareImages:
default: "assets/images/default.jpg"
twitter: "assets/images/twitter.jpg"
facebook: "assets/images/facebook.jpg"
socialNetworksLinks:
twitter: "https://twitter.com/observatorio"
facebook: "https://www.facebook.com/observatorio"
taxonomies:
role: "role"
security:
exec:
allow:
- '^dart-sass-embedded$'
- '^go$'
- '^npx$'
- '^postcss$'
- 'babel'
osEnv:
- '(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$'
funcs:
getenv:
- "NODE_ENV"
http:
methods:
- '(?i)GET|POST'
urls:
- '.*'