-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
96 lines (86 loc) · 1.85 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
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
# Meta
name: 비주얼씨어터 꽃
title: 비주얼씨어터 꽃
description: ‘비주얼씨어터 꽃’은 시각예술과 공연예술이 통합된 시각연극 Visual Theater를 추구하는 공연예술단체입니다.
url: http://visualtheater.kr
baseurl: ''
repository: 'mozo-works/ccot'
github: [metadata]
en:
name: CCOT
description: CCOT has worked on alternative spaces and outdoor, pursuing visual theater, material theater, interdisciplinary theater, and self-performance.
url: http://visualtheater.kr/en/
timezone: 'Asia/Seoul'
permalink: pretty
# SEO
facebook:
app_id: 618140558345676
publisher: https://www.facebook.com/visualtheaterccot
logo: /assets/images/template/logo.png
google_site_verification: dnwLvZ3C5wU5YCtIEPxiVDcL9Wr019enF7IOYXz9xII
google_analytics: UA-81266340-1
# Build
exclude:
- .jekyll-metadata
- .gitignore
- .ruby-version
- Gemfile
- Gemfile.lock
- README.md
- LICENSE
sass:
style: :compressed
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
entity_output: :as_input
hard_wrap: true
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-github-metadata
# collections
collections:
works:
output: true
permalink: /work/:path/
en_works:
output: true
permalink: /en/work/:path/
texts:
output: true
permalink: /text/:path/
en_texts:
output: true
permalink: /en/text/:path/
press:
output: false
defaults:
-
scope:
path: ""
values:
image:
twitter: /assets/images/work/masseur/IMG_2165.jpg
facebook: /assets/images/work/masseur/IMG_2165.jpg
-
scope:
path: _works
values:
layout: work
-
scope:
path: _en_works
values:
layout: en/work
-
scope:
path: _texts
values:
layout: text
-
scope:
path: _en_texts
values:
layout: en/text