tale/_config.yml

41 lines
790 B
YAML
Raw Permalink Normal View History

2018-01-08 15:09:20 +00:00
# Site settings
title: Tale
description: "Minimal Jekyll theme for storytellers"
baseurl: "/tale"
url: "https://chesterhow.github.io"
# Google Analytics
google_analytics: UA—XXXXXXXX-X
2018-01-08 15:09:20 +00:00
# Author
author:
name: Chester How
url: https://chester.how
email: chesterhow@gmail.com
# Build settings
markdown: kramdown
include:
- _pages
2018-01-08 15:09:20 +00:00
# Assets
sass:
sass_dir: _sass
style: compressed
# Gems
plugins:
2018-07-06 23:40:48 +00:00
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
# - jemoji #Uncomment this to allow emoji in your post
2018-01-08 12:23:56 +00:00
2018-01-08 14:36:00 +00:00
# Permalinks
permalink: /:year-:month-:day/:title
2018-01-08 15:09:20 +00:00
paginate: 5
# Excludes
exclude: [ Gemfile, Gemfile.lock, tale.gemspec ]
# Disqus (Set to your disqus id)
disqus: jekyll-tale