-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
58 lines (50 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
#highlighter: pygments
#pygments: true
#markdown: redcarpet
name: Cyberdyne Systems
description: A tech log
url: https://corrupted.io
plugins_dir: _plugins
layouts_dir: _layouts
data_dir: _data
includes_dir: _includes
excerpt_separator: <!--more-->
include: [".well-known"]
# Filtering Content
show_drafts: null
limit_posts: 0
future: false
unpublished: false
#gems: [jekyll-paginate, jekyll-twitter-plugin, jekyll-redirect-from,jekyll-tagging,jekyll-responsive-image]
plugins:
- jekyll-redirect-from
- jekyll-paginate
- jekyll-twitter-plugin
- jekyll-seo-tag
paginate: 10
paginate_path: "blog/page:num"
twitter:
username: slaughterhut
card: summary
social:
name: "Jason Barbier"
links:
- https://twitter.com/slaughterhut
- https://www.linkedin.com/in/jas-bar
- https://github.com/kusuriya
- https://hackers.town/@kusuriya
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "default"
author: "Jason Barbier"
-
scope:
path: ""
type: "pages"
values:
layout: "default"
author: "Jason Barbier"