theread.me/_config.yml
2016-11-09 15:57:01 +03:30

32 lines
671 B
YAML

# Site settings
title: the readme
email: knockknock@theread.me
description: a rabbit hole
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://theread.me" # the base hostname & protocol for your site
twitter_username: mdibaiee
github_username: mdibaiee
# Build settings
markdown: kramdown
permalink: /:title/
redcarpet:
extensions: ["strikethrough"]
collections:
programming:
title: programming
output: true
permalink: /programming/:path/
path: /programming
life:
title: life
output: true
permalink: /life/:path/
path: /life
travel:
title: travel
output: true
permalink: /travel/:path/
path: /travel