-
Notifications
You must be signed in to change notification settings - Fork 94
/
jekyll-dev.yml
116 lines (104 loc) · 2.86 KB
/
jekyll-dev.yml
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
source: app
destination: dist
permalink: pretty
timezone: America/San_Francisco
markdown: kramdown
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: "highlight"
guess_lang: true
span:
disable: true
incremental: true
exclude:
- .netlify/
- .jekyll-cache/
- Gemfile
- Gemfile.lock
- node_modules/
# Styles in _assets/styles/ are managed and hot-reloaded by Vite, so Jekyll
# doesn't need to process them. This prevents unnecessary browser refreshes
# triggered by Jekyll
- _assets/styles/
# Site settings
logo: "/assets/images/brand/kuma-logo-new.svg"
repo: "https://github.com/kumahq/kuma"
title: "Kuma"
description: "Build, Secure and Observe your modern Service Mesh"
links:
web: https://kuma.io
download: https://cloudsmith.io/~kong/repos
direct: https://packages.konghq.com/public
fb:
app_id: 682375632267551
twitter:
handle: "@KumaMesh"
defaults:
- scope:
path: "_posts"
type: "posts"
values:
layout: "post"
permalink: "/blog/:year/:slug/"
- scope:
path: "docs"
values:
layout: "page"
# Pagination
pagination:
# Site-wide kill switch, disabled here it doesn't run at all
enabled: true
per_page: 5
title: "Page :num | :title"
sort_reverse: true
trail:
before: 1
after: 1
# Pardot
pardot:
communityCallFormEndpoint: "https://go.pardot.com/l/392112/2020-07-09/bmmgqv"
communityCallInvite: "https://calendar.google.com/calendar?cid=a29uZ2hxLmNvbV8xbWE5NnNzZGdnZmg5ZnJyY3M5N2VwdTM4b0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t"
newsletterFormEndpoint: "https://go.pardot.com/l/392112/2020-01-14/bkwzrx"
serviceMeshConFormEndpoint: "https://go.konghq.com/l/392112/2020-11-16/bnlpqv"
# Analytics
gtag:
tracking_id: ""
jekyll-generator-single-source:
versions_file: "_data/versions.yml"
docs_nav_folder: "_data"
layout: "page"
multiple_products: false
base_dest_path: "docs"
# Product name variables
mesh_product_name: Kuma
mesh_product_name_path: kuma
mesh_namespace: kuma-system
mesh_cp_name: kuma-control-plane
mesh_cp_zone_sync_name_prefix: kuma-
mesh_docker_org: kumahq
mesh_base_url: https://kuma.io
# Prefix for the values of "--set" flag for "kumactl install [...]" or
# "helm install [...]" commands.
# It's useful for projects based on Kuma, which expects Kuma options
# to be prefixed with for example "kuma."
# kumactl install control-plane \
# --set "{{site.set_flag_values_prefix}}experimental.ebpf.enabled=true"
set_flag_values_prefix: ""
# Helm commands
mesh_helm_repo_url: https://kumahq.github.io/charts
mesh_helm_repo_name: kuma
mesh_helm_repo: kuma/kuma
mesh_helm_install_name: kuma
# binary options
mesh_install_archive_name: kuma
mesh_raw_generated_paths:
- app/assets
- app/docs
plugins:
- jekyll-generator-single-source
- jekyll-paginate-v2
- jekyll-last-modified-at
- jekyll-contentblocks
- jekyll/vite
- jekyll-kuma-plugins