-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
44 lines (37 loc) · 909 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
title: William Entriken Blog
subtitle: Analysis of all
description: Essays by William Entriken
defaults:
- scope:
path: ""
type: posts
values:
# title: ~ # No default, must be explicitly set each time
# tags: [] # No default, must be explicitly set each time
updates: ~ # Array of date/changes objects
authors: [William Entriken]
old-link: ~
comments: ~
affiliate-link: false
description: ~
- scope:
path: "_redirects"
values:
layout: redirect
exclude:
- Gemfile
- Gemfile.lock
- vendor
- scripts
- README.md
- CNAME
include:
- _redirects
# Cause a build to fail if there is a YAML syntax error in a page's front matter.
strict_front_matter: true
# https://jekyllrb.com/docs/configuration/liquid/
liquid:
error_mode: strict
strict_variables: true
strict_filters: true
permalink: /:categories/:title