-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
65 lines (52 loc) · 1022 Bytes
/
_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
title: 'Amara’s Art'
description: 'I’m Amara Oinam. I love to draw, illustrate, and sketch.'
url: 'https://amara.oinam.art'
baseurl: ''
file_path: 'art'
file_format: 'webp'
file_thumb: '-thumb'
file_thumb_format: 'webp'
markdown: kramdown
highlighter: rouge
permalink: pretty
permalink: /:title/
paginate: 9
paginate_path: "/page:num/"
feed:
posts_limit: 10
author: Amara
sass:
style: compressed
sourcemap: never
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-optional-front-matter
- jekyll-titles-from-headings
optional_front_matter:
remove_originals: true
titles_from_headings:
enabled: true
strip_title: true
collections: true
defaults:
- scope:
path: '_posts'
type: 'posts'
values:
layout: 'post'
permalink: '/:year/:title/'
- scope:
path: '_redirect'
type: 'pages'
values:
layout: 'redirect'
collections:
redirect:
output: true
exclude:
- Gemfile
- Gemfile.lock
- gemfiles/
- README.*