_config.yml 1.1 KB

123456789101112131415161718192021222324252627282930
  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: The Neocities Blog
  16. description: > # this means to ignore newlines until "baseurl:"
  17. The Official Neocities Blog - news, events, and what we're working on.
  18. baseurl: "" # the subpath of your site, e.g. /blog
  19. url: "https://blog.neocities.org"
  20. # Build settings
  21. markdown: kramdown
  22. theme: minima
  23. gems:
  24. - jekyll-feed
  25. exclude:
  26. - Gemfile
  27. - Gemfile.lock