-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
51 lines (42 loc) · 900 Bytes
/
Copy path_config.yml
File metadata and controls
51 lines (42 loc) · 900 Bytes
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
timezone: Europe/London
encoding: UTF-8
markdown: kramdown
permalink: /articles/:title/
gems:
- jekyll-redirect-from
url: https://mathie.github.io
name: Notes from a Messy Desk
description: |
This is where I (Graeme Mathieson, often known online as
[@mathie](https://twitter.com/mathie)) write the occasional article about
whatever interests me this week. The latest article will always be on the
[home page](/), but you could always peruse [previous articles](/articles/)
too.
collections:
categories:
output: true
permalink: /categories/:path/
defaults:
-
scope:
path: ""
type: post
values:
layout: post
-
scope:
path: ""
type: draft
values:
layout: post
exclude:
- bin
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
sass:
style: :compressed
# GitHub-enforced defaults
highlighter: rouge
lsi: false