-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
52 lines (52 loc) · 1.06 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
title: "SCAP"
baseURL: https://scapcommunity.github.io/site/
defaultContentLanguage: en
languages:
en:
lang: en
languageName: English
weight: 1
MetaDataFormat: "yaml"
theme: "hugo-uswds"
canonifyurls: true
enableGitInfo: true
pygmentsCodeFences: true
pygmentsCodefencesGuessSyntax: true
pygmentsUseClasses: true
markup:
goldmark:
extensions:
typographer: false
renderer:
unsafe: true
highlight:
guessSyntax: true
params:
header:
project_shortname: "SCAP"
project_name: "SCAP Community"
contentRepoPath: https://github.com/scapcommunity/site/tree/master/content
searchAffiliate: scap
menu:
secondary:
- name: Github
url: https://github.com/scapcommunity/site
weight: 90
module:
mounts:
- source: content
target: content
- source: static
target: static
- source: ../content
target: static/artifacts/content
- source: layouts
target: layouts
- source: data
target: data
- source: assets
target: assets
- source: i18n
target: i18n
- source: archetypes
target: archetypes