-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·50 lines (44 loc) · 805 Bytes
/
_config.yml
File metadata and controls
executable file
·50 lines (44 loc) · 805 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
50
feed_layout: "Classic"
color_scheme: "Auto"
language: 'en-uk'
navigation_layout: "Logo on cover"
# gems and other configs
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate-v2
feed:
path: feed.xml
collections:
authors:
output: true
tags:
output: true
defaults:
- scope:
path: ""
type: "authors"
values:
layout: author
current: author
cover: false
class: 'author-template'
label: Author
- scope:
path: ""
type: "tags"
values:
layout: tag
current: tag
cover: false
class: 'tag-template'
label: Tag
- scope:
path: ""
type: "posts"
values:
show_recent_posts_footer: True
tag_page_layout: tag
tag_page_dir: tags
tag_page_data:
class: 'tag-template'