forked from mzlogin/jekyll-theme-solid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·52 lines (49 loc) · 1.2 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
# ---------------- #
# Main Configs #
# ---------------- #
baseurl:
url: http://zhennanren945.men
date_format: "ordinal"
title: 相逢是缘
author: Weisu Xiong
# ---------------- #
# 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
comments_provider: gitment
# !!!重要!!! 请修改下面这些信息为你自己申请的
# !!!Important!!! Please modify infos below to yours
# https://disqus.com
disqus:
username: mzlogin
# https://imsun.net/posts/gitment-introduction/
gitment:
owner: mzlogin
repo: jekyll-theme-solid
oauth:
client_id: d2e1cbbd298958076462
client_secret: b42a4178e5fd4a7cf63189ef4b1453b05c375709
# 在使用其它评论组件时可点击显示 Disqus
lazy_load_disqus : false