-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (40 loc) · 821 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
encoding: utf-8
markdown: kramdown
highlighter: rouge
#theme: minimal-mistakes-jekyll
timezone: America/Los_Angeles
author:
name: "Frank Maritato"
avatar: "/assets/images/me.jpg"
bio: "Data Architect for LootCrate"
location: "Southern California"
github: "fmaritato"
twitter: "frankmarit"
instagram: "frankmarit"
linkedin: https://www.linkedin.com/in/frank-maritato-5b32b1
gems:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
whitelist:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
paginate: 5
paginate_path: /page:num/