1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- 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
- gitlab_username: pages
- theme: minima
- plugins:
- - jekyll-feed
|