_config.yml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. # For jekyll-deploy plugin (https://github.com/vwochnik/jekyll-deploy)
  31. deploy:
  32. # - cd .. && jekyll build
  33. # - cd .. && read -p 'Commit message: ' message && git commit -a -m $message
  34. - rsync -crPze ssh --delete ~/Current/CU/medlab-web/_site/* nasc0399@cmci.colorado.edu:/data/web/htdocs/cmci/medlab
  35. # Exclude from processing.
  36. # The following items will not be processed, by default. Create a custom list
  37. # to override the default setting.
  38. # exclude:
  39. # - Gemfile
  40. # - Gemfile.lock
  41. # - node_modules
  42. # - vendor/bundle/
  43. # - vendor/cache/
  44. # - vendor/gems/
  45. # - vendor/ruby/