-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
57 lines (51 loc) · 1.52 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
# Site Info
title: "Hugh's Blog"
description: "keep coding."
google_verify: epFgX0s_0RM3CdjwFcsewfXzPov2g8s9ZBOLyaIUH-o # Put your Google Verification here
google_analytics: UA-XXXXXXX-X # Put your Google Analytics code
# Author Info
author_name: "Hugh"
author_email: [email protected]
author_gravatar: 710710187ed4fb9cc86f6c5724e47f9f # Gravatar md5 hash
# twitter_username: HeiswayiNrird
github_username: godblesshugh # GitHub username
# Site Settings
baseurl: "" # Base URL must end WITHOUT a slash, default: ""
permalink: /notes/:title # Post permalink
timezone: Asia/Chongqing # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Site Build
highlighter: rouge
#markdown: redcarpet
#redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "highlight", "footnotes"]
markdown: kramdown
kramdown:
input: GFM
sass:
style: :compressed
# Other Params
include: [ "robots.txt" ]
exclude: [ "LICENSE", "README.md", "CNAME", "vendor", "Gemfile" ]
gems:
- jekyll-sitemap
- jekyll-feed
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"