_config.yml 1007 B

1234567891011121314151617181920212223242526
  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 need to edit after that.
  5. # For technical reasons, this file is *NOT* reloaded automatically when you use
  6. # 'jekyll serve'. If you change this file, please restart the server process.
  7. # Site settings
  8. title: Example Jekyll site using GitLab Pages
  9. email: your-email@domain.com
  10. description: > # this means to ignore newlines until "baseurl:"
  11. Write an awesome description for your new site here. You can edit this
  12. line in _config.yml. It will appear in your document head meta (for
  13. Google search results) and in your feed.xml site description.
  14. baseurl: "/jekyll" # the subpath of your site, e.g. /blog
  15. url: "/" # the base hostname & protocol for your site
  16. twitter_username: jekyllrb
  17. github_username: jekyll
  18. gitlab_username: pages
  19. # Outputting
  20. permalink: /:categories/:year/:month/:day/:title
  21. # Build settings
  22. markdown: kramdown
  23. exclude: ["README.md"]