-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path_config.yml
More file actions
66 lines (55 loc) · 1.56 KB
/
_config.yml
File metadata and controls
66 lines (55 loc) · 1.56 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
58
59
60
61
62
63
64
65
66
title: '레진 기술 블로그'
email: tech@lezhin.com
description: '프리미엄 웹툰 서비스 - “레진코믹스” 를 만들고 있는 레진엔터테인먼트가 운영하는 기술 블로그입니다. 글로벌 콘텐츠 플랫폼을 만들면서 익힌 실전 경험과 정보, 최신 기술, 팁들을 공유하고 있습니다. 훌륭한 개발자님들을 계속 모시고 있으니 편하게 지원해주세요!'
url: 'https://tech.lezhin.com'
enforce_ssl: 'tech.lezhin.com'
baseurl: 'https://tech.lezhin.com' # 로컬 테스트 시 주석 처리. 배포 시 주석 해제.
image: '/assets/img/lezhin_social_image.png'
timezone: Asia/Seoul
date_format: "%Y-%m-%d"
repository: lezhin/lezhin.github.io
permalink: /:year/:month/:day/:title
excerpt_separator: <!--more-->
markdown: kramdown
kramdown:
input: GFM
highlighter: rouge
plugins:
- jekyll-paginate
paginate: 5
paginate_path: "/pages/:num/"
exclude:
- README.md
keep_files:
- assets
- files
asset_url: /assets
collections:
authors:
output: true
permalink: /authors/:path/
tags:
output: true
permalink: /tags/:path/
defaults:
- scope:
path: ''
type: authors
values:
layout: author
- scope:
path: ''
type: tags
values:
layout: tag
- scope:
path: 'events'
values:
layout: page
sitemap: true
google_analytics_ua: UA-100323260-1
google_site_verification: 6Ff6VcvMN_e4o7B7ulEaWwR6w1gZKenhnBRLGMqOEoE
github_username: lezhin
twitter_username: LezhinTech
facebook_username: LezhinTech
facebook_app_id: 521896137868237