-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
49 lines (44 loc) · 1.18 KB
/
_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
name: Anthony Smith
title: Anthony Smith # for jekyll-seo-tag, otherwise <title> ends up as <page title> | anthonyjsmith.github.io
description: "Christian. Husband. Vicar near Darlington (Middleton St George, Hurworth, Girsby, Dinsdale). Was: organist, astronomer, software developer. Singer."
url: https://www.anthonysmith.me.uk
exclude: [README.md, Gemfile, Gemfile.lock, CNAME]
permalink: pretty
paginate: 100
paginate_path: "page/:num/"
timezone: Europe/London
disqus_shortname: anthonysmithmeuk
author: anthonyjsmith
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: ""
type: "pages"
values:
layout: "page"
include: ['.well-known']
# GitHub settings https://help.github.com/articles/configuring-jekyll/
# Configurable
github: [metadata]
kramdown:
input: GFM
hard_wrap: false
plugins:
- jekyll-coffeescript
- jekyll-paginate
- jekyll-seo-tag # Added
- jekyll-redirect-from # Added
# Settings that cannot be changed
lsi: false
# safe: true # <-- activating this seems to disable jekyll-paginate!
# source: [your repo's top level directory]
incremental: false
highlighter: rouge
gist:
noscript: false