22 lines
426 B
YAML
22 lines
426 B
YAML
# Setup
|
|
title: "Site title"
|
|
paginate: 5
|
|
baseurl: # the subpath of your site e.g. "/blog"
|
|
url: # the base hostname & protocol for your site e.g. "https://chesterhow.github.io"
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
theme: tale
|
|
|
|
# About
|
|
author:
|
|
name: "Your name"
|
|
url:
|
|
email:
|
|
|
|
# Gems
|
|
plugins:
|
|
- jekyll-paginate
|
|
|
|
# Permalinks
|
|
permalink: /:year-:month-:day/:title
|