Initial commit
This commit is contained in:
57
_config.yml
Normal file
57
_config.yml
Normal file
@@ -0,0 +1,57 @@
|
||||
# Config for Protocol Oral History Project
|
||||
|
||||
# Minima v.2.5
|
||||
# https://github.com/jekyll/minima/tree/v2.5.0
|
||||
|
||||
|
||||
## Site settings ##
|
||||
|
||||
title: Protocol Oral History Project
|
||||
lang: en
|
||||
author: Media Economies Design Lab
|
||||
University of Colorado Boulder
|
||||
description: >- # this means to ignore newlines until "baseurl:"
|
||||
An oral history of protocol builders, maintainers, and reformers across diverse contexts
|
||||
baseurl: "" # the subpath of your site, e.g. /blog
|
||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
|
||||
|
||||
## Build settings ##
|
||||
|
||||
theme: minima
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
|
||||
collections:
|
||||
about:
|
||||
output: true
|
||||
stories:
|
||||
output: true
|
||||
|
||||
defaults:
|
||||
- scope:
|
||||
path: ""
|
||||
type: stories
|
||||
values:
|
||||
layout: story
|
||||
|
||||
|
||||
# Exclude from processing.
|
||||
# The following items will not be processed, by default.
|
||||
# Any item listed under the `exclude:` key here will be automatically added to
|
||||
# the internal "default list".
|
||||
#
|
||||
# Excluded items can be processed by explicitly listing the directories or
|
||||
# their entries' file path in the `include:` list.
|
||||
#
|
||||
# exclude:
|
||||
# - .sass-cache/
|
||||
# - .jekyll-cache/
|
||||
# - gemfiles/
|
||||
# - Gemfile
|
||||
# - Gemfile.lock
|
||||
# - node_modules/
|
||||
# - vendor/bundle/
|
||||
# - vendor/cache/
|
||||
# - vendor/gems/
|
||||
# - vendor/ruby/
|
Reference in New Issue
Block a user