-
Notifications
You must be signed in to change notification settings - Fork 38
/
_config_ru.yml
131 lines (127 loc) · 3.02 KB
/
_config_ru.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
123
124
125
126
127
128
129
130
131
company_name: Флант
company_url: https://flant.ru
url: https://ru.werf.io
site_lang: ru
issuelink: "https://github.com/werf/website/issues/new"
site_description: Инструмент консистентной доставки. Используем Git как единый источник истины. Собираем, деплоим в Kubernetes, синхронизируем изменения.
data_dir: _data/ru
includes_dir: _includes/ru
cache_dir: ".jekyll-cache-ru"
exclude:
# Directories
- .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_en
- scripts
- _site_en_includes
- _site_ru_includes
# Files
- .gitignore
- docker-compose.yml
- "docker-compose*.yml"
- Gemfile
- Gemfile.lock
- Makefile
- Taskfile.yaml
- "werf.yaml"
- "werf-*.yaml"
include:
# The only way I found to disable filtering of all hidden files.
- .
- pages_ru
- ssi
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
lang: ru
multilang: true
sitemap_include: true
editme_button: true
search: true
topnav: topnav
- scope:
path: "pages_ru/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_ru/guides/*/*.md"
type: "pages"
values:
chapter_production_disclaimer: false
chapter_initial_prepare_cluster: false
chapter_initial_prepare_repo: false
- scope:
path: "pages_ru/guides/*/100_basic"
type: "pages"
values:
chapter_production_disclaimer: false
multilang: true
- scope:
path: "pages_ru/guides/nodejs"
type: "pages"
values:
framework_id: nodejs
framework_name: "Node.js"
- scope:
path: "pages_ru/guides/java_springboot"
type: "pages"
values:
framework_id: java_springboot
framework_name: "Spring Boot"
- scope:
path: "pages_ru/guides/django"
type: "pages"
values:
framework_id: django
framework_name: Django
- scope:
path: "pages_ru/guides/golang"
type: "pages"
values:
framework_id: golang
framework_name: Go
- scope:
path: "pages_ru/guides/rails"
type: "pages"
values:
framework_id: rails
framework_name: Rails
- scope:
path: "pages_ru/guides/laravel"
type: "pages"
values:
framework_id: laravel
framework_name: Laravel
- scope:
path: "pages_ru/guides/framework_id"
type: "pages"
values:
framework_id: framework_id
framework_name: "TODO (_config_ru.yml): Framework_ID"
breadcrumbs:
home_text: Руководства
home_url: /guides.html