-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·53 lines (41 loc) · 1004 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
title: "Eddie A Tejeda"
name: "Eddie A Tejeda"
author: "Eddie A Tejeda"
description: ""
url: ""
gravatar_hash: "491a4a6bc98f587e4d44b18b78055223"
twitter: "eddietejeda"
email: "[email protected]"
github: "eddietejeda"
linkedin: "eddietejeda"
mastodon: "hachyderm.io/@eddietejeda"
# paginate: 5
# paginate_path: "/page:num/"
baseurl: ""
permalink: /:year/:month/:day/:title/
markdown: kramdown
nav:
- name: "About"
href: "/"
sass:
style: :compressed
collections:
pages:
output: true
permalink: /:path/
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
plugins:
# - jekyll-paginate
- jekyll-feed