From 436761a6a54a75f51442d352f387251b7213db8d Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 18 Jun 2020 12:16:55 +1000 Subject: [PATCH] Update _config.yml: remove outdated Twitter handle, unnecessary exclude configuration, and adjust title and description --- site/_config.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/site/_config.yml b/site/_config.yml index d0cf5ab..69a7013 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -1,13 +1,9 @@ -title: 00dani/dot-dots +title: dots.00dani.me email: dani@00dani.me -description: "Bootstrap and simple management script for 00dani's dotfiles" -twitter_username: 00d4n1 -github_username: 00dani +description: "Bootstrap and simple management script for my dotfiles" +github_username: 00dani url: 'https://dots.00dani.me' # Build settings theme: minima highlighter: rouge -exclude: - - vendor - - Gemfile*