Created
August 6, 2018 15:50
-
-
Save seandogg/eb5e76a9a527762873e175be04e0b08f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Sample Config | |
| title: Site Title | |
| description: Hi this is your description | |
| keywords: drop, some, hot, keywords, here | |
| author: devvartpoddar | |
| baseurl: "" # the subpath of your site, e.g. /blog/ | |
| url: "https://your-url-here.com" # the base hostname & protocol for your site | |
| # Build settings | |
| markdown: kramdown | |
| exclude: | |
| - Gemfile | |
| - Gemfile.lock | |
| gems: | |
| - jekyll-sitemap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment