1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- # 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:
- stories:
- output: true
- permalink: /:collection/:slug/
- 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/
|