_config.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. description: >- # this means to ignore newlines until "baseurl:"
  17. MEDLab is a think tank for community ownership and governance in media organizations, based at the University of Colorado Boulder's College of Media, Communication and Information.
  18. baseurl: /medlab # the subpath of your site, e.g. /blog
  19. url: https://cmci.colorado.edu # the base hostname & protocol for your site, e.g. http://example.com
  20. email: medlab@colorado.edu
  21. twitter_username: MEDLabBoulder
  22. gitlab_username: MEDLabBoulder
  23. # Build settings
  24. markdown: kramdown
  25. theme: minima
  26. plugins:
  27. - jekyll-feed
  28. collections:
  29. projects:
  30. output: true
  31. # For jekyll-deploy plugin (https://github.com/vwochnik/jekyll-deploy)
  32. deploy:
  33. # - cd .. && jekyll build
  34. # - cd .. && read -p 'Commit message: ' message && git commit -a -m $message
  35. # - rsync -crPze --delete --rsh="sshpass -p $CU_PASSWORD ssh -o StrictHostKeyChecking=no " ./* $CU_USR@$CU_HOST:/data/web/htdocs/cmci/medlab [[GitLab version]]
  36. - rsync -crPze ssh --delete ./* nasc0399@cmci.colorado.edu:/data/web/htdocs/cmci/medlab
  37. # Exclude from processing.
  38. # The following items will not be processed, by default. Create a custom list
  39. # to override the default setting.
  40. exclude:
  41. - README.md
  42. # - Gemfile
  43. # - Gemfile.lock
  44. # - node_modules
  45. # - vendor/bundle/
  46. # - vendor/cache/
  47. # - vendor/gems/
  48. # - vendor/ruby/