From c03fb2634142bd468ae26991ade4e1c88932d6d8 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Wed, 26 Dec 2018 21:59:39 -0600 Subject: [PATCH] update titles and description --- _config.yml | 13 +++++-------- about.html | 4 ++-- index.html | 2 +- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/_config.yml b/_config.yml index 10750a963..7ad71aafa 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ name: Jared Dillard -description: Jared Dillard, Web Developer from Austin, Texas -meta_description: "Jared Dillard, Web Developer from Austin, Texas" +description: Jared Dillard is a web developer based in the Pacific North West. +meta_description: 'Jared Dillard is a web developer based in the Pacific North West.' markdown: kramdown highlighter: rouge @@ -10,19 +10,16 @@ baseurl: "" domain_name: 'https://jareddillard.com' url: 'https://jareddillard.com' author: 'Jared Dillard' -title: "Jared Dillard" -google_analytics: 'UA-7883601-2 ' -repository: jdillard/jdillard.github.io +title: 'Jared Dillard' +google_analytics: 'UA-7883601-2' +repository: jdillard/personal-site include: ["_headers"] exclude: ["Gemfile.lock","Rakefile","Gemfile","README.md","node_modules","npm-debug.log","package.json","vendor"] -twitter: - username: itslogicwon social: name: Jared Dillard links: - - https://twitter.com/itslogicwon - https://www.linkedin.com/in/jareddillard - https://github.com/jdillard - https://www.instagram.com/farmerofbits/ diff --git a/about.html b/about.html index 62ae66ddd..54d55a16a 100644 --- a/about.html +++ b/about.html @@ -1,7 +1,7 @@ --- layout: page title: About Me -description: Jared Dillard is a web developer based in Austin, Texas +description: Jared Dillard is a web developer based in the Pacific North West. js_includes: - about.js --- @@ -13,7 +13,7 @@ Jared Dillard
- I'm Jared Dillard, a Web Developer based in Austin, Texas. + I'm Jared Dillard, a Web Developer based in the Pacific North West. When I'm not on the clock I like to enjoy the outdoors through climbing, slacklining, and backpacking. I'm also a proponent of a more distributed food system and enjoy finding new ways to encourage it. diff --git a/index.html b/index.html index 17dd50af2..588ffc38b 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ --- layout: default -title: Welcome +title: Web Developer based in the Pacific North West cover: false js_includes: - index.js