hugo site

This commit is contained in:
Madison Scott-Clary
2019-03-06 00:31:57 -08:00
parent 748b3c1b30
commit 4386102543
174 changed files with 1843 additions and 522 deletions

42
jekyll/_config.yml Normal file
View File

@ -0,0 +1,42 @@
title: The Writing of Madison Scott-Clary
description: > # this means to ignore newlines until "baseurl:"
Madison is an author of fiction, non-fiction, and poetry living in Loveland, Colorado. Her interests lie in the realms of furry fiction and non-fiction, collaborative fiction, and hypertextual writing. She is a member of the Furry Writers' Guild, and editor for several projects, fiction and non-fiction. This site collects several of her written works.
permalink: ':title/'
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
# Author settings
author: Madison Scott-Clary # add your name
author-pic: headshot.jpg
about-author: Madison Scott-Clary is a full-time software developer and part-time writer. She lives with her two dogs and her husband, who is also a dog.
# Contact links
email: makyo@drab-makyo.com
website: drab-makyo.com
github: makyo # Add your Github handle
twitter: '@makyo_writes' # Add your Twitter handle
# Newsletter
mailchimp: # Add your MailChimp form identifier.
# Disqus
discus_identifier: writingdrabmakyo # Add your discus identifier
# Tracker
analytics: # Google Analytics
# Paginate
paginate: 6
paginate_path: /page/:num/
# Build settings
sass:
sass_dir: assets/css/sass
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-sitemap
include: [_pages]
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock"]