-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
92 lines (78 loc) · 2.06 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
# 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.
encoding: utf-8
# Site settings
title: Conge
brief-intro: 精进
baseurl: '' # the subpath of your site, e.g. /blog
url: 'https://conge.livingwithfcs.org' # the base hostname & protocol for your site
permalink: /:year/:month/:day/:title/
# other links
twitter_username: conge
facebook_username: psychattic
github_username: conge
email: congel@gmail.com
weibo_username:
zhihu_username:
linkedIn_username: qingyang-li
dribbble_username:
description_footer: 脚踏实地
# comments
# 四种评论插件,选一个就好了。
# 推荐国内使用Waline, before use it you need to setit up to get serverURL
# https://waline.js.org/guide/get-started.html
disqus_shortname: #lework
gitalk:
enable: #false
clientID: #
clientSecret: #
repo: #conge.github.io
owner: #conge
admin: #conge
utteranc_es:
enable: #true
repo: 'conge/conge.github.io'
issue-term: title
theme: github-light
Valine:
enable:
appId:
appKey:
serverURLs: https://xxxx.api.lncldglobal.com
placeholder:
Waline:
enable: true
serverURL: https://waline.livingwithfcs.org
# 赞赏
reward:
enable: true
wechat: /assets/images/WechatIMG26.jpeg
buymeacoffee: qingyang
paypal: 9VTNWW3HMQJD6
alipay: #/assets/images/reward/alipay.png
# statistic analysis 统计代码
# 百度统计 id,将统计代码替换为自己的百度统计id,即
# hm.src = "//hm.baidu.com/hm.js?xxxxxxxxxxxx";
# xxxxx字符串
baidu_tongji_id:
google_analytics_id: G-W3B8S6L83W
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# port
# port: 1234
# url
category_dir: category/
tag_dir: tag/
# excerpt
excerpt_separator: "\n\n\n\n"
# paginate
plugins: [jekyll-paginate]
paginate: 10
exclude: [ "LICENSE", ".post-template", ".gitignore", "start.bat"]