-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
53 lines (40 loc) · 860 Bytes
/
_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
# Default Information
title: SSUloger
email: [email protected]
description: 숭실대학교 오픈소스기반 기초설계 프로젝트
baseurl: ""
url: 'http://qdwns9704.github.io'
timezone: Asia/Seoul
repository: qdwns9704/qdwns9704.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]
asset_url: /assets