-
Notifications
You must be signed in to change notification settings - Fork 22
/
_config.yml
66 lines (61 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
55
56
57
58
59
60
61
62
63
64
65
66
name: "Quil's Fluffy World"
highlighter: rouge
markdown: kramdown
base_url: https://robotlolita.me
exclude:
- node_modules
- vendor
plugins:
- jekyll-redirect-from
- jekyll-paginate
paginate: 3
paginate_path: "/diary/page:num/"
excerpt_separator: <!--more-->
navigation:
- text: Home
url: /index.html
group: home
- text: Diary
url: /diary
group: diary
- text: Articles
url: /chronological
group: blog
- text: Talks
url: /talks
group: talks
- text: Works
url: /works
group: works
- text: About
url: /about
group: about
collections:
series:
output: false
articles:
output: true
talks:
output: true
defaults:
- scope:
path: _articles
type: articles
values:
group: blog
is_article: true
permalink: /articles/:year/:title/
- scope:
path: _posts
type: posts
values:
group: diary
is_article: true
permalink: /diary/:year/:month/:title/
- scope:
path: _talks
type: talks
values:
group: talks
is_article: true
permalink: /talks/:title/