-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
44 lines (39 loc) · 887 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
# http://jekyllrb.com/docs/github-pages/#project-page-url-structure
# https://jekyllrb.com/docs/configuration/#serve-command-options
# e.g. baseurl: "/wat"
baseurl: ""
title: redsummernight
sass:
sass_dir: common/css/_sass
kramdown:
auto_id_stripping: true
defaults:
-
scope:
# All files in the project
path: ""
values:
layout: default
lang: en
author: [redsummernight]
# Possible navigation links
nav: [jump, credits]
# Whether the page can be randomly jumped to
jump_allowed: true
# Credits/licenses in Markdown
credits: ""
# References/tutorial links in Markdown
references: ""
exclude:
- bower.json
- bower_components
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- '*/README.md'
- '*/tmp'
- tmp
# Travis bundles all gems in 'vendor'
- vendor