-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
executable file
·110 lines (78 loc) · 2.97 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Site settings
author: kasmine
title: Kasmine Blog
SEOTitle: 廖晓娟的博客 | Kasmine Blog
header-img: home-bg.jpg
post-img: post-bg.jpg
email: [email protected]
description: ""
keyword: ""
# url: "https://kasmine.com" # your host, for absolute URL
baseurl: "/kasmine.blog"
imgurl: "/kasmine.blog/assets/img"
# baseurl: "" # 本地调试使用
# imgurl: "/assets/img"
# Basic settings
sass:
sass_dir: _scss
# style: compressed
# SNS settings
RSS: false
weibo_username: kasmine
# zhihu_username: kasmine
github_username: Me-Momo
#twitter_username: kasmine
facebook_username: kasmineLiao
# linkedin_username: firstname-lastname-idxxxx
# Build settings
# from 2016, 'pygments' is unsupported on GitHub Pages. Use 'rouge' for highlighting instead.
highlighter: rouge
paginate: 8
exclude: ["less", "node_modules", "Gruntfile.js",
"package.json",
"README.md",
"README.zh.md"]
anchorjs: true # 如何设置
# Gems -> Rename to plugins
# from PR#40, to support local preview for Jekyll 3.0
plugins: [jekyll-paginate]
markdown: kramdown
kramdown:
input: GFM # use Github Flavored Markdown !important
# Disqus settings 待完善
disqus_username: _your_disqus_short_name_
# Analytics settings
# Google Analytics
# ga_track_id: 'UA-89922034-1' # Format: UA-xxxxxx-xx
# ga_domain:
# Sidebar settings
sidebar: true # whether or not using Sidebar.
sidebar-about-description: "认真学习 n(*≧▽≦*)n <br />拥抱大前端 "
sidebar-avatar: /assets/img/avatar-kasmine.jpg # use absolute URL, seeing it's used in both `/` and `/about/`
# Progressive Web Apps
chrome-tab-theme-color: "lightred"
service-worker: true
# Catalog settings
catalog: true
# Featured Tags
featured-tags: true # whether or not using Feature-Tags
featured-condition-size: 1 # A tag will be featured if the size of it is more than this condition value
# Tags
tags: [{
}]
# Friends
friends: [{
title: "前端外刊评论",
href: "http://qianduan.guru/"
},{
title: "前端周刊",
href: "http://www.feweekly.com"
}
]
# 推荐top书籍
topbook: {
name: "JavaScript高级程序设计(第3版)",
author: "[美] Nicholas C·Zakas ",
star: "★★★★★ 9.3 1360人评价",
introduction: "全书从JavaScript 语言实现的各个组成部分——语言核心、DOM、BOM、事件模型讲起,深入浅出地探讨了面向对象编程、Ajax 与Comet 服务器端通信,HTML5 表单、媒体、Canvas(包括WebGL)及Web Workers、地理定位、跨文档传递消息、客户端存储(包括IndexedDB)等新API,还介绍了离线应用和与维护、性能、部署相关的最佳开发实践。本书附录展望了未来的API 和ECMAScript Harmony 规范。"
}