-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
executable file
·54 lines (48 loc) · 1.1 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
53
54
# Site settings
title: 台灣機車環島 - 秋天騎士
topic_title: 台灣機車環島
baseurl: '/taiwan' # the subpath of your site, e.g. /blog
url: 'https://autumnal-rider.github.io' # the base hostname & protocol for your site
siteurl: 'https://autumnal-rider.github.io/taiwan'
lang: zh
author: '秋天騎士'
travel:
instrument_type: 'https://auto.schema.org/Motorcycle'
# Build settings
markdown: kramdown
relative_permalinks: false
permalink: "/:year/:month/:day/:title/"
pagination: false
sass:
sass_dir: _sass
style: compressed
defaults:
-
scope:
path: '_posts'
type: 'posts'
values:
reading_time: false
# Meta
show_tags: true
show_categories: true
# Social
share_buttons: true
disqus: true
data:
social:
disqus_shortname: autumnal-rider
facebook: true
twitter: true
linkedin: true
reddit: true
pinterest: true
pocket: true
email: true
# optimize html
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: [local]