-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
47 lines (39 loc) · 1.02 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
# Site settings
title: CatKang的博客
email: [email protected]
description: Out of three sounds he frame, not a fourth sound, but a star
baseurl: "" # the subpath of your site, e.g. /blog/
url: http://catkang.github.io/
rss_url: /pages/feed.xml
author: Kang Wang
# Sidebar filter
# Choose 'tag' or 'category' as filter in sidebar.
filter: 'category'
recent_num: 20
# Social account
zhihu: cat_kang
github: CatKang
linkedin: kang-wang-b0357072
stackoverflow: 2682705/catkang
# avatar and Favicon
avatar: https://avatars2.githubusercontent.com/u/4082238?v=3&s=460
favicon: https://avatars2.githubusercontent.com/u/4082238?v=3&s=460
# disqus config
disqus:
shortname: kangcat
# google analytics config
ga:
id: UA-77540729-2
# 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