forked from kumahq/kuma-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jekyll-dev.yml
92 lines (83 loc) · 2.27 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
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
incremental: true
# 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://download.konghq.com
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_helm_repo_url: https://kumahq.github.io/charts
mesh_helm_repo_name: kuma
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_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: kuma/kuma
mesh_helm_install_name: kuma
mesh_raw_generated_paths:
- app/assets
- app/docs