brokenco.de/_config.yml

56 lines
956 B
YAML
Raw Normal View History

name: 'rtyler'
2014-07-07 05:43:22 +00:00
description: 'a moderately technical blog'
2011-05-15 22:02:20 +00:00
tag_page_layout: tag_page
tag_page_dir: tag
2014-07-07 05:43:22 +00:00
paginate: 10
highlighter: 'rouge'
incremental: true
2019-02-23 17:51:39 +00:00
plugins:
- jekyll-paginate
- jekyll-include-cache
2014-07-07 05:43:22 +00:00
lsi: false
exclude:
- README.markdown
- Makefile
- generate-tags
- .jekyll-cache
2014-07-07 05:43:22 +00:00
# Used for the RSS feed generator
2018-08-16 17:26:46 +00:00
url: 'https://brokenco.de/'
2014-07-07 05:43:22 +00:00
author: 'R. Tyler Croy'
# Navigation
nav:
- name: "about"
href: "/about"
- name: "code"
href: "//github.com/rtyler"
- name: "feed"
2018-08-16 17:26:46 +00:00
href: '/atom.xml'
# Sass
sass:
style: :compressed
# Scopes
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
2018-07-18 00:56:37 +00:00
collections:
microblog:
output: true
permalink: /microblog/:year/:month/:slug/