forked from poole/lanyon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
49 lines (40 loc) · 1.06 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
# https://help.github.com/articles/using-jekyll-with-pages/
# Github Pages override these options.
safe: true
lsi: false
# Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
#
permalink: pretty
# Setup
title: /* the devil is in the detail */
tagline: Minjang Kim's blog (김민장의 블로그)
description: 김민장의 블로그 | Minjang Kim's Blog
url: http://minjang.github.io
baseurl: ''
paginate: 1
disqus_shortname: minjangkim
disqus_url: http://minjang.github.io
# About/contact
author:
name: Minjang Kim
url: https://twitter.com/minjangk
email: [email protected]
github:
repo: 'https://github.com/minjang/minjang.github.io'
version: 1.0.0
pages_list:
About: ['소개', '/about']
Archive: ['글목록', '/archive']
Feed: ['구독', '/feed.xml']
gems:
- jekyll-gist
- jekyll-paginate
defaults:
- scope:
path: ""
type: "posts"
values:
comments: true