-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
51 lines (43 loc) · 1.1 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
# Site settings
title: Raoul's Pub
email: baobaozhou199606@gmail.com
description: > # this means to ignore newlines until "baseurl:"
Raoul's Pub
baseurl: "" # the subpath of your site, e.g. /blog/
url: http://raoul1996.github.io # the base hostname & protocol for your site
rss_url: /pages/feed.xml
author: Raoul1996
# Sidebar filter
# Choose 'tag' or 'category' as filter in sidebar.
filter: 'category'
recent_num: 20
# Social account
twitter:
weibo:
github: raoul1996
instagram:
linkedin:
# avatar and Favicon
#avatar: http://7u2ho6.com1.z0.glb.clouddn.com/site-avatar.png
avatar: https://avatars0.githubusercontent.com/u/18366474?v=3&s=460
favicon: https://asset.raoul1996.cn/favicon.ico
# disqus config
disqus:
shortname: raoul1996
# google analytics config
ga:
id: UA-88776131-1
url: raoul1996.github.io
# Build settings
permalink: /:year/:month/:day/:title.html
markdown: kramdown
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