_config.yml 927 B

123456789101112131415161718192021
  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: "https://virtua-tests.gitlab.io" # the base hostname & protocol for your site
  16. twitter_username: jekyllrb
  17. github_username: jekyll
  18. # Build settings
  19. markdown: kramdown