From 1e07b4cc958d9fa4dc8e333709ea44b266acd288 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 15 Apr 2015 02:20:33 +0100 Subject: [PATCH] Renamed files --- source/{404.html.twig => 404.md} | 2 +- source/contact.html.twig | 37 ++++++++++++++++++++++++++++++++ source/contact.md | 33 ---------------------------- source/index.html.twig | 26 ++++++++++++++++++++++ source/index.md | 27 ----------------------- 5 files changed, 64 insertions(+), 61 deletions(-) rename source/{404.html.twig => 404.md} (74%) create mode 100644 source/contact.html.twig delete mode 100644 source/contact.md create mode 100644 source/index.html.twig delete mode 100644 source/index.md diff --git a/source/404.html.twig b/source/404.md similarity index 74% rename from source/404.html.twig rename to source/404.md index efda03e4..ddea14fa 100644 --- a/source/404.html.twig +++ b/source/404.md @@ -3,4 +3,4 @@ layout: default title: Page Not Found permalink: /404.html --- -

Page Not Found

\ No newline at end of file +# Page Not Found \ No newline at end of file diff --git a/source/contact.html.twig b/source/contact.html.twig new file mode 100644 index 00000000..3a2717ac --- /dev/null +++ b/source/contact.html.twig @@ -0,0 +1,37 @@ +--- +layout: default +title: Contact +nav: contact +meta: + description: 'Information about how to get in touch with Oliver.' +--- +

Contact

+ +

The best way to contact me is via email.

+ +

If you have a support or feature request for one of the Drupal projects that I maintain, please create an issue in the appropriate issue queue on Drupal.org.

+ +

If you want to report an issue or want to suggest any improvements to the site, you can do so on GitHub. I'm happy to receive pull requests if you want to suggest a change to piece of content.

+ +

Elsewhere

+ +Here are the best places to contact me online: + + + +

Meetups

+ +Here are the user group meetups that I attend regularly. If you're in the area, feel free to pop along and say hi! + + \ No newline at end of file diff --git a/source/contact.md b/source/contact.md deleted file mode 100644 index 0dedf846..00000000 --- a/source/contact.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -layout: default -title: Contact -nav: contact -meta: - description: 'Information about how to get in touch with Oliver.' ---- -# Contact - -The best way to contact me is via [email](mailto:oliver+contact@oliverdavies.co.uk?subject=Contact%20Oliver%20Davies). - -If you have a support or feature request for one of the Drupal projects that I maintain, please create an issue in the appropriate issue queue on [Drupal.org](https://www.drupal.org). - -If you want to report an issue or want to suggest any improvements to the site, you can do so on [GitHub](https://github.com/opdavies/opdavies.github.io/issues/new). I'm happy to receive [pull requests](https://help.github.com/articles/using-pull-requests) if you want to suggest a change to piece of content. - -## Elsewhere - -Here are the best places to contact me online: - -* IRC ({{ site.elsewhere.irc }}) -* Twitter (@opdavies) -* Drupal.org -* LinkedIn - -## Meetups - -Here are the user group meetups that I attend regularly. If you're in the area, feel free to pop along and say hi! - -* [SWDUG](http://www.swdug.co.uk) (South Wales Drupal user group) -* [Drupal Bristol](https://groups.drupal.org/bristol-and-west-uk) -* [PHPSW](http://www.phpsw.org.uk) -* [SWLUG](http://www.swlug.org) (South Wales Linux user group) -* [Accessible Bristol](http://www.accessiblebristol.org.uk) \ No newline at end of file diff --git a/source/index.html.twig b/source/index.html.twig new file mode 100644 index 00000000..28d18205 --- /dev/null +++ b/source/index.html.twig @@ -0,0 +1,26 @@ +--- +layout: default +nav: about +meta: + description: 'The personal website and blog of Oliver Davies, a Drupal Developer and Systems Administrator from Wales, UK.' + og: + title: 'Oliver Davies - Drupal Developer' + description: 'The personal website and blog of Oliver Davies, a Drupal Developer and Systems Administrator from Wales, UK.' + type: website + image: + url: http://www.oliverdavies.co.uk/assets/images/oliver.jpg + width: 327 + height: 327 + type: image/jpg +--- +

About

+ + + +

Oliver Davies is a senior level Web Developer and Systems Administrator based in the UK, who was been working online since 2007. Specialising in PHP and open source technologies, Oliver architects and develops websites using Drupal - a powerful content management framework - and Sculpin - a static site generator written in PHP.

+ +

Oliver currently works for the Drupal Association and also provides freelance consultancy services for Drupal websites and Linux servers.

+ +

In his spare time, Oliver contributes to Drupal core and maintains several contrib modules on Drupal.org, is the Git Documentation Maintainer for the Drupal project, and is a provisional member of the Drupal Security team. He attends, organises and [talks](/talks) at user groups, and volunteers and mentors at conferences. He also is a 2nd Degree Black Belt in Tae Kwon-Do and a Brazilian Jiu-Jitsu practitioner.

+ +

Oliver has active social media profiles on Twitter and LinkedIn, and you can view his code on Drupal.org and GitHub.

\ No newline at end of file diff --git a/source/index.md b/source/index.md deleted file mode 100644 index bc820b05..00000000 --- a/source/index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -layout: default -nav: about -meta: - description: 'The personal website and blog of Oliver Davies, a Drupal Developer and Systems Administrator from Wales, UK.' - og: - title: 'Oliver Davies - Drupal Developer' - description: 'The personal website and blog of Oliver Davies, a Drupal Developer and Systems Administrator from Wales, UK.' - type: website - image: - url: http://www.oliverdavies.co.uk/assets/images/oliver.jpg - width: 327 - height: 327 - type: image/jpg ---- -# About - - - -Oliver Davies is a senior level Web Developer and Systems Administrator based in the UK, who was been working online since 2007. Specialising in PHP and open source technologies, Oliver architects and develops websites using [Drupal](https://www.drupal.org) - a powerful content management framework - and [Sculpin](http://sculpin.io) - a static site generator written in PHP. - -Oliver currently works for the [Drupal Association](https://assoc.drupal.org) and also provides freelance consultancy services for Drupal websites and Linux servers. - -In his spare time, Oliver contributes to Drupal core and maintains several contrib modules on Drupal.org, is the Git Documentation Maintainer for the Drupal project, and is a provisional member of the [Drupal Security team](https://www.drupal.org/security-team). He attends, organises and [talks](/talks) at user groups, and volunteers and mentors at conferences. He also is a 2nd Degree Black Belt in Tae Kwon-Do and a Brazilian Jiu-Jitsu practitioner. - -Oliver has active social media profiles on Twitter and LinkedIn, and you can view his code on -Drupal.org and GitHub. \ No newline at end of file