-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
56 lines (46 loc) · 878 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
54
55
# Setup
title: Tis
url: https://tisawesomeness.github.io
paginate: 1
baseurl: ""
permalink: /:categories/:title
timezone: America/New_York
# jekyll doesn't understand that 11:30 is before 11:40 for some reason
future: true
# Gems
plugins:
- jekyll-gist
- jekyll-paginate
- jekyll-seo-tag
# Optimize Jekyll
exclude:
- .editorconfig
- .git
- .jekyll-cache
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
sass:
sass_dir: _sass
style: :compressed
# Specify the author for blog posts
author:
name: Tis_awesomeness
url: https://github.com/Tisawesomeness
# email: [email protected]
github: Tisawesomeness
# Custom vars
version: 3.0.0
# Navbar page list
nav:
- title: Snapshots
url: /snapshots
- title: Posts
url: /archive
- title: About
url: /about
# RSS
feed_items: 10
feed_update_period: hourly
feed_update_frequency: 1