-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.yaml
106 lines (106 loc) · 2.7 KB
/
config.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
baseURL: /
title: Omni
enableRobotsTXT: true
enableGitInfo: true
taxonomies:
category: categories
tag: tags
params:
taxonomy:
taxonomyCloud:
- tags
- categories
taxonomyCloudTitle:
- Tag Cloud
- Categories
taxonomyPageHeader:
- tags
- categories
pygmentsCodeFences: true
pygmentsUseClasses: false
pygmentsUseClassic: false
pygmentsStyle: solarized-dark
copyright: Sidero Labs, Inc.
algolia_docsearch: true
offlineSearch: false
prism_syntax_highlighting: false
ui:
breadcrumb_disable: false
footer_about_disable: false
navbar_logo: true
navbar_translucent_over_cover_disable: false
sidebar_menu_compact: true
sidebar_menu_foldable: true
sidebar_search_disable: true
feedback:
enable: false
no: Sorry to hear that. Please <a
href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we
can improve</a>.
yes: Glad to hear it! Please <a
href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we
can improve</a>.
readingtime:
enable: false
links:
user:
- desc: Follow us on Twitter to get the latest news!
icon: fab fa-twitter
name: Twitter
url: https://twitter.com/SideroLabs
- name: Slack
url: "https://slack.dev.talos-systems.io"
icon: fab fa-slack
desc: Chat with other project developers
- name: Office hours (2nd Monday every month @ 16:30 UTC)
url: "https://meet.google.com/ivb-kjfm-jfc"
icon: fa fa-video
desc: Discussion and help from your fellow users
- name: Contact us
url: "mailto:[email protected]"
icon: fa fa-envelope
desc: Discussion and help from your fellow users
developer:
- desc: Development takes place here!
icon: fab fa-github
name: GitHub
url: https://github.com/siderolabs
- desc: Development takes place here!
icon: fa fa-commenting
name: Forum
url: https://groups.google.com/a/SideroLabs.com/forum/#!forum/community
permalinks:
blog: /:section/:year/:month/:day/:slug/
blackfriday:
angledQuotes: false
hrefTargetBlank: true
latexDashes: true
plainIDAnchors: true
imaging:
anchor: smart
quality: 75
resampleFilter: CatmullRom
services:
googleAnalytics:
id: G-RJ79Y7SGLN
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: solarized-dark
outputs:
section:
- HTML
- print
- RSS
module:
proxy: direct
hugoVersion:
extended: true
min: 0.73.0
imports:
- path: github.com/google/docsy
disable: false
- path: github.com/google/docsy/dependencies
disable: false