forked from sharathdt/sparrow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml~
125 lines (103 loc) · 2.86 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Site Settings
encoding : "utf-8"
locale : "en"
title : "Liwei Guo"
title_separator : "-"
description : "Yet Another Nerdy Ph.D. (student)"
favicon : "/assets/images/bird.png"
avatar : "/assets/images/bird.png"
#url : "https://theconfused.me" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
url : "https://zaxguo.github.io" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
#baseurl : "/blog" # the subpath of your site, e.g. "/blog" leave blank if no subpath
baseurl : "/" # the subpath of your site, e.g. "/blog" leave blank if no subpath
#theme: sparrow-jekyll-theme
# Site Author
author:
name : "Liwei Guo" # appears in the footer and atom feed
comments : true # set it to false to disable comments
disqus:
shortname : # sparrow-theme # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
atom_feed:
path : # blank (default) uses feed.xml
og_image : "/assets/images/bird.png" # Open Graph/Twitter default site image, optional for seo and social sharing
# Social sharing
twitter:
username : # optional, for social sharing
# Analytics
analytics:
google:
tracking_id : # add your google tracking id here
# Reading Files
include:
- _pages
# Files excluded from Jekyll builds
exclude:
- README.md
- LICENSE
- Gemfile
- Gemfile.lock
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# Outputting
permalink: /blog/:title/
paginate: 10 # amount of posts to show
paginate_path: "/blog/page:num/"
timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
collections:
# _poetry
poetry:
output: true
permalink: /:collection/:title/
gallery:
output: true
permalink: /:collection/:title/
# Plugins
gems:
- jekyll-paginate
- jekyll-feed
# mimic GitHub Pages with --safe
whitelist:
- jekyll-paginate
- jekyll-feed
# Front matter defaults
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: page
comments: false
# _posts
- scope:
path: ""
type: posts
values:
layout: post
comments: true
share: true
# _poetry
- scope:
path: ""
type: poetry
values:
layout: post
share: false