33 lines
607 B
YAML
33 lines
607 B
YAML
# Site settings
|
|
title: مهدی
|
|
email: mdibaiee@pm.me
|
|
description: a rabbit hole
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
|
url: "https://mahdi.blog" # the base hostname & protocol for your site
|
|
github_username: mdibaiee
|
|
repo: "https://github.com/mdibaiee/mahdi.blog"
|
|
|
|
date_format: "%b %d, %Y"
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
permalink: /:title/
|
|
redcarpet:
|
|
extensions: ["strikethrough"]
|
|
|
|
collections:
|
|
art:
|
|
title: art
|
|
permalink: /art/:path/
|
|
|
|
contentsLabel: "Table of Contents"
|
|
showToggleButton: true
|
|
|
|
authors:
|
|
Mahdi:
|
|
url: https://github.com/mdibaiee/
|
|
|
|
scholar:
|
|
style: apa
|
|
|