-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
65 lines (49 loc) · 1.16 KB
/
_config.yml
File metadata and controls
65 lines (49 loc) · 1.16 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
title: Team Alpha 공식 블로그
email: teamalpha2020kr@gmail.com
description: Team Alpha의 공식 블로그입니다.
baseurl: ''
url: 'https://blog.alphakr.xyz'
timezone: Asia/Seoul
repository: team-alpha-kr/team-alpha-kr.github.io
permalink: /:year/:month/:day/:title/
excerpt_separator: <!--more-->
markdown: kramdown
krandown:
input: GFM
highlighter: rouge
plugins:
- jekyll-paginate
paginate: 5
paginate_path: '/page/:num/'
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
exclude: [README.md, Gemfile, Gemfile.lock]
keep_files: [assets, files]
github: [metadata]
author: endbot4023@gmail.com
image: '/assets/images/default_blog_cover.jpg'
asset_url: /assets
github_url:
username: team-alpha-kr
twitter:
username: joonseongi
# --- Comments --- #
# To use Disqus comments, sign up to https://disqus.com and fill in your Disqus shortname (NOT the userid)
disqus: "https-blog-alphakr-xyz"
theme: jekyll-theme-cayman