-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (32 loc) · 988 Bytes
/
_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
# Site settings
title: Hopepdm's Blog
url: "http(s)://hopepdm.cn/" # the protocol and hostname of your site, eg. `http://laobubu.github.io`
baseurl: "/" # the prefix of your site uri, eg. `/jekyll-theme-EasyBook` or just one slash `/`
#timezone: Asia/Chongqing
description: >
One or more sentences introducing this blog.
# Your information
#email: [email protected]
author: Hope_pdm
avatar: "/image/1.jpg"
profile: 旺财,你好呀!
#twitter_username: twitter_username
github_username: hopepdm
# Comment Service (Disqus or 多说)
# choose one and un-comment the line to active it
disqus_shortname: didi # get one: https://disqus.com/admin/signup/
#duoshuo_shortname: xxx # get one: http://duoshuo.com/create-site/
permalink: /archivers/:title
plugins:
- jekyll-paginate
- jekyll-gist
- jemoji
# Build settings
paginate: 5
paginate_path: "page:num"
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
theme: jekyll-theme-minimal