_config.yml 1.6 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: Your awesome title
  16. email: your-email@example.com
  17. description: >- # this means to ignore newlines until "baseurl:"
  18. Write an awesome description for your new site here. You can edit this
  19. line in _config.yml. It will appear in your document head meta (for
  20. Google search results) and in your feed.xml site description.
  21. baseurl: "" # the subpath of your site, e.g. /blog
  22. url: "" # the base hostname & protocol for your site, e.g. http://example.com
  23. twitter_username: jekyllrb
  24. github_username: jekyll
  25. # Build settings
  26. markdown: kramdown
  27. theme: minima
  28. plugins:
  29. - jekyll-feed
  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/