From 0d609ebe6f7c412656abd70cd0624886d3b643a3 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Thu, 12 Mar 2015 20:01:25 +0000 Subject: [PATCH 1/3] Update _config.yml Configured Blog using some sensible values --- _config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 494da8c24deec..c47b77ccf8a9a 100644 --- a/_config.yml +++ b/_config.yml @@ -3,13 +3,13 @@ # # Name of your site (displayed in the header) -name: Your Name +name: Dave Smith # Short bio or description (displayed in the header) -description: Web Developer from Somewhere +description: Web Developer living in Frome, working in Bath UK # 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 +avatar: https://avatars3.githubusercontent.com/u/444434?v=3&s=460 # # Flags below are optional @@ -21,12 +21,12 @@ footer-links: email: facebook: flickr: - github: barryclark/jekyll-now + github: getdave instagram: linkedin: pinterest: rss: # just type anything here for a working RSS icon, make sure you set the "url" above! - twitter: jekyllrb + twitter: get_dave stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers" youtube: # channel/ or user/ From a81d2963c620118b7dd31776bc00fbc5447e0182 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Thu, 12 Mar 2015 20:03:50 +0000 Subject: [PATCH 2/3] Update and rename 2014-3-3-Hello-World.md to 2015-3-12-Brave-New-World.md Add first post content --- _posts/2014-3-3-Hello-World.md | 10 ---------- _posts/2015-3-12-Brave-New-World.md | 6 ++++++ 2 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 _posts/2014-3-3-Hello-World.md create mode 100644 _posts/2015-3-12-Brave-New-World.md diff --git a/_posts/2014-3-3-Hello-World.md b/_posts/2014-3-3-Hello-World.md deleted file mode 100644 index d4665b6d18e9e..0000000000000 --- a/_posts/2014-3-3-Hello-World.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: post -title: You're up and running! ---- - -Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below). - -![_config.yml]({{ site.baseurl }}/images/config.png) - -The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub. \ No newline at end of file diff --git a/_posts/2015-3-12-Brave-New-World.md b/_posts/2015-3-12-Brave-New-World.md new file mode 100644 index 0000000000000..715da715775b2 --- /dev/null +++ b/_posts/2015-3-12-Brave-New-World.md @@ -0,0 +1,6 @@ +--- +layout: post +title: A Brave New World! +--- + +This is the first post on a potential new Blog. It's all based on the [Jekyll Now Starter Repo](http://www.smashingmagazine.com/2014/08/01/build-blog-jekyll-github-pages/). A custom design and more features will (hopefully) land in the near future. From 4f46070d3a93c73401eeed9d2775804206ed27de Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Thu, 12 Mar 2015 20:08:45 +0000 Subject: [PATCH 3/3] Update about.md Updated personal info --- about.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/about.md b/about.md index bc21f5731bf4b..303735c37514f 100644 --- a/about.md +++ b/about.md @@ -4,12 +4,5 @@ title: About permalink: /about/ --- -Some information about you! +I'm Dave Smith, a web developer from Frome, working in Bath, UK. Currently Lead Developers at [Mr B and Friends](http://www.mrbandfriends.co.uk) I specialise in frontend development with particular fondness for CSS and JavaScript. -### 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