forked from rtyler/brokenco.de
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
51 lines (42 loc) · 899 Bytes
/
Copy path_config.yml
File metadata and controls
51 lines (42 loc) · 899 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
name: 'rtyler'
description: 'a moderately technical blog'
tag_page_layout: tag_page
tag_page_dir: tag
paginate: 10
highlighter: 'rouge'
gems:
- jekyll-paginate
lsi: false
exclude: ['README.markdown', 'drupal.rb', 'sync.sh', 'Makefile']
# Used for the RSS feed generator
url: 'https://brokenco.de/'
author: 'R. Tyler Croy'
# Navigation
nav:
- name: "about"
href: "/about"
- name: "code"
href: "//github.com/rtyler"
- name: "feed"
href: '/atom.xml'
# Sass
sass:
style: :compressed
# Scopes
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
collections:
microblog:
output: true
permalink: /microblog/:year/:month/:slug/