tale/_config.yml
Dominik Prodinger 098d203731
Add Jekyll-SEO-Tag Dependency
The "jekyll-seo-tag" gem/plugin is needed for the "{% seo %}" tag to
work on any platform other than GitHub Pages.

Signed-off-by: Dominik Prodinger <prodinger.d@outlook.com>
2018-10-05 10:09:21 +02:00

34 lines
648 B
YAML

# Site settings
title: Tale
description: "Minimal Jekyll theme for storytellers"
baseurl: "/tale"
url: "https://chesterhow.github.io"
# Google Analytics
google_analytics: UA—XXXXXXXX-X
# Author
author:
name: Chester How
url: https://chester.how
email: chesterhow@gmail.com
# Build settings
markdown: kramdown
# Assets
sass:
sass_dir: _sass
style: compressed
# Gems
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
# - jemoji #Uncomment this to allow emoji in your post
# Permalinks
permalink: /:year-:month-:day/:title
paginate: 5