_config.yml 423 B

1234567891011121314151617181920
  1. name: SuperTux
  2. markdown: kramdown
  3. highlighter: rouge
  4. # baseurl: https://supertuxproject.org
  5. exclude:
  6. - README.md
  7. output: true
  8. description: SuperTux is an open-source classic 2D jump'n run sidescroller game in a style similar to the original Super Mario games.
  9. plugins:
  10. - jekyll-feed
  11. - jekyll-paginate
  12. - jekyll-seo-tag
  13. permalink: /news/:year/:month/:day/:title
  14. timezone: UTC
  15. paginate: 3
  16. paginate_path: /news/:num