098d203731
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>
33 lines
648 B
YAML
33 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
|