-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.toml
98 lines (80 loc) · 2.14 KB
/
config.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
baseURL = "http://datawaveproject.github.io/"
languageCode = "en-us"
title = "The DataWave Blog"
theme="ananke"
googleAnalytics = "G-76NXT956MJ"
[params]
# In most cases you will only want to use either one of these. If you have Google Analytics included in your GTM tags don't put your GA ID here. Otherwise your data might be useless.
googleAnalytics = 'G-76NXT956MJ'
#featured_image = '/images/gravity_waves_big.jpg'
favicon = "/favicon-32x32.png"
site_logo = "/images/logo/banner_final_white.png"
[params.jobs]
summary_truncate = 12 # How many characters to include in the summary of the team bios (large layout) before truncating
[params.Single]
#featured_image = '/images/gravity_waves_big.jpg'
[menu]
# Main Menu
#[[menu.main]]
# name = "Objectives"
# url = "/objectives/"
# weight = 1
# Footer Menu
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Team"
url = "/team/"
weight = 2
[[menu.main]]
name = "Jobs"
url = "/jobs/"
weight = 3
[[menu.main]]
name = "Background"
url = "/background/"
weight = 4
[[menu.main]]
name = "Publications"
url = "/publications/"
weight = 4
[[menu.main]]
name = "Blog"
url = "/blog/"
weight = 5
[[menu.main]]
name = "Data"
url = "/data/"
weight = 6
#[[menu.footer]]
# name = "Contact"
# url = "/contact/"
# weight = 2
[[params.ananke_socials]]
name = "twitter"
url = "https://twitter.com/DataWave_VESRI"
[markup]
[markup.asciidocExt]
backend = 'html5'
extensions = []
failureLevel = 'fatal'
noHeaderOrFooter = true
preserveTOC = false
safeMode = 'unsafe'
sectionNumbers = false
trace = false
verbose = false
workingFolderCurrent = false
[markup.asciidocExt.attributes]
[security]
enableInlineShortcodes = false
[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$']
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$']
[security.funcs]
getenv = ['^HUGO_']
[security.http]
methods = ['(?i)GET|POST']
urls = ['.*']