old_blog/_config.yml
2020-10-20 18:38:31 -04:00

39 lines
1.3 KiB
YAML
Executable File

# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: "Seraphim R.P."
author: "Seraphim R. Pardee"
author_link: https://srp.life
author_description: An aspiring computer scientist with an intense interest in theology and church history, including the philosophy that comes with it.
email: me@srp.life
description: > # this means to ignore newlines until "baseurl:"
This is the blog of an aspiring computer scientist with an intense interest in theology and church history, including the philosophy that comes with it.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://vypr.xyz" # the base hostname & protocol for your site
# Picturefill
# A responsive image polyfill: http://scottjehl.github.io/picturefill/
picturefill: false
# Typography
# To use, publish a kit and enter the ID here. If you do not wish to use Typekit,
# leave this ID blank
typekit_kit_id: kwf5dox
# Build settings
gems: [jekyll-paginate]
markdown: kramdown
permalink: /:year/:month/:day/:title/
# Pagination
paginate: 5
# Sass
sass:
style: :compressed