-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
130 lines (107 loc) · 3.98 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# External gems
gems:
# - jekyll-archives # Sorry, not GitHub pages friendly!
- jekyll-sitemap
- jekyll-paginate
exclude:
- "/vendor/"
# Site settings
encoding: utf-8
title: "极限前端"
subtitle: "极限前端, 讲述前端高效技术与前沿"
email: [email protected]
name: ouvenzhang
description: "极限前端, 极限前端社区, ouven的博客, ouvenzhang的博客, www.jixianqianduan.com, github地址, 前端技术, 讲述前端高效技术与前沿。"
baseurl: "/" # the subpath of your site, e.g. /blog/
url: "http://ouvens.github.io" # the base hostname & protocol for your site
cover: "/assets/header_image.png"
logo: "/assets/logo.png"
keywords: "极限前端, ouenzhang, ouven, 博客, github, 前端技术, javascript, css, html"
image: "http://ouvens.github.io/blog/assets/logo.png"
# Build settings
kramdown:
input: GFM
extensions: [ "fenced_code_blocks", "hard_wrap","autolink", "tables", "strikethrough", "superscript", "with_toc_data", "highlight", "prettify","no_intra_emphasis"]
enable_coderay: true
syntax_highlighter: rouge
coderay:
coderay_line_numbers: nil
# highlighter: true
#markdown: redcarpet
#redcarpet:
# extensions: [ "fenced_code_blocks", "hard_wrap","autolink", "tables", "strikethrough", "superscript", "with_toc_data", "highlight", "prettify","no_intra_emphasis"]
paginate: 10
paginate_path: "/page:num/"
# Archive settings (see https://github.com/jekyll/jekyll-archives/)
# jekyll-archives:
# enabled:
# - categories
# - tags
# layout: 'archive'
# permalinks:
# category: '/category/:name/'
# tag: '/tag/:name/'
# Disqus comments
# disqus_shortname: bencentra
# Google analytics
# ga_tracking_id: "UA-XXXX-1"
# Category descriptions (for archive pages)
descriptions:
- cat: frontend-javascript
desc: "关于javascript知识、技术、框架、组件与工程化."
- cat: frontend-client
desc: "关于前端的跨端技术,例如android、ios和桌面应用等."
- cat: frontend-css
desc: "关于html与css知识、技术、规范等."
- cat: frontend-weboptimize
desc: "关于前端的各项极限优化技术"
- cat: product-product
desc: "关于产品经理的产品管理和工作流程."
- cat: frontend-resource
desc: "前端技术开发各项资源."
- cat: frontend-build
desc: "前端开发构建相关技术."
- cat: article-translation
desc: "优秀技术外文原版翻译."
- cat: modern-frontend
desc: "现代前端体系,帮助初、中级前端工程师快速成长."
# Social icons and sharing options
#
# Social settings are used in two places:
# * In the footer, as links to your personal profiles
# * After each blog post for sharing widgets
#
# Example:
#
# social:
# - name: Twitter # Name of the service
# icon: twitter # Font Awesome icon to use (minus fa- prefix)
# username: "@TheBenCentra" # (User) Name to display in the footer link
# url: https://twitter.com/TheBenCentra # URL of your profile (leave blank to not display in footer)
# desc: Follow me on Twitter # Description to display as link title, etc
# share: true # Include in the "Share" section of posts
social:
# - name: Facebook
# icon: facebook
# username: thebencentra
# url:
# desc: Friend me on Facebook
# share: true
- name: GitHub
icon: github
username: ouvens
url: https://github.com/ouvens
desc: Fork me on GitHub
share: true
# Social sharing protocols
# These are for automatically generating sharing metadata for FB and Twitter
# OS Protocol is for sharing the source of your site, if you're interested. For more, see osprotocol.com
protocols:
fb_image: "/assets/logo.png"
fb_image_width: 612
fb_image_height: 605
fb_image_type: "image/png"
twitter_image: "/assets/logo.png"
os_repo: "https://github.com/RichardLitt/wordhoardpress.com"
os_rcs_type: "git"
os_src: "[email protected]:RichardLitt/wordhoardpress.com.git"