-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
47 lines (39 loc) · 815 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
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://gipyeong-lee.github.io" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll/tagging
paginate: 5
paginate_path: "/page/:num"
# Pages Path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
- scope:
path: "assets/**/*.*"
values:
sitemap: false
- scope:
path: "_posts"
type: "posts"
values:
comments: true
- scope:
path: "images"
values:
image: true
include:
- _pages
# Tags
tag_page_dir: tag
tag_page_layout: tag_page
tag_permalink_style: pretty
sass:
sass_dir: _sass
style: compressed