-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
160 lines (142 loc) · 3.35 KB
/
config.yaml
File metadata and controls
160 lines (142 loc) · 3.35 KB
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
baseURL: 'https://voidrunner.dev'
languageCode: 'en-us'
title: 'VoidRunner - AI-Powered Distributed Task Execution Platform'
theme: 'hugo-saasify-theme'
# Hugo configuration
buildDrafts: false
buildFuture: false
canonifyURLs: false
disableAliases: false
disableHugoGeneratorInject: true
disableKinds: []
enableRobotsTXT: true
enableGitInfo: true
enableEmoji: true
relativeURLs: false
uglyURLs: false
# Minification
minify:
disableCSS: false
disableHTML: false
disableJS: false
disableJSON: false
disableSVG: false
disableXML: false
minifyOutput: true
# Image processing
imaging:
quality: 85
resampleFilter: "lanczos"
hint: "photo"
# Markup configuration
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: "github-dark"
lineNos: false
codeFences: true
guessSyntax: true
hl_Lines: ""
lineNumbersInTable: true
noClasses: false
tabWidth: 2
# Permalinks
permalinks:
blog: "/blog/:year/:month/:day/:slug/"
features: "/features/:slug/"
# Taxonomies
taxonomies:
tag: "tags"
category: "categories"
author: "authors"
# Site parameters
params:
# Site identity
author: "VoidRunner Team"
description: "Execute distributed tasks in minutes, not hours. VoidRunner's AI-powered platform automatically detects optimal runtime environments and orchestrates computational workloads across distributed infrastructure."
keywords: ["AI", "distributed computing", "task execution", "batch processing", "computational workloads", "job orchestration"]
# Logo and branding
logo: "/images/logo.svg"
logo_dark: "/images/logo-dark.svg"
favicon: "/images/favicon.ico"
image: "/images/og-image.png"
# Contact information
email: "hello@voidrunner.dev"
phone: ""
address: ""
# Social media
social:
github: "https://github.com/voidrunnerhq"
twitter: "https://twitter.com/voidrunnerhq"
linkedin: ""
discord: "https://discord.gg/voidrunner"
# Analytics
google_analytics: ""
google_tag_manager: ""
# Features
dark_mode: true
search: true
code_copy_button: true
# Navigation
nav_button:
enable: true
label: "Start Free"
link: "https://app.voidrunner.dev/signup"
# Footer
footer:
content: "Execute smarter, not harder. VoidRunner's AI-powered platform eliminates distributed computing complexity."
copyright: "© 2025 VoidRunner. All rights reserved."
# Menu configuration
menu:
main:
- name: "Features"
url: "/features/"
weight: 1
- name: "Pricing"
url: "/pricing/"
weight: 2
- name: "Docs"
url: "/docs/"
weight: 3
- name: "Blog"
url: "/blog/"
weight: 4
- name: "Contact"
url: "/contact/"
weight: 5
footer:
- name: "Privacy Policy"
url: "/privacy/"
weight: 1
- name: "Terms of Service"
url: "/terms/"
weight: 2
- name: "Status"
url: "https://status.voidrunner.dev"
weight: 3
# Security
security:
exec:
allow: ["^dart-sass-embedded$", "^git$", "^go$", "^npx$", "^postcss$"]
funcs:
getenv: ["^HUGO_", "^CI$"]
# Privacy
privacy:
disqus:
disable: true
googleAnalytics:
disable: false
respectDoNotTrack: true
anonymizeIP: true
instagram:
disable: true
x:
disable: false
enableDNT: true
vimeo:
disable: true
youtube:
disable: false
privacyEnhanced: true