-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
executable file
·58 lines (55 loc) · 1.45 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
# ---------------- #
# Main Configs #
# ---------------- #
baseurl:
url: https://xiaolitongxue666.github.io/
date_format: "ordinal"
title: xiaolitongxue666 Blog
author: xiaolitongxue666
# ---------------- #
# RSS / Email #
# ---------------- #
subscribe_rss: /feed.xml
email:
# ---------------- #
# Jekyll #
# ---------------- #
markdown: kramdown
kramdown:
input: GFM
paginate: 9
permalink: /:year/:month/:day/:title/
gems:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jemoji
collections:
wiki:
output: true
permalink: /wiki/:path/
# ---------------- #
# Comments #
# ---------------- #
# support provider: disqus, gitment, gitalk
comments_provider: gitalk
# !!!重要!!! 请修改下面这些信息为你自己申请的
# !!!Important!!! Please modify infos below to yours
# https://disqus.com
disqus:
username: xiaolitongxue666
# https://imsun.net/posts/gitment-introduction/
gitment:
owner: xiaolitongxue666
repo: jekyll-theme-solid
oauth:
client_id: d2e1cbbd298958076462
client_secret: b42a4178e5fd4a7cf63189ef4b1453b05c375709
# https://github.com/gitalk/gitalk#install
gitalk:
owner: xiaolitongxue666
repo: jekyll-theme-solid
clientID: d2e1cbbd298958076462
clientSecret: b42a4178e5fd4a7cf63189ef4b1453b05c375709
# 在使用其它评论组件时可点击显示 Disqus
lazy_load_disqus : false