-
Notifications
You must be signed in to change notification settings - Fork 25
/
config.yaml
89 lines (80 loc) · 2 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
baseurl: '/'
title: Flatcar Container Linux
canonifyurls: true
paginate: 8
theme: flatcar
languageCode: en-us
copyright: Copyright the Flatcar Project Contributors
pluralizelisttitles: 'false'
permalinks:
blog: "/blog/:year/:month/:title/"
params:
news_stripe:
text: 'Join our <a href="https://github.com/flatcar/Flatcar/#monthly-office-hours-and-release-planning">Office Hours</a>, every second Tuesday of each month at 15:30 GMT.'
expiration: "2023-12-29T17:00:00+02:00"
style:
bgcolor: ""
fgcolor: ""
DateForm: 'Jan 2, 2006'
Description: Flatcar Container Linux website
Author: Chris Kuehl
Email: hello@kinvolk.io
Subtitle: Linux for containers
social:
- title: bluesky
url: 'https://bsky.app/profile/flatcar.org'
- title: github
url: 'https://github.com/flatcar'
image: 'github-icon'
- title: mastodon
url: 'https://hachyderm.io/@flatcar'
- title: x-twitter
url: 'https://x.com/flatcar'
favicon: "/media/brand-logo.svg"
docs:
github_edit_url: https://github.com/flatcar/flatcar-website/edit/master/content/docs/latest
issues_url: https://github.com/flatcar/flatcar/issues/new?labels=kind/docs
external_docs:
- repo: https://github.com/flatcar/flatcar-website.git
name: "latest"
branch: "master"
dir: "content/docs"
pygmentsCodefences: true
pygmentsCodefencesGuessSyntax: true
pygmentsStyle: "vs"
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
assetDir: static
outputs:
home:
- json
- html
privacy:
youtube:
privacyEnhanced: true
menu:
main:
- name: FAQ
url: /faq
identifier: faq
weight: -100
- name: Security
url: /security
identifier: security
weight: -50
- name: Blog
url: /blog
identifier: blog
weight: -500
- name: Releases
url: /releases
identifier: releases
weight: -400
- name: Docs
url: /docs
identifier: docs
weight: -200
enableEmoji: true