23 lines
532 B
YAML
23 lines
532 B
YAML
title: Madison Scott-Clary
|
|
email: makyo@drab-makyo.com
|
|
description: >
|
|
Writing projects by Madison Scott-Clary
|
|
baseurl: ""
|
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
|
twitter_username: jekyllrb
|
|
github_username: jekyll
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
theme: minima
|
|
plugins:
|
|
- jekyll-feed
|
|
|
|
# Exclude from processing.
|
|
# The following items will not be processed, by default. Create a custom list
|
|
# to override the default setting.
|
|
exclude:
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- .bundle
|