-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.toml
219 lines (176 loc) · 7.12 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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
baseURL = "https://vvvv.org/"
languageCode = "en-us"
paginate = 20
paginatePath = "page"
summaryLength = 20
title = "vvvv - visual live-programming for .NET"
relativeURLs = "true"
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = -1 # priority omitted from rendered sitemap
[Services.RSS]
limit = 10
[server]
[[server.headers]]
for = '/**'
[server.headers.values]
Referrer-Policy = 'strict-origin-when-cross-origin'
X-Content-Type-Options = 'nosniff'
X-Frame-Options = 'DENY'
X-XSS-Protection = '1; mode=block'
Access-Control-Allow-Origin = '*'
[markup]
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
# Change the default theme to be use when building the site with Hugo
theme = "hugo-creative-theme-master"
[taxonomies]
category = 'categories'
tag = 'tags'
author = 'author'
[permalinks]
#blog-archive = '/archive/:sections[1]/:slug/'
blog = '/blog/:sections[1]/:slug'
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss+xml"
baseName = "index"
[params]
title = "vvvv - visual live-progamming for .NET"
author = "vvvv group"
description = "vvvv is a visual live-programming environment for .NET"
ogTitle = "vvvv"
ogDescription = "A visual live-programming environment that takes you from rapid prototyping to final production."
# The path must be relative to the static folder
favicon = "favicon.ico"
# Navigation
[params.navigation]
brand = "vvvv.org"
[params.navigation.links]
features = "Features"
blog = "Blog"
download = "Download"
showcase = "Showcase"
Learn = "Learn"
community = "Community"
licensing = "Licensing"
support = "Support"
contact = "contact"
# Hero section
[params.Hero]
vvvv = "vvvv"
subtitle = "A visual live-programming environment that takes you from <b>rapid prototyping</b> to <b>final production.</b>"
tryitButton = "Download"
tryitButtonLink = "Download"
requestADemoButton = "Request a tour"
requestADemoLink = "Support"
learnmoreButton = "Learn More"
learnmoreButtonLink = "Features"
tagsHeadline = "It claims to be popular for:"
tags = "#creativecoding, #generativedesign, #interactiondesign, #datavisualization, #computervision, #vr, #showcontrol, #physicalcomputing, #datascience, #machinelearning, #dotnet"
# Overview Section
[params.Features]
headline = "Visual Live-Programming with vvvv"
# Download section
[params.Download]
Headline = "Download"
Copy = 'vvvv is free without any restrictions for non-commercial use.<br/>Commercial use requires a <a href="https://store.vvvv.org/" target="_blank">License</a>.'
[params.Download.gamma]
Headline = "vvvv gamma"
Copy = "First released in April 2020, vvvv gamma is the next generation of vvvv, entirely rewritten from scratch."
StableText = "Download: Stable"
StableLink = "https://teamcity.vvvv.org/guestAuth/app/rest/builds/id:38435/artifacts/content/vvvv_gamma_6.6_setup.exe"
StableVersion = "Version: 6.6"
PreviewText = "Download: Preview"
PreviewLink = "PreviewDownloads"
PreviewVersion = "Unstable, daily preview builds"
CurrentPreviewBuildType = "vvvv_gamma_Build20225"
LibrariesText = "Additional Libraries"
LibrariesLink = "https://thegraybook.vvvv.org/reference/libraries/overview.html"
LibrariesTarget = "_blank"
ChangeLogText = "Change Log & Previous Releases"
ChangeLogLink = "https://thegraybook.vvvv.org/changelog/"
ChangeLogTarget = "_blank"
Target = "_self"
[params.Download.gamma.previewWindow]
Title = "Latest Previews"
Subtitle ="Don't use for production!"
Text = 'These are daily development builds. If you find one to be broken, try an earlier one.<p>Please mark problems you report in the <a href="https://forum.vvvv.org/c/vvvv-gamma/" target="_blank">forum</a> with the *preview* tag or visit us in the <a href="https://app.element.io/#/room/#vvvv:matrix.org" target="_blank">chat</a> to talk about issues you encounter.</p>'
[params.Download.beta]
Headline = "vvvv beta"
Copy = "In development since 2001, vvvv beta has been used by many companies worldwide to create large media environments."
Text = "Download vvvv beta"
Link = "https://legacy.vvvv.org/downloads"
Target = "_blank"
[params.Showcase]
headline = "Showcase"
[params.Showcase.Showreel2]
title = "Projects 2018 ~ 2024"
alt = "Works in this reel were realized in the past ~6 years and thus include both vvvv beta as well as pure vvvv gamma projects."
vimeo = 930568091
[params.Showcase.Showreel1]
title = "Projects 2002 ~ 2019"
alt = "Projects in this showreel were realized mostly with vvvv beta within the past few years."
vimeo = 371511910
[params.Blog]
Title = "Blog"
NumberOfPosts = 4
ReadMore = "All posts"
Warning = "\\* Looking for older blog posts? Find them at: [vvvv.org/blog](https://vvvv.org/blog/1575+1576+25+23+24+39+26+1461+127+126+124)."
Categories = ["Monthly Reviews", "News", "Development News", "Dates", "vvvv gamma Releases", "vvvv beta Releases", "vvvv beta Addon Releases", "Guest Posts"]
CommentsDisabled = "Comments are no longer accepted for this post."
Devvvvs = ["devvvv", "joreg", "gregsn", "tonfilm", "robotanton", "untone", "elias", "azeno", "oschatz", "max"]
#Community section
[params.Community]
headline = "Community"
[[params.Community.list]]
img = "/img/icons/Discourse-32x32_gray.png"
imgAlt = "vvvv Forum"
title = "Forum"
description = "Get answers to your questions or find them in existing discussions in the vvvv forum."
link = "https://forum.vvvv.org/c/vvvv-gamma"
text = "Open Forum"
[[params.Community.list]]
img = "/img/icons/element-32x32-black.png"
imgAlt = "vvvv on Matrix"
title = "Chat"
description = "Join us for a chat: Get help 24/7 or just hang out with your fellow patchers."
link = "https://matrix.to/#/#vvvv:matrix.org"
text = "Open Chat"
[[params.Community.list]]
img = "/img/icons/logo-mbz-gray.png"
imgAlt = "vvvv Mobilizon"
title = "Meetups"
description = "Join us for a meetup: real-world, in-person drinks and presentations around vvvv."
link = "https://mobilize.berlin/@vvvvmeetups"
text = "Open Meetups"
# Learn section
[params.Learn]
headline = "Learn"
# Support Section
[params.support]
headline = "Support"
# Contact section
[params.contact]
headline = "Contact"
description = " "
[params.contact.imprint]
headline = "Imprint"
text ="vvvv - Dießl & Gregor GbR<br>Oranienstrasse 10 <br> 10997 Berlin/Germany<br>VAT: DE275566955<br><br>groupӘvvvv.org"
[params.footer]
hugoText = "Thanks to <a href=\"https://gohugo.io\" target=\"_blank\">Hugo</a> for building this website."
plausibleText = "Analytics by <a href=\"https://plausible.io\" target=\"_blank\">Plausible</a>."
# Video blocker
[params.vimeoBlocker]
headline="Embedded Vimeo Video"
text="When playing the video, you accept the [Vimeo privacy policy](https://vimeo.com/privacy)."
checkbox="Always"
watchOn="Watch on Vimeo"
[params.youtubeBlocker]
headline="Embedded YouTube Video"
text="When playing the video, you accept the [YouTube privacy policy](https://www.youtube.com/privacy)."
checkbox="Always"
watchOn="Watch on YouTube"