-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
36 lines (30 loc) · 980 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
# Site settings
title: Leonhover的博客
url: "http://leonhover.github.io" # 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/Shanghai
description: >
Leonhover 's pernal blog.
# Your information
email: [email protected]
author: leonhover
avatar: "https://avatars1.githubusercontent.com/u/4222099?s=400&u=ec7ae7ae5335c359f1db9b6ce663d26f17f6e91e&v=4"
profile: Google、Android、暴雪的粉.
# twitter_username: leonhover
github_username: leonhover
# Comment Service (Disqus or 多说)
# choose one and un-comment the line to active it
disqus_shortname: leonhover # get one: https://disqus.com/admin/signup/
permalink: /archivers/:title
gems:
- jekyll-paginate
- jekyll-gist
- jemoji
# Build settings
paginate: 5
paginate_path: "page:num"
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge