28 lines
523 B
YAML
28 lines
523 B
YAML
# Site settings
|
|
title: Tale
|
|
description: "Minimal Jekyll theme for storytellers"
|
|
baseurl: "/tale"
|
|
url: "https://chesterhow.github.io"
|
|
|
|
# Author
|
|
author:
|
|
name: Chester How
|
|
url: https://chester.how
|
|
email: chesterhow@gmail.com
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
theme: tale
|
|
|
|
# Assets
|
|
sass:
|
|
sass_dir: _sass
|
|
style: compressed
|
|
|
|
# Gems
|
|
plugins:
|
|
- jekyll-paginate
|
|
|
|
# Permalinks
|
|
permalink: /:year-:month-:day/:title
|
|
paginate: 5
|