-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
62 lines (55 loc) · 970 Bytes
/
_config.yml
File metadata and controls
62 lines (55 loc) · 970 Bytes
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
name: Ethan Hullett
description: "Ethan Hulletts personal website"
baseurl:
url: https://ethull.github.io
download:
social:
github: ethull
email: ethull@protonmail.com
facebook:
twitter:
instagram:
tumblr:
author:
name: Ethan Hullett
bio: "Student at Kent University"
email: ethull@protonmail.com
image: /assets/images/bella_boo.png
github: ethull
facebook:
twitter:
instagram:
tumblr:
show_on_post: true
sass:
style: compressed
permalink: /:categories/:title/
pagination:
enabled: true
debug: false
per_page: 5
collection: "posts"
permalink: "/page/:num/"
sort_field: 'date'
sort_reverse: true
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
syntax_highlighter: rouge
plugins:
- jekyll-paginate-v2
- jekyll-feed
- jekyll-gist
- jekyll-redirect-from
- jekyll-seo-tag
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENSE
- CNAME
- vendor
- dev.sh
- doc/