-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·63 lines (54 loc) · 1.45 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
# Site Info
title: "June Kim"
description: "Thoughts on software, life, and everything"
google_verify: # Put your Google Verification here
google_analytics: # Put your Google Analytics code
# Author Info
author_name: "June Kim"
author_email: june@june.kim
author_gravatar: a162fa4928ebc00907f6cc47727cbb6c # Gravatar md5 hash
social:
facebook: kimjune
github: kimjune01
linkedin: kimjune01
instagram: kimjune01
plugins:
- jekyll-feed
# Site Settings
baseurl: "" # Base URL must end WITHOUT a slash, default: ""
weburl: https://www.june.kim
asseturl: https://raw.githubusercontent.com/kimjune01/kimjune01.github.io/master/assets
permalink: /:title # Post permalink
timezone: Canada/Pacific # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Site Build
highlighter: rouge
kramdown:
input: GFM
sass:
style: :compressed
#
tag_page_layout: tag_page
tag_page_dir: tag
# Other Params
include: [ "robots.txt" ]
exclude: [ "LICENSE", "README.md", "CNAME", "vendor", "Gemfile" ]
compress_html:
clippings: all
ingore:
envs: [ "test" ]
defaults:
-
scope:
path: ""
values:
layout: "null"
-
scope:
type: "pages"
values:
layout: "page"
-
scope:
type: "posts"
values:
layout: "post"