-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
executable file
·51 lines (44 loc) · 1.04 KB
/
_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
41
42
43
44
45
46
47
48
49
50
51
source: .
destination: ./_site
plugins_dir: _plugins
layouts_dir: _layouts
data_dir: _data
includes_dir: _includes
# url: https://buildingblocs.sg
baseurl: /2022
# For polyglot
# See: https://github.com/untra/polyglot
# Note the American English.
languages: ["en", "jp", "zh"]
default_lang: "en"
exclude_from_localization: [_data, _includes, _layouts, _plugins, _site, "javascript", "images", "css", "sass"]
parallel_localization: true
lang_from_path: true
exclude:
- README.md
- assets/sass
- package.json
- node_modules/
- Gruntfile.js
- .jekyll-cache/
- .template/
plugins:
- jekyll-polyglot
# i18n : Different for different languages
tagline:
en: High School Computing Conference
jp: 高校生コンピューティング会議
zh: 高中计算机科学会议
date:
en: Date TBC
jp: 開催日 TBC
zh: 日时还未确定
location:
en: Location TBC
jp: 場所 TBC
zh: 场所还未确定
# Common to all languages
title: "BuildingBloCS"
instagram: "buildingblocs22"
github: "buildingblocs"
discord: "D2ur6KJPxK"