_config.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # Config for Protocol Oral History Project
  2. # Minima v.2.5
  3. # https://github.com/jekyll/minima/tree/v2.5.0
  4. ## Site settings ##
  5. title: Protocol Oral History Project
  6. lang: en
  7. author: Media Economies Design Lab
  8. University of Colorado Boulder
  9. description: >- # this means to ignore newlines until "baseurl:"
  10. An oral history of protocol builders, maintainers, and reformers across diverse contexts
  11. baseurl: "" # the subpath of your site, e.g. /blog
  12. url: "" # the base hostname & protocol for your site, e.g. http://example.com
  13. ## Build settings ##
  14. theme: minima
  15. plugins:
  16. - jekyll-feed
  17. collections:
  18. stories:
  19. output: true
  20. permalink: /:collection/:slug/
  21. defaults:
  22. - scope:
  23. path: ""
  24. type: stories
  25. values:
  26. layout: story
  27. # Exclude from processing.
  28. # The following items will not be processed, by default.
  29. # Any item listed under the `exclude:` key here will be automatically added to
  30. # the internal "default list".
  31. #
  32. # Excluded items can be processed by explicitly listing the directories or
  33. # their entries' file path in the `include:` list.
  34. #
  35. # exclude:
  36. # - .sass-cache/
  37. # - .jekyll-cache/
  38. # - gemfiles/
  39. # - Gemfile
  40. # - Gemfile.lock
  41. # - node_modules/
  42. # - vendor/bundle/
  43. # - vendor/cache/
  44. # - vendor/gems/
  45. # - vendor/ruby/