tale/_config.yml
Dominik Prodinger 6444b33b3f
Change Location of Page Files
Page files are now located within the _pages folder to clean up the root
directory.

Signed-off-by: Dominik Prodinger <prodinger.d@outlook.com>
2018-10-03 08:44:04 +02:00

32 lines
595 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
include:
- _pages
# Assets
sass:
sass_dir: _sass
style: compressed
# Gems
plugins:
- jekyll-feed
- jekyll-paginate
# - jemoji #Uncomment this to allow emoji in your post
# Permalinks
permalink: /:year-:month-:day/:title
paginate: 5