-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
65 lines (50 loc) · 1.4 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
# Site settings
title: 李昊的博客
email: [email protected]
description: "生命不息,折腾不止"
keyword: "Blog, Web, JavaScript"
# Author 配置博主信息
author: '李昊'
bio: '前端开发者,热爱技术&设计,简单乐观爱创造'
avatar: '/assets/img/profile.jpg'
# For more see: http://jekyllrb.com/docs/permalinks/
permalink: /blog/:year/:month/:day/:title.html
# Build settings
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
extensions:
- autolink
nav:
home: '/'
tags: '/tags.html'
# Footer
footer:
since: 2017
# Search
search: true
# Night mode
nightMode: true
# Comments 评论功能
comments:
disqus: false
disqus_url: 'https://liaokeyu.disqus.com/embed.js'
# MathJax 公式支持 by Ray-Eldath
mathjax: true
# Share
social-share: true
social-share-items: ['wechat', 'weibo', 'douban', 'twitter']
# theme color 主题皮肤
theme-color: 'default' # pink or default
# Post header background patterns (when the post no cover): circuitBoard, overlappingCircles, food, glamorous, ticTacToe, seaOfClouds
postPatterns: 'circuitBoard'
# Tags 设置标签
recommend-tags: true # whether or not display recommend-tags on the sidebar
recommend-condition-size: 12 # a tag will be recommended if the size of it is more than this value
# Build settings
paginate: 2
paginate_path: 'blog/page:num'
exclude: ['.gitignore', 'README.md']
# Plugins
plugins: [jekyll-paginate]