From ad52fe614a6575aca077512ae6f9eff120b1b829 Mon Sep 17 00:00:00 2001 From: Tyler Date: Fri, 7 Apr 2017 12:28:07 -0500 Subject: [PATCH] Update _config.yml --- _config.yml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) 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