-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yaml
66 lines (60 loc) · 1.43 KB
/
_config.yaml
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
63
64
65
66
# do not use tabs in config files!
# recommended command when testing: bundle exec jekyll serve --port 4001 --livereload --livereload-port 35730 --drafts --watch --incremental
# recommended command if modifying data or some pages don't update properly: bundle exec jekyll serve --port 4001 --livereload --livereload-port 35730 --drafts --watch
# production only
# recommended command jekyll build
destination: _site
url: https://schizoidnightmares.com
# jekyll config
timezone: America/Toronto
title: Schizoid Nightmares
permalink: /:categories/:title/
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- LICENSE
- README.md
# default front matter
defaults:
-
scope:
type: pages
values:
layout: default
-
scope:
type: posts
values:
layout: post
category: news
# extras
kramdown:
parse_block_html: true
footnote_backlink: ↑
sass:
style: compressed
sourcemap: never
pagination:
enabled: true
per_page: 7
permalink: /:num/
title: :title
sort_reverse: true
feed:
excerpt_only: true
posts_limit: 7
# site variables
custom_icon: /assets/images/sn_icon_2024_symbol_small.png
# also add the plugins in the Gemfile if they have a gem
# use gem uninstall to remove unwanted gems
# run bundle install if adding uninstalled gems
plugins:
- jekyll-feed
- jekyll-paginate-v2
- jekyll-sitemap
- jekyll-tidy