-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (36 loc) · 901 Bytes
/
_config.yml
File metadata and controls
43 lines (36 loc) · 901 Bytes
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
# Site settings
title: rayle的博客
email: rayle0801@gmail.com
description: > # this means to ignore newlines until "baseurl:"
rayle的博客
baseurl: "" # the subpath of your site, e.g. /blog/
url: https://raylebool.github.io/ # the base hostname & protocol for your site
rss_url: /pages/feed.xml
author: rayle
# Sidebar filter
# Choose 'tag' or 'category' as filter in sidebar.
filter: 'category'
recent_num: 20
# Social account
weibo: Rayle0801
github: RayleBool
# disqus config
disqus:
shortname: rayle-zh
# # google analytics config
ga:
id: UA-111700115-1
url: raylebool.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