_config.yml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Welcome to Jekyll!
  2. #
  3. # This config file is meant for settings that affect your whole blog, values
  4. # which you are expected to set up once and rarely edit after that. If you find
  5. # yourself editing this file very often, consider using Jekyll's data files
  6. # feature for the data you need to update frequently.
  7. #
  8. # For technical reasons, this file is *NOT* reloaded automatically when you use
  9. # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
  10. # Site settings
  11. # These are used to personalize your new site. If you look in the HTML files,
  12. # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
  13. # You can create any custom variable you would like, and they will be accessible
  14. # in the templates via {{ site.myvariable }}.
  15. title: Media Enterprise Design Lab @ CU Boulder
  16. email: medlab@colorado.edu
  17. description: >- # this means to ignore newlines until "baseurl:"
  18. The Media Enterprise Design Lab is a think tank for community-oriented media organizations, based at the University of Colorado Boulder's College of Media, Communication and Information.
  19. baseurl: /medlab # the subpath of your site, e.g. /blog
  20. url: https://cmci.colorado.edu # the base hostname & protocol for your site, e.g. http://example.com
  21. twitter_username: medlabboulder
  22. # Build settings
  23. markdown: kramdown
  24. theme: minima
  25. plugins:
  26. - jekyll-feed
  27. collections:
  28. projects:
  29. output: true
  30. # Exclude from processing.
  31. # The following items will not be processed, by default. Create a custom list
  32. # to override the default setting.
  33. # exclude:
  34. # - Gemfile
  35. # - Gemfile.lock
  36. # - node_modules
  37. # - vendor/bundle/
  38. # - vendor/cache/
  39. # - vendor/gems/
  40. # - vendor/ruby/