forked from reflectoring/reflectoring.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (44 loc) · 947 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
title: "reflectoring.io"
url: "https://reflectoring.io"
defaults:
-
values:
layout: "article"
toc:
enabled: true
theme:
showcase_book: atomic-habits
header_logo: "/assets/img/logo/apple-icon-60x60.png"
footer_logo: "/assets/img/logo/apple-icon-120x120.png"
social_share:
facebook: true
twitter: true
linkedin: true
email: true
reddit: true
analytics:
google:
tracking_id: "UA-88407702-1"
comments:
disqus:
shortname: "reflectoring"
image_formats:
teaser_prefix: "/assets/img/stock/"
teaser_suffix: "-1200x628.jpg"
opengraph_prefix: "/assets/img/stock/"
opengraph_suffix: "-1200x628-branded.jpg"
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-paginate-v2
- jekyll-sitemap
permalink: /:title/
pagination:
enabled: true
per_page: 5
permalink: "/page/:num/"
title: ":title"
limit: 0
sort_field: "date"
sort_reverse: true