2017-03-10 05:20:17 +00:00
|
|
|
# Setup
|
2018-01-08 14:36:00 +00:00
|
|
|
title: "Site title"
|
2017-03-15 03:58:11 +00:00
|
|
|
paginate: 5
|
2018-01-08 14:36:00 +00:00
|
|
|
baseurl: # the subpath of your site e.g. "/blog"
|
|
|
|
url: # the base hostname & protocol for your site e.g. "https://chesterhow.github.io"
|
2017-03-10 05:20:17 +00:00
|
|
|
|
|
|
|
# Build settings
|
|
|
|
markdown: kramdown
|
2018-01-08 14:36:00 +00:00
|
|
|
theme: tale
|
2017-03-10 05:20:17 +00:00
|
|
|
|
|
|
|
# About
|
|
|
|
author:
|
2018-01-08 14:36:00 +00:00
|
|
|
name: "Your name"
|
|
|
|
url:
|
|
|
|
email:
|
2017-03-10 05:20:17 +00:00
|
|
|
|
|
|
|
# Gems
|
2017-11-24 03:44:25 +00:00
|
|
|
plugins:
|
2017-03-10 05:20:17 +00:00
|
|
|
- jekyll-paginate
|
2018-01-08 12:23:56 +00:00
|
|
|
|
2018-01-08 14:36:00 +00:00
|
|
|
# Permalinks
|
|
|
|
permalink: /:year-:month-:day/:title
|