-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (42 loc) · 1.03 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
# Site settings
title: Maida's Blog
email: [email protected]
description: Maida's Blog # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog/
url: https://lzc6244.github.io/ # the base hostname & protocol for your site
author: maida
addthis_id: ra-5df468d96dba2324
# Sidebar filter
# Choose 'tag' or 'category' as filter in sidebar.
filter: 'category'
recent_num: 50
# Social account
#twitter: xxxxx
#weibo: xxxxx
github: LZC6244
zhihu: mai-da-3
#instagram: xxxxx
#linkedin: xxxxx
# avatar and Favicon
avatar: /imgs/gravatar.jpg
favicon: /favicons/favicon.ico
# disqus config
disqus:
shortname: https-lzc6244-github-io
# Google Analytics config
gaid: UA-154779982-1
# Build settings
permalink: /:year/:month/:day/:title.html
markdown: kramdown
kramdown:
parse_block_html: true
highlighter: rouge
mathjax: disabled
sass:
style: compressed
# Jekyll Plugin
# https://help.github.com/articles/adding-jekyll-plugins-to-a-github-pages-site/
gems:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed