-
Notifications
You must be signed in to change notification settings - Fork 12
/
_config.yml
executable file
·62 lines (47 loc) · 1.37 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Gidhub
brief-intro: BE Developer
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site
# url에 임의의 값을 넣으면
# {{site.url}} 사용시 local 환경에서도 지정한 값을 사용한다.
permalink: /:title/
# other links
github_username: goodGid
linkedIn_username: kiyong-shin-a498a2142
facebook_username: hello.goodGid
insta_username: hello.goodGid
# email: [email protected]
description_footer: ""
# comments
# two ways to comment, only choose one, and use your own short name
# disqus_shortname: goodGid
# Statistic Analysis
google_analytics_id: G-F215KGK91L # google analytics id
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
sass:
sass_dir: _sass
style: compressed
# port (default = 4000)
# port: 4000
# url
category_dir: category/
tag_dir: tag/
# excerpt
excerpt_separator: "\n\n\n"
# paginate
plugins: [jekyll-paginate]
paginate: 6
future: true
incremental: false
regenerate : true