-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
70 lines (54 loc) · 1.71 KB
/
_config.yml
File metadata and controls
70 lines (54 loc) · 1.71 KB
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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Franklinfang
brief-intro: frankdevhub.site
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://frankdevhub.github.io" # the base hostname & protocol for your site
permalink: /:year/:month/:day/:title/
# other links
github_username: frankdevhub
email: frankdevhub@gmail.com
description_footer: 这世界上有三种人:羊,狼和牧羊犬,你自己选择。
comments: true
comment:
#disqus_shortname:
#duoshuo_shortname:
gitalk: true
gitalk_clientID: 'dd5d3058c9ed2d5835c6'
gitalk_Secret: '3a64d23a737d67ebb98903b9af98e53889592573'
gitalk_repo: 'frankdevhub.github.io'
gitalk_owner: 'frankdevhub'
gitalk_admin: 'frankdevhub'
distractionFreeMode: true
# statistic analysis
baidu_tongji_id: 4cbcf4f20c00cf6768989d0f363af2b8
# Share
social-share: true
social-share-items: ['wechat']
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# port
# port: 4000
# url
category_dir: category/
tag_dir: tag/
life_dir: life/
# excerpt
excerpt_separator: "\n\n\n\n"
# paginate
plugins: [jekyll-paginate,jekyll-sitemap]
paginate: 6
# Google Map APi
google_map_api: https://maps.googleapis.com/maps/api/js?key=[API_KEY]&callback=initMap
google_map_api_cn: https://maps.google.cn/maps/api/js?key=[API_KEY]&callback=initMap
google_map_key: AIzaSyCFQKvF06HHSlm6BUeACn153xWu7ZQHujc
# plugins
server-host: 39.98.246.50