From b85799f673bcaa41ec1cdd815781aa251ae093b5 Mon Sep 17 00:00:00 2001 From: mattbk Date: Thu, 9 Mar 2017 12:38:35 -0600 Subject: [PATCH] Change some config. --- _config.yml | 13 +++++++------ about.md | 15 --------------- 2 files changed, 7 insertions(+), 21 deletions(-) delete mode 100644 about.md diff --git a/_config.yml b/_config.yml index ed0f310..5028094 100644 --- a/_config.yml +++ b/_config.yml @@ -2,13 +2,14 @@ # This file contains configuration flags to customize your site # +# Theme? theme: jekyll-theme-cayman # Name of your site (displayed in the header) -name: Your Name +name: Green Up Day # Short bio or description (displayed in the header) -description: Web Developer from Somewhere +description: Bringing Vermont Everywhere # URL of your avatar or profile pic (you could use your GitHub profile pic) avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/jekyll-logo.png @@ -23,12 +24,12 @@ footer-links: email: facebook: flickr: - github: barryclark/jekyll-now + github: mattbk/greenupday.org instagram: linkedin: pinterest: rss: # just type anything here for a working RSS icon - twitter: jekyllrb + twitter: beekme stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers" youtube: # channel/ or user/ googleplus: # anything in your profile username that comes after plus.google.com/ @@ -43,13 +44,13 @@ google_analytics: # Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co) # Used for Sitemap.xml and your RSS feed -url: +url:http://greenupday.org # If you're hosting your site at a Project repository on GitHub pages # (http://yourusername.github.io/repository-name) # and NOT your User repository (http://yourusername.github.io) # then add in the baseurl here, like this: "/repository-name" -baseurl: "" +baseurl: "/greenupday.org" # # !! You don't need to change any of the configuration flags below !! diff --git a/about.md b/about.md deleted file mode 100644 index bc21f57..0000000 --- a/about.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: page -title: About -permalink: /about/ ---- - -Some information about you! - -### More Information - -A place to include any other types of information that you'd like to include about yourself. - -### Contact me - -[email@domain.com](mailto:email@domain.com) \ No newline at end of file