33 lines
719 B
YAML
33 lines
719 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: "https://theread.me" # the base hostname & protocol for your site
|
|
twitter_username: mdibaiee
|
|
github_username: mdibaiee
|
|
repo: "https://github.com/mdibaiee/theread.me"
|
|
|
|
# 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
|