_config.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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: "Ray: An open-source framework that provides a simple, universal API for building distributed applications"
  16. email: ""
  17. description: > # this means to ignore newlines until "baseurl:"
  18. Ray provides a simple, universal API for building distributed applications.
  19. baseurl: "" # the subpath of your site, e.g. /blog
  20. url: "" # the base hostname & protocol for your site, e.g. http://example.com
  21. github_username: ray-project
  22. google_analytics: true
  23. # Build settings
  24. markdown: kramdown
  25. theme: minima
  26. gems:
  27. - jekyll-feed
  28. include:
  29. - index.html
  30. - blog.html
  31. - get_ray.html
  32. exclude:
  33. - community.html
  34. - Gemfile
  35. - Gemfile.lock
  36. - README.md
  37. #permalink: /:categories/:year/:month/:day/:title