12345678910111213141516171819202122 |
- title: Example Jekyll site using GitLab Pages
- email: your-email@domain.com
- description: >
- Write an awesome description for your new site here. You can edit this
- line in _config.yml. It will appear in your document head meta (for
- Google search results) and in your feed.xml site description.
- baseurl: "/jekyll"
- url: "/"
- twitter_username: jekyllrb
- github_username: jekyll
- markdown: kramdown
- exclude: ["README.md"]
|