-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·60 lines (49 loc) · 1.11 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
50
51
52
53
54
55
56
57
58
59
60
name: "Alex Ford"
url: "https://asford.info"
author: "asford"
email: "a.sewall.ford+github.io@gmail.com"
github: "asford"
linkedin: "asewallford"
instagram: "a.sewall.ford"
background: "/resources/20160223_102437_E-M5_2230352.jpg"
paginate: 5
paginate_path: "/page:num/"
baseurl: ""
permalink: :title/
nav:
- name: "About"
href: "/about"
- name: "Soulful Fibre"
href: "/soulful_fibre"
# - name: "Scratch"
# href: "/scratch"
collections:
scratch:
output: true
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: ""
type: "scratch"
values:
layout: "page"
markdown: kramdown
sass:
style: :compressed
gems:
- jekyll-paginate
exclude:
- Gemfile
- Gemfile.lock