-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
49 lines (45 loc) · 855 Bytes
/
_config.yml
File metadata and controls
49 lines (45 loc) · 855 Bytes
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
# Site settings
title: FiveYellowMice's Blog
email: hkz85825915@gmail.com
description: >
我是一位早就不该中二的中二少年,最近又开了一个脑洞,于是就开了这个博客。
baseurl: ""
url: "https://fiveyellowmice.com"
timezone: UTC
excerpt_separator: <!--more-->
# Build settings
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
exclude: [Gemfile, Gemfile.lock]
# Plugins
gems:
- jemoji
emoji:
src: "https://util.fiveyellowmice.com"
# Sass
sass:
style: compressed
# Defaults
defaults:
-
scope:
path: ""
type: "posts"
values:
permalink: /posts/:year/:month/:title.html
excerptable: true
sitemap: true
comments: true
layout: post
-
scope:
path: ""
values:
cc_by_sa: true
-
scope:
path: "tags"
values:
layout: tag