-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
69 lines (59 loc) · 1.26 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
# Dependencies
markdown: kramdown
# Permalinks
permalink: pretty
# Setup
title: 어느 개발자의 한적한 공간
tagline: '살아나가면서 저지른 이야기'
description: '살아나가면서 저지른 이야기'
url: http://closer27.github.io
highlighter: rouge
encoding: UTF-8
timezone: Asia/Seoul
image: 'https://d.pr/i/ofB2rY+'
future: true
author:
name: 'Seungwon Kim'
url: http://closer27.github.io
# Plugins
plugins: [jekyll-paginate, jekyll-timeago]
paginate: 10
paginate_path: "/page/:num/"
# Relative time
jekyll_timeago:
depth: 1
today: 'today'
yesterday: 'yesterday'
tomorrow: 'tomorrow'
and: 'and'
suffix: 'ago'
prefix: ''
suffix_future: 'in'
prefix_future: ''
years: 'years'
year: 'year'
months: 'months'
month: 'month'
weeks: 'weeks'
week: 'week'
days: 'days'
day: 'day'
exclude: [vendor]
# Custom vars
version: 0.9.0
github:
repo: https://github.com/closer27
# Tags
collections:
tags:
output: true
permalink: /tags/:path/
categories:
output: true
permalink: /categories/:path/
defaults:
- scope:
path: ''
type: tags
values:
layout: tag