forked from werf/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
40 lines (33 loc) · 876 Bytes
/
_config.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
output: web
site_title: werf
site_urls:
ru: https://ru.werf.io
en: https://werf.io
editlink: "https://github.com/werf/website/edit/main"
canonical_url_prefix: /documentation/v1.2
social_links:
ru:
twitter: https://twitter.com/werf_io
telegram: https://t.me/werf_ru
slack_1: https://slack.cncf.io/
slack_2: https://cloud-native.slack.com/messages/CHY2THYUU
en:
telegram: https://t.me/werf_io
twitter: https://twitter.com/werf_io
slack_1: https://slack.cncf.io/
slack_2: https://cloud-native.slack.com/messages/CHY2THYUU
highlighter: rouge
plugins:
- jekyll-assets
- jekyll_remote_plantuml_plugin
- jekyll_include_plugin
plantuml:
format: svg
save_images_locally: true
cache_dir: assets/images/plantuml_cache
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
timezone: Europe/Moscow