-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
62 lines (51 loc) · 1.14 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
title: Flative 기술 블로그
email: [email protected]
description: |
Flative 기술 블로그입니다. 프로젝트를 통해 얻게되는 경험이나 생각들을 공유합니다.
keywords: 'flative 기술 블로그 기술블로그'
baseurl: 'blog'
url: 'https://flative.github.io/'
repository: flative/blog.flative.io
permalink: /:year/:month/:day/:title/
excerpt_separator: <!--more-->
markdown: kramdown
krandown:
input: GFM
highlighter: rouge
plugins:
- jekyll-paginate
paginate: 20
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]
author: [email protected]
image: '/assets/images/default_blog_cover.jpg'
asset_url: /assets
google_analytics:
ua: 'UA-84069358-1'
facebook:
username: flative
twitter:
username: TeamFlative
google_plus:
username: flative.dev
github:
username: flative