_config.yml 1.2 KB

12345678910111213141516171819202122232425262728293031
  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 these 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: NotABug.org - Status blog
  16. email: hp@notabug.org
  17. description: > # this means to ignore newlines until "baseurl:"
  18. NotABug.org status blog.
  19. baseurl: "" # the subpath of your site, e.g. /blog
  20. url: "https://blog.notabug.org" # the base hostname & protocol for your site, e.g. http://example.com
  21. # Build settings
  22. markdown: kramdown
  23. theme: minima
  24. gems:
  25. - jekyll-feed
  26. exclude:
  27. - Gemfile
  28. - Gemfile.lock