-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·84 lines (72 loc) · 1.77 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Jykell configuration
# Filtering Content
show_drafts: false
future: false
unpublished: false
# Collections
collections:
author:
output: true
# permalink: /author/:username
tag:
output: true
# permalink: /tag/:tag/
#markdown: redcarpet
#highlighter: pygments
markdown: kramdown
highlighter: rouge
kramdown:
parse_block_html: true
paginate: 5
language: 'ko-KR'
# Website info
name: '후덥의 기술블로그'
title: '기록은 기억을 지배한다'
description: "경험과 기억을 공유하다"
# include property
google_analytics: UA-114709825-1
disqus: username
facebook : true
# Link policy
url: https://pkgonan.github.io
baseurl: /
permalink: /:year/:month/:title
# permalink: /author/:username
# permalink: /tag/:tag
# edit baseurl to simply '/' if using as your personal page (instead of a project page)
# default images
cover: '/assets/images/cover8.jpg'
logo: '/assets/images/pkgonan-logo.png'
shared: '/assets/cover8.jpg'
# gems and other configs
plugins: [jekyll-paginate, jekyll-feed, jekyll-sitemap]
exclude: [vendor]
# Settings for builing master branch with travis-ci
# with jekyll-travis
# Settings for deploy rake task
# Username and repo of Github repo, e.g.
# https://github.com/USERNAME/REPO.git
# username defaults to ENV['GIT_NAME'] used by Travis
# repo defaults to USERNAME.github.io
# Branch defaults to "source" for USERNAME.github.io
# or "master" otherwise
safe: false
lsi: false
username: pkgonan
repo: pkgonan.github.io
branch: master
source: .
destination: ./_site
# relative_source: ../
# destination: ../blog1
production_url: https://pkgonan.github.io/
# source_url: https://github.com/pkgonan/pkgonan.github.io/
exclude:
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- changelog.md
- "*.Rmd"
- vendor
- .travis.yml