_config.yml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. #
  11. # If you need help with YAML syntax, here are some quick references for you:
  12. # https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
  13. # https://learnxinyminutes.com/docs/yaml/
  14. #
  15. # Site settings
  16. # These are used to personalize your new site. If you look in the HTML files,
  17. # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
  18. # You can create any custom variable you would like, and they will be accessible
  19. # in the templates via {{ site.myvariable }}.
  20. title: "Modpol"
  21. email: medlab@colorado.edu
  22. description: "Turn social platforms into governable spaces"
  23. baseurl: "" # the subpath of your site, e.g. /blog
  24. url: "https://modpol.net" # the base hostname & protocol for your site, e.g. http://example.com
  25. twitter_username: medlabboulder
  26. # Build settings
  27. theme: minima
  28. plugins:
  29. - jekyll-feed
  30. # Exclude from processing.
  31. # The following items will not be processed, by default.
  32. # Any item listed under the `exclude:` key here will be automatically added to
  33. # the internal "default list".
  34. #
  35. # Excluded items can be processed by explicitly listing the directories or
  36. # their entries' file path in the `include:` list.
  37. #
  38. # exclude:
  39. # - .sass-cache/
  40. # - .jekyll-cache/
  41. # - gemfiles/
  42. # - Gemfile
  43. # - Gemfile.lock
  44. # - node_modules/
  45. # - vendor/bundle/
  46. # - vendor/cache/
  47. # - vendor/gems/
  48. # - vendor/ruby/