2015-03-29 06:14:53 +00:00
|
|
|
# Site settings
|
2019-03-23 16:06:28 +00:00
|
|
|
title: mahdi
|
|
|
|
email: hi@mahdi.blog
|
2016-11-09 12:27:01 +00:00
|
|
|
description: a rabbit hole
|
2015-03-29 06:27:18 +00:00
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
2019-03-23 16:06:28 +00:00
|
|
|
url: "https://mahdi.blog" # the base hostname & protocol for your site
|
2015-03-29 06:14:53 +00:00
|
|
|
github_username: mdibaiee
|
2019-03-23 16:06:28 +00:00
|
|
|
repo: "https://github.com/mdibaiee/mahdi.blog"
|
2015-03-29 06:14:53 +00:00
|
|
|
|
2017-02-23 12:38:14 +00:00
|
|
|
date_format: "%b %d, %Y"
|
|
|
|
|
2015-03-29 06:14:53 +00:00
|
|
|
# Build settings
|
|
|
|
markdown: kramdown
|
2016-11-02 15:16:46 +00:00
|
|
|
permalink: /:title/
|
2015-04-02 13:16:12 +00:00
|
|
|
redcarpet:
|
|
|
|
extensions: ["strikethrough"]
|
2016-11-09 12:27:01 +00:00
|
|
|
|
|
|
|
collections:
|
2017-11-19 10:37:40 +00:00
|
|
|
math:
|
|
|
|
title: math
|
|
|
|
output: true
|
|
|
|
permalink: /math/:path/
|
|
|
|
path: /math
|
2016-11-09 12:27:01 +00:00
|
|
|
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
|
2017-10-06 15:11:43 +00:00
|
|
|
|
|
|
|
contentsLabel: "Table of Contents"
|
|
|
|
showToggleButton: true
|
2017-10-20 17:47:29 +00:00
|
|
|
|
|
|
|
authors:
|
|
|
|
Mahdi:
|
|
|
|
url: https://github.com/mdibaiee/
|