-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
91 lines (76 loc) · 1.7 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Basic
title: Nagisa
author: Juby
url: https://jubyshu.github.io/Nagisa
timezone: Asia/Shanghai
# SEO
keywords: [Nagisa, Jekyll]
description: Life is so beautiful.
# Social
social:
twitter: jubyshu
weibo: manatsuakimoto
youtube: UCg-mkLHhCiWZfc2TLlBuR8A
# Google
google:
analytics:
site_verification:
# Disqus
disqus_js: https://nagisa-1.disqus.com/embed.js
# OpenGraph & TwitterCard
card: /images/tcard.png
# ----------------------------------------------
#
# Jekyll Docs: https://jekyllrb.com/docs/
#
# ----------------------------------------------
# Permalink
permalink: '/:year/:month/:title/'
# Format
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable: true
# Sass
sass:
sass_dir: _sass
style: compressed
# Navigation buttons
nav:
- {title: Home, description: blog, url: '/'}
- {title: Archive, description: archive, url: '/archive/'}
- {title: Book, description: read, url: '/book/'}
- {title: Guest, description: guestbook, url: '/guestbook/'}
- {title: About, description: about, url: '/about/'}
# Categories
categs:
- {title: Journal, url: '/journal/'}
- {title: Essay, url: '/essay/'}
# Plugins
plugins: [jekyll-paginate-v2, jekyll-sitemap]
# Pagination
pagination:
enabled: true
per_page: 9
permalink: '/page/:num/'
title: ':title'
limit: 0
sort_field: 'date'
sort_reverse: true
# autopage_tags
autopages:
enabled: true
categories:
enabled: false
collections:
enabled: false
tags:
enabled: true
layouts:
- 'autopage_tags.html'
title: 'Tags - :tag'
permalink: '/tags/:tag'
# Increase jekyll build speed
exclude: [Gemfile, Gemfile.lock, README.md]
keep_files: [images]
incrumental: true