-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
57 lines (51 loc) · 1.19 KB
/
_config.yml
File metadata and controls
57 lines (51 loc) · 1.19 KB
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
# Site settings
title: SITE_TITLE # 기본값, 언어별 _data/[lang]/translations.yml 의 title 을 사용
email: enquiry@bandwagon.cloud
description: SITE_DESCRIPTIONS # 기본값, 언어별 _data/[lang]/translations.yml 의 description 을 사용
url: https://bandwagon.cloud
baseurl: /
analytics:
google: G-3JQWP2V3H3
microsoft: fy8z2p7qhr
# Site properties
ext_links:
coc: https://github.com/cloudbandwagon/.github/blob/main/CODE_OF_CONDUCT.md
github: https://github.com/cloudbandwagon
youtube: https://youtube.com/@CloudBandWagon
facebook: https://www.facebook.com/groups/377135874191187
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-polyglot
- jekyll-feed
permalink: pretty
sass:
sourcemap: never
collections:
events:
output: false
members:
output: false
# Include from processing
include:
- .nojekyll
- CNAME
# Exclude from processing.
exclude:
- README.md
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Polyglot settings for i18n
default_lang: ko
languages:
- ko
- en
exclude_from_localization:
- assets
parallel_localization: true