-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
64 lines (51 loc) · 1.12 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
title: teamsmiley 블로그
description: |
개인적인 경험을 공유하는 곳입니다. 여러분께 아주 조그만 도움이라도 되었으면 합니다.
baseurl: ''
url: 'http://teamsmiley.github.io'
repository: teamsmiley/teamsmiley.github.io
permalink: /:year/:month/:day/:title/
excerpt_separator: <!--more-->
markdown: kramdown
krandown:
input: GFM
highlighter: rouge
gems:
- jekyll-paginate
paginate: 10
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]
# iolo's custom
author: [email protected]
image: '/assets/images/default_blog_cover.jpg'
asset_url: /assets
google_analytics:
ua: 'UA-teamsmiley-1'
facebook:
app_id: '1030557850293450'
username: teamsmiley
twitter:
username: teamsmiley
google_plus:
username: teamsmiley
github:
username: teamsmiley