-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
46 lines (40 loc) · 1.24 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
# Site Info
title: "ZAO"
description: "关于生活成长的碎碎念"
author_name: "tinyao" # change this to your name
logo_url: https://tinyao.oss-cn-beijing.aliyuncs.com/assets/images/avatar-300.jpg # Get it from GitHub API: https://api.github.com/users/<username>
cdn_url: https://zico.oss-cn-beijing.aliyuncs.com
oss_url: https://tinyao.oss-cn-beijing.aliyuncs.com
# Site Settings
url: https://zao.im
permalink: /:title # Post permalink
timezone: Asia/Shanghai # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
mathjax: false # enables support for mathjax - set to 'false' to disable
# Site Build
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
sass:
style: :compressed
# Other Params
include: [ "robots.txt" ]
exclude: [ "LICENSE", "README.md", "CNAME", "vendor", "Gemfile", "script" ]
plugins:
- jekyll-sitemap
defaults:
-
scope:
path: ""
values:
layout: "null"
-
scope:
type: "pages"
values:
layout: "page"
-
scope:
type: "posts"
values:
layout: "post"