-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathhugo.yaml
96 lines (96 loc) · 2.19 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
module:
hugoVersion:
extended: true
max: "v0.120.3"
min: "v0.119.0"
imports:
- path: github.com/google/docsy
- path: github.com/google/docsy/dependencies
baseURL: /
disableKinds:
- taxonomy
- term
enableRobotsTXT: true
contentDir: content/en
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
enableMissingTranslationPlaceholders: true
services:
googleAnalytics:
id: G-NT6C9QZZQ0
languageCode: en-us
languages:
en:
params:
pygmentsCodeFences: true
pygmentsUseClasses: false
pygmentsUseClassic: false
pygmentsStyle: tango
description: Just-in-time Nodes for Any Kubernetes Cluster
title: Karpenter
languageName: English
weight: 1
blackfriday:
plainIDAnchors: true
hrefTargetBlank: true
angledQuotes: false
latexDashes: true
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: tango
imaging:
resampleFilter: CatmullRom
quality: 75
anchor: smart
params:
copyright: "Amazon.com, Inc. or its affiliates."
github_repo: "https://github.com/aws/karpenter-provider-aws"
github_subdir: website
github_branch: main
images:
- banner.png
version_menu: Releases
archived_version: false
offlineSearch: true
prism_syntax_highlighting: true
ui:
sidebar_menu_compact: true
sidebar_menu_foldable: true
breadcrumb_disable: false
sidebar_search_disable: false
navbar_logo: true
footer_about_disable: true
snapshot_repo:
account_id: "021119463062"
region: us-east-1
links:
developer:
- name: GitHub
url: "https://github.com/aws/karpenter-provider-aws"
icon: fab fa-github
desc: Development takes place here!
- name: Slack
url: "https://slack.k8s.io/"
icon: fab fa-slack
desc: "Chat with us on Slack in the #aws-provider channel"
latest_release_version: "1.2.1"
latest_k8s_version: "1.32"
versions:
- v1.2
- v1.1
- v1.0
- v0.32
- preview
menu:
main:
- name: GitHub
weight: 99
url: "https://github.com/aws/karpenter-provider-aws"
pre: <i class='fab fa-github'></i>
- name: Docs
weight: 20
url: "docs"
pre: <i class='fas fa-book'></i>