-
Notifications
You must be signed in to change notification settings - Fork 6
/
hugo.yaml
184 lines (172 loc) · 5.39 KB
/
hugo.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
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
baseURL: /
title: Cozystack
enableRobotsTXT: true
enableEmoji: true
# Language configuration
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
enableMissingTranslationPlaceholders: true
# Provide .LastMod values
enableGitInfo: true
module:
proxy: direct
hugoVersion:
extended: true
imports:
- path: github.com/google/docsy
disable: false
mounts:
# The following entry is the one we actually need, to be able to
# refer to it in our own assets/scss files.
- source: assets/scss
target: assets/scss/docsy
# Unfortunately that means we need to redefine all of Docsy's
# module mounts here...
# https://github.com/google/docsy/commit/215f68033bbc7bddf8dbec2bbabf8749d1998a17 (lines 24f)
#
# I hope this use-case will be simplified one day.
- source: content
target: content
- source: static
target: static
- source: layouts
target: layouts
- source: data
target: data
- source: assets
target: assets
- source: i18n
target: i18n
- source: archetypes
target: archetypes
- source: node_modules/bootstrap
target: assets/vendor/bootstrap
- source: node_modules/@fortawesome/fontawesome-free
target: assets/vendor/Font-Awesome
- source: node_modules/@fortawesome/fontawesome-free/webfonts
target: static/webfonts
- path: github.com/google/docsy/dependencies
disable: false
- path: github.com/mfg92/hugo-shortcode-gallery
disable: false
mounts:
- source: content/en
target: content
# Markup settings
# Ref: https://gohugo.io/getting-started/configuration-markup#goldmark
markup:
goldmark:
renderer:
unsafe: true
highlight:
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
style: friendly
parser:
autoHeadingID: true
autoHeadingIDType: github
languages:
en:
params:
languageName: English
languageCode: en
time_format_default: 2006-01-02
time_format_blog: 2006-01-02
permalinks:
blog: /:section/:year/:month/:slug/
outputFormats:
SearchIndex:
baseName: index
mediaType: application/json
outputs:
home: [HTML, SearchIndex]
page: [HTML, SearchIndex]
params:
description: Free and Open Source PaaS-platform for seamless management of virtual machines, managed Kubernetes, and Databases-as-a-Service
copyright: Ænix,
github_repo: https://github.com/aenix-io/cozystack-website
github_branch: main
github_project_repo: https://github.com/aenix-io/cozystack
slack: https://cloud-native.slack.com/messages/cozystack
support: /support
images: [img/cozystack-social.png]
# Enable Algolia DocSearch
algolia_docsearch: true
offlineSearch: false
version_menu: "Versions"
version: "0.1"
archived_version: false
version_menu_pagelinks: true
url_latest_version: https://cozystack.io/docs
#versions:
# - version: "v2.2"
# url: https://fluxcd.io
# - version: "v2.1"
# url: https://v2-1.docs.fluxcd.io
# - version: "v2.0"
# url: https://v2-0.docs.fluxcd.io
#logos:
# navbar: flux-horizontal-white.png
# hero: flux-horizontal-color.png
# footer: flux-stacked-white.png
# cncf: cncf-color.png
ui:
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact: true
sidebar_menu_foldable: true
sidebar_menu_truncate: 1000
# Set to true to disable breadcrumb navigation.
breadcrumb_disable: false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable: true
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
navbar_logo: true
# Set to true to disable the About link in the site footer
footer_about_disable: false
readingtime:
enable: false
markmap:
enable: true
links:
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
user:
- name: Twitter
url: https://twitter.com/aenix_io
icon: fab fa-twitter
desc: Follow us on Twitter to get the latest news!
- name: LinkedIn
url: https://www.linkedin.com/company/aenix-io
icon: fab fa-linkedin
desc: Join the Flux Community group on LinkedIn!
- name: RSS Feed
url: /blog/index.xml
icon: fa fa-rss
desc: Subscribe to the RSS feed of our blog!
- name: Support
url: https://aenix.io/contact-us/
icon: fas fa-comments
desc: Get enterprise-grade support.
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
developer:
- name: Cozystack project on GitHub
url: https://github.com/aenix-io/cozystack
icon: fab fa-github
desc: Development takes place here!
- name: Slack
url: https://kubernetes.slack.com/messages/cozystack
icon: fab fa-slack
desc: Chat with other project developers
- name: Telegram
url: https://t.me/cozystack/
icon: fab fa-telegram
desc: Chat with other project developers
menus:
main:
- name: Ænix
url: https://aenix.io
weight: 5
- name: GitHub
url: https://github.com/aenix-io/cozystack
weight: 10
services:
googleAnalytics:
ID: G-7EH3PFQ5QR