forked from OpenInternet/Infuse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
133 lines (110 loc) · 3.05 KB
/
hugo.toml
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
title = "Infuse"
baseURL = "https://infusedev.safetag.org"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
rssLimit = 300
archetypeDir = "archetypes"
contentDir = "content"
dataDir = "data"
layoutDir = "layouts"
publishDir = "public"
buildDrafts = false
buildFuture = false
buildExpored = false
canonifyURLs = true
enableRobotsTXT = true
enableGitInfo = true
enableEmoji = true
enableMissingTranslationPlaceholders = true
disableRSS = false
disableSitemap = false
disable404 = false
disableHugoGeneratorInject = true
pluralizeListTitles = false
[permalinks]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
definitionList = true
footnote = true
[markup.tableOfContents]
startLevel = 2
endLevel = 4
[taxonomies]
category = "categories"
tag = "tags"
[params]
# Metadata mostly used in document's head
description = "Infuse is a community-developed framework helping digital protectors advance their knowledge and skill sets in areas of specialized technical expertise (STE)"
keywords = "NGO, cybersecurity, digital security, malware, phishing, web security, OWASP"
images = ["media/images/thumbnail.png"]
# Prefix of link to the git commit detail page. GitInfo must be enabled.
gitUrl = "https://github.com/OpenInternet/Infusedev/commit/"
githubRepo = "https://github.com/OpenInternet/Infusedev"
githubBranch = "main"
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
customCSS = []
customJS = []
# Colors for favicons
[params.favicon.color]
mask = "#194E80"
msapplication = "#194E80"
# Social icons
[[params.social]]
name = "github"
url = "https://github.com/"
[[params.social]]
name = "twitter"
url = "https://twitter.com/"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/products/x/"
[languages]
[languages.en]
languageName = "English"
weight = 1
[languages.en.params]
languageName = "English"
direction = "ltr"
[languages.fr]
languageName = "French"
weight = 2
[languages.fr.params]
languageName = "French"
direction = "ltr"
[languages.es]
languageName = "Spanish"
weight = 3
[languages.es.params]
languageName = "Spanish"
direction = "ltr"
[languages.ar]
languageName = "Arabic (coming soon)"
weight = 4
[languages.ar.params]
languageName = "Arabic (coming soon)"
direction = "rtl"
[languages.pt-br]
languageName = "Brazilian Portuguese"
weight = 5
[languages.pt-br.params]
languageName = "Brazilian Portuguese"
direction = "ltr"
[privacy]
[privacy.instagram]
disable = false
simple = true
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
enableDNT = true
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true