-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
77 lines (62 loc) · 1.49 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
# Site settings
title: Are you kidding me
name: 程序员_翁
email: 415554484@qq.com
location: 福建福州
company: plumdo
company_url: https://www.plumdo.com
github_url: https://github.com/wengwh
favicon: favicon.ico
repository: wengwh/wengwh.github.io
head_img: 'assets/images/head.jpg'
description: '我是一个java码农,2013年开始工作至今,主要从事业务系统开发,涉及的技术:Openfire,Activiti5,Spring,Redis,RabbitMQ等。最近从事微服务相关开发。'
# The base hostname & protocol for your site
# For local test, please use http://localhost:4000
# For production, use your github page url. ex. http://dongchuan.github.io
url: https://wengwh.github.io
## Gem
gems:
- jekyll-paginate
- jekyll-geo-pattern
- rouge
- kramdown
- jekyll-github-metadata
# Build settings
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
source: .
destination: ./_site
quiet: false
defaults: []
kramdown:
input: GFM
enable_coderay: true
# Pagination
paginate: 10
paginate_path: 'page:num'
# Navigation. If you do not like these modules, just remove them :D
navs:
-
href: /
label: 主页
-
href: /open-source
label: 项目
-
href: /blog
label: 博客
-
href: /bookmark
label: 书签
-
href: /about
label: 关于我
# Sidebar to show popular repo
side_bar_repo_limit: 5 # Number of repos to show
# Google Analytics
analytics :
provider : google
google :
tracking_id :