-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathhugo.yaml
More file actions
177 lines (154 loc) · 3.75 KB
/
hugo.yaml
File metadata and controls
177 lines (154 loc) · 3.75 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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
baseURL: "/"
enableRobotsTXT: true
canonifyURLs: true
title: "kgateway"
services:
googleAnalytics:
ID: "G-9P21XPDJPX"
outputs:
home: [HTML]
page: [HTML]
section: [HTML, RSS]
defaultContentLanguage: en
module:
imports:
- path: github.com/imfing/hextra
mounts:
- source: "assets"
target: "assets"
- source: "fonts"
target: "static/fonts"
- source: "hugo_stats.json"
target: "assets/watching/hugo_stats.json"
build:
writeStats: true
cachebusters:
- source: "assets/watching/hugo_stats\\.json"
target: "styles\\.css"
- source: "(postcss|tailwind)\\.config\\.js"
target: "css"
- source: "assets/.*\\.(js|ts|jsx|tsx)"
target: "js"
- source: "assets/.*\\.(.*)$"
target: "$1"
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
enableInlineShortcodes: true
menu:
main:
- name: Home
url: /
weight: 1
- name: Blog
url: /blog
weight: 2
- name: Search
weight: 5
params:
type: search
- name: GitHub
weight: 10
url: "https://github.com/kgateway-dev/kgateway"
params:
icon: github
params:
description: Kgateway is a feature-rich, fast, and flexible API gateway that is built on top of Envoy proxy and the Kubernetes Gateway API. It excels in function-level routing, supports legacy apps, microservices and serverless, offers robust discovery capabilities, integrates seamlessly with open-source projects, and is designed to support hybrid applications with various technologies, architectures, protocols, and clouds.
navbar:
displayTitle: false
displayLogo: true
logo:
path: /logo.svg
dark: /logo-dark.svg
link: /
width: 494
height: 100
width: wide
page:
width: wide
theme:
default: light
displayToggle: true
footer:
enable: true
displayCopyright: true
displayPoweredBy: false
width: normal
displayUpdatedDate: true
dateFormat: "January 2, 2006"
# Search
# flexsearch is enabled by default
search:
enable: true
type: flexsearch
flexsearch:
# index page by: content | summary | heading | title
index: summary
editURL:
enable: false
blog:
list:
displayTags: true
comments:
enable: false
type: giscus
giscus:
repo: imfing/hextra
repoId:
category: General
categoryId:
searchbot:
urls:
websites: https://searchbot.tryhelix.ai/
bots: https://searchbot.tryhelix.ai/bots
# Global versions (for backward compatibility)
versions:
- version: "2.3.x"
dropdown: "2.3 (main)"
linkVersion: "main"
url: "/main"
- version: "2.2.x"
dropdown: "2.2 (latest)"
linkVersion: "latest"
url: "/latest"
- version: "2.1.x"
dropdown: "2.1"
linkVersion: "2.1.x"
url: "/2.1.x"
# Section-specific configurations
sections:
envoy:
versions:
- version: "2.3.x"
dropdown: "2.3 (main)"
linkVersion: "main"
url: "/main"
- version: "2.2.x"
dropdown: "2.2 (latest)"
linkVersion: "latest"
url: "/latest"
- version: "2.1.x"
dropdown: "2.1"
linkVersion: "2.1.x"
url: "/2.1.x"
- version: "2.0.x"
dropdown: "2.0"
linkVersion: "2.0.x"
url: "/2.0.x"
agentgateway:
versions:
- version: "2.3.x"
dropdown: "2.3 (main)"
linkVersion: "main"
url: "/main"
- version: "2.2.x"
dropdown: "2.2 (latest)"
linkVersion: "latest"
url: "/latest"
- version: "2.1.x"
dropdown: "2.1"
linkVersion: "2.1.x"
url: "/2.1.x"