# 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: Anna and the Bunches
email: annabunches@gmail.com
description: > # this means to ignore newlines until "baseurl:"
  The story of Anna and her lifelong friends, Left Bunch and Right Bunch.
  The power... the passion... the danger. Their courage will change the world.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://annabunch.es" # the base hostname & protocol for your site
twitter_username: annabunches
github_username:  annabunches

permalink: none
timezone: America/New_York

# Build settings
markdown: kramdown

# Category settings
category_metadata:
  technology:
    title: "The Technologist"
    description: This section of the blog is where I talk about technology. Tutorials, rants, and discussions about programming languages, operating systems, hardware, and more.
    main: true
  media:
    title: "The Player of Games"
    description: Here I talk about media. Video games, tabletop games, movies, TV.
    main: true
  religion:
    title: "The Mystic"
    description: Discussions of my adventures with faith, spirituality, truth, and magic. Lots of woo here.
    main: false

defaults:
  - scope:
      path: ""
    values:
      layout: default
      author: Anna Wiggins
  - scope:
      path: ""
      type: "posts"
    values:
      layout: post
  - scope:
      path: ""
      type: "pages"
    values:
      layout: page