speice.io/_config.yml

27 lines
489 B
YAML
Raw Normal View History

2020-02-23 18:14:16 -05:00
# Site settings
2024-11-10 16:32:36 -05:00
title: "speice.io"
description: "The Old Speice Guy"
author: Bradlee Speice
2018-05-19 23:06:59 -04:00
email: bradlee@speice.io
2024-11-10 16:32:36 -05:00
twitter_username:
github_username:
2018-05-19 23:06:59 -04:00
baseurl: "" # the subpath of your site, e.g. /blog
2024-11-10 16:32:36 -05:00
url: "https://speice.io" # the base hostname & protocol for your site
2017-07-23 21:22:05 -04:00
2024-11-10 16:32:36 -05:00
google_analytics_id:
disqus_id:
isso_url: "https://comments.speice.io/"
2017-07-23 21:22:05 -04:00
2024-11-10 16:32:36 -05:00
# Build settings
2020-02-23 18:14:16 -05:00
include: [_pages]
2024-11-10 16:32:36 -05:00
markdown: kramdown
2020-02-23 18:14:16 -05:00
permalink: /:year/:month/:title.html
2017-07-23 21:22:05 -04:00
2024-11-10 16:32:36 -05:00
sass:
style: compressed
exclude: [vendor]