-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
39 lines (33 loc) · 872 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
# Site settings
title: Gunilog
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
나, 그리고 내가 하는 개발에 대한 로그
baseurl: "" # the subpath of your site, e.g. /blog/
#url: "http://amazingguni.github.io/" # the base hostname & protocol for your site
twitter_username: # none
github_username: amazingguni
disqus-shortname: amazingguni
permalink: pretty
markdown: redcarpet
redcarpet:
extensions:
- no_intra_emphasis
- fenced_code_blocks
- autolink
- strikethrough
- superscript
#- with_toc_data
- tables
- hard_wrap
highlighter: pygments
# Other options
permalink: blog/:year/:month/:title
job.title: "Beginner"
excerpt_separator: "<!--more-->"
# SEO stuff
# google_author: ""
# google_site_verification: ""
# bing_webmastertools_id: ""
gems:
- jekyll-feed