-
Notifications
You must be signed in to change notification settings - Fork 38
/
_config_en.yml
122 lines (117 loc) · 2.62 KB
/
_config_en.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
117
118
119
120
121
122
company_name: Flant
company_url: https://flant.com
url: https://werf.io
site_lang: en
issuelink: "https://github.com/werf/website/issues/new"
site_description: Consistent delivery tool. Git as a single source of truth. Build, deploy to Kubernetes, stay in sync.
data_dir: _data/en
includes_dir: _includes/en
cache_dir: ".jekyll-cache-en"
exclude:
- .github
- .helm
- .idea
- ".jekyll-cache"
- ".jekyll-cache-ru"
- ".jekyll-cache-en"
- ".werf"
- backend
- bin
- examples/basic
- examples/django
- examples/java_springboot
- examples/laravel
- examples/nodejs
- examples/rails
- examples/golang
- pages_ru
- scripts
- _site_en_includes
- _site_ru_includes
- .gitignore
- "docker-compose*.yml"
- Gemfile
- Gemfile.lock
- Makefile
- Taskfile.yaml
- werf*.yaml
include:
# The only way I found to disable filtering of all hidden files.
- .
- pages_en
- ssi
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
lang: en
multilang: true
sitemap_include: true
editme_button: true
search: true
topnav: topnav
- scope:
path: "pages_en/guides"
type: "pages"
values:
sidebar: guide
multilang: true
layout: "guides-page"
toc: true
chapter_production_disclaimer: true
chapter_initial_prepare_cluster: true
chapter_initial_prepare_repo: true
- scope:
path: "pages_en/guides/*/*.md"
type: "pages"
values:
chapter_production_disclaimer: false
chapter_initial_prepare_cluster: false
chapter_initial_prepare_repo: false
- scope:
path: "pages_en/guides/*/100_basic"
type: "pages"
values:
chapter_production_disclaimer: false
multilang: true
- scope:
path: "pages_en/guides/nodejs"
type: "pages"
values:
framework_id: nodejs
framework_name: "Node.js"
- scope:
path: "pages_en/guides/java_springboot"
type: "pages"
values:
framework_id: java_springboot
framework_name: "Spring Boot"
- scope:
path: "pages_en/guides/django"
type: "pages"
values:
framework_id: django
framework_name: Django
- scope:
path: "pages_en/guides/golang"
type: "pages"
values:
framework_id: golang
framework_name: Go
- scope:
path: "pages_en/guides/rails"
type: "pages"
values:
framework_id: rails
framework_name: Rails
- scope:
path: "pages_en/guides/laravel"
type: "pages"
values:
framework_id: laravel
framework_name: Laravel
breadcrumbs:
home_text: Guides
home_url: /guides.html