-
Notifications
You must be signed in to change notification settings - Fork 61
/
_config.yml
57 lines (45 loc) · 1.34 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
# basic
# ============================================================================
# if your site is serving on https://xxx.github.io, set `baseurl: /`
# if your site is serving on https://xxx.github.io/path, set `baseurl: /path`
baseurl: /book
# site title
title: Book
# site favicon, absolute path required
favicon: /assets/img/favicon.ico
# home button image, absolute path requried
avatar: /assets/img/avatar.jpg
# specify meaningful description for your avatar
avatarInfo: "Tokyo tower"
# default variables for post-type page
defaults:
-
scope:
path: ""
type: posts
values:
layout: post
comment: true
# sass
# ============================================================================
sass:
sass_dir: _sass
style: compressed
# exclude none site related files
# ============================================================================
exclude:
- README.md
- LICENSE
- github
- package.json
- package-lock.json
- node_modules
# google analytics
# ============================================================================
# turn it off -> ga: false
ga: UA-69579248-1
# disqus
# ============================================================================
# turn it off for all posts -> disqus: false
# turn it off for a particular post -> add `comment: false` to post front matter
disqus: kkninjae