mirror of https://github.com/inolen/redream.git
31 lines
397 B
YAML
31 lines
397 B
YAML
title: redream.io
|
|
baseurl: ""
|
|
url:
|
|
|
|
disqus:
|
|
shortname: redream
|
|
|
|
collections:
|
|
docs:
|
|
output: true
|
|
|
|
defaults:
|
|
- scope:
|
|
path: ""
|
|
type: posts
|
|
values:
|
|
permalink: /:collection/:title
|
|
layout: post
|
|
- scope:
|
|
path: ""
|
|
type: docs
|
|
values:
|
|
permalink: /:collection/:title
|
|
layout: doc
|
|
|
|
markdown: kramdown
|
|
|
|
exclude:
|
|
- Gemfile
|
|
- Gemfile.lock
|