diff --git a/_config.yml b/_config.yml index fc4b5dda..079ddc57 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,18 @@ -name: Flex -markdown: redcarpet -pygments: true +title: Your awesome title +email: tyler.lirette@gmail.com +description: > # this means to ignore newlines until "baseurl:" + 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: /flex/ +twitter_username: Tyler0903 +github_username: Tyler0903 + +# Build settings +markdown: kramdown +theme: minima +gems: + - jekyll-feed +exclude: + - Gemfile + - Gemfile.lock