-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
executable file
·66 lines (51 loc) · 1.87 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
66
# Site settings 配置站点
title: '书亚博园'
description: '昵称 KangDaddy,全栈码农/伪极客/直男,热爱技术&哲学。很高兴能在这里与你分享我对技术和生活的思考。'
keyword: '刘朝圳, 书亚博园, 刘朝圳的博客, 机器学习, 神经网络, 人工智能, ml, neural networks, C++, Python, Java, Go'
url: 'http://fooyou.github.io' # your host
# if you don't need baseurl, you should leave this value blank.
baseurl: ''
# Navigation links
nav:
home: '/'
tags: '/tags.html'
# Author 配置博主信息
author: '刘朝圳'
nickname: 'KangDaddy'
email: '[email protected]'
bio: '全栈开发者 | 机器学习与人工智能 | 直渣男'
avatar: '/assets/img/profile.png'
# Search
search: true
# Night mode
nightMode: true
# Comments
disqus: false
disqus_url: '' # 'https://meshinestar.disqus.com/embed.js'
# 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'
# SNS settings 配置社交网站url: weibo, zhihu, twitter, instagram, juejin, github, douban, facebook, dribble, uicn, jianshu, medium, linkedin
sns:
weibo: '//weibo.com/meshinestar'
# instagram: '//www.instagram.com/steveliaocn'
github: '//github.com/fooyou'
# 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: 9
paginate_path: 'page:num'
exclude: ['node_modules', 'dev', 'package.json', 'gulpfile.js', '.gitignore', 'README.md']
# Markdown
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
RSS: false
# Plugins
plugins: [jekyll-paginate]