-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path_config.yml
52 lines (52 loc) · 1.04 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
name: /dev/lawyer
description: law, technology, and the space between
url: https://writing.kemitchell.com
permalink: :year/:month/:day/:title
timezone: America/Los_Angeles
author: Kyle E. Mitchell
homepage: https://kemitchell.com
highlighter: rouge
excerpt_separator: "<!--jump-->"
repository: kemitchell/writing.kemitchell.com
repository_url: "https://github.com/kemitchell/writing.kemitchell.com"
subscribe_url: "https://groups.io/g/kemitchell"
feed:
path: atom.xml
exclude:
- vendor
- Gemfile
- Gemfile.lock
- Makefile
- serve
- publishdraft
jekyll_tidy:
exclude:
- '*.js'
- '**/*.js'
- '**/*.json'
- '*.xml'
- '*.txt'
defaults:
- scope:
path: ""
type: posts
values:
is_post: true
layout: post
- scope:
path: ""
type: lists
values:
layout: post
- scope:
path: ""
type: living_documents
values:
layout: post
collections:
lists:
output: true
permalink: /lists/:title:output_ext
living_documents:
output: true
permalink: /living/:title:output_ext