From 02843c59dc66cf7118edb818ef2d9f1ad99e9882 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 20 Apr 2015 08:40:36 +0100 Subject: [PATCH 01/32] Added toolkit items --- app/config/sculpin_site.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 04cf8a29..c8409954 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -12,3 +12,21 @@ drupalorg: https://www.drupal.org/user/381388 drupalorg_nice: https://www.drupal.org/u/opdavies github: http://github.com/opdavies irc: opdavies + +toolkit: + - title: Drupal + url: https://www.drupal.org + - title: Sculpin + url: http://sculpin.io + - title: Git + url: http://git-scm.com + - title: SASS + url: http://sass-lang.com + - title: Compass + url: http://compass-style.org + - title: Vagrant + url: http://vagrantup.com + - title: Puppet + url: http://en.wikipedia.org/wiki/Puppet_%28software%29 + - title: Jenkins + url: http://jenkins-ci.org \ No newline at end of file From c5aeb02f296c873e395a3e8deddfd56e71fffefb Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 20 Apr 2015 22:26:34 +0100 Subject: [PATCH 02/32] Added Susy and Grunt --- app/config/sculpin_site.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index c8409954..3933b6f9 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -24,9 +24,13 @@ toolkit: url: http://sass-lang.com - title: Compass url: http://compass-style.org + - title: Susy + url: http://susy.oddbird.net + - title: Grunt + url: http://gruntjs.com - title: Vagrant url: http://vagrantup.com - title: Puppet url: http://en.wikipedia.org/wiki/Puppet_%28software%29 - title: Jenkins - url: http://jenkins-ci.org \ No newline at end of file + url: http://jenkins-ci.org From 4f6d1a36b22ea60114a5967d7c6bef753d0fc68a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 10 Apr 2015 21:53:21 +0100 Subject: [PATCH 03/32] Add tags to taxonomies --- app/config/sculpin_kernel.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/config/sculpin_kernel.yml b/app/config/sculpin_kernel.yml index 87975765..f64b0202 100644 --- a/app/config/sculpin_kernel.yml +++ b/app/config/sculpin_kernel.yml @@ -15,6 +15,11 @@ sculpin_content_types: taxonomies: - tags enabled: false + talks: + permalink: talks/:slug_title/ + enabled: false + taxonomies: + - tags testimonials: permalink: testimonials/:slug_title/ layout: default From 9d6923b5cd8482fcd07a738742ca3c1df8ffb206 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 10 Apr 2015 21:53:37 +0100 Subject: [PATCH 04/32] Enabled talks --- app/config/sculpin_kernel.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/config/sculpin_kernel.yml b/app/config/sculpin_kernel.yml index f64b0202..c9e2cc00 100644 --- a/app/config/sculpin_kernel.yml +++ b/app/config/sculpin_kernel.yml @@ -17,7 +17,6 @@ sculpin_content_types: enabled: false talks: permalink: talks/:slug_title/ - enabled: false taxonomies: - tags testimonials: From 7aca77774c36f0616fd18c5e3af5bcd113a89a65 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 10 Apr 2015 21:57:57 +0100 Subject: [PATCH 05/32] Added PHPSW Drupal 8 --- source/_talks/2015-04-08-drupal-8.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 source/_talks/2015-04-08-drupal-8.md diff --git a/source/_talks/2015-04-08-drupal-8.md b/source/_talks/2015-04-08-drupal-8.md new file mode 100644 index 00000000..05c764a6 --- /dev/null +++ b/source/_talks/2015-04-08-drupal-8.md @@ -0,0 +1,13 @@ +--- +title: Drupal 8 (Lightning Talk) +location: PHPSW +date: 2015-04-08 +slides: https://speakerdeck.com/opdavies/drupal-8 +tags: + - meetup + - phpsw + - drupal + - drupal-8 +meta: + description: 'Everything that you wanted to know about Drupal 8 in ten minutes, but were afraid to ask!' +--- From 7a81c19e9c70cd245ffe43baf7276c64c9ab28cd Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 10 Apr 2015 23:20:40 +0100 Subject: [PATCH 06/32] Added more talks --- .../_talks/2012-09-05-what-is-this-drupal-thing.md | 5 +++++ source/_talks/2013-07-10-ldap.md | 11 +++++++++++ source/_talks/2014-03-01-git-flow.md | 13 +++++++++++++ .../_talks/2014-07-02-drush-make-drupalbristol.md | 13 +++++++++++++ source/_talks/2014-08-19-drupal-association.md | 12 ++++++++++++ .../2015-01-18-drupalorg-2015-whats-coming-next.md | 13 +++++++++++++ .../2015-02-28-drupalorg-2015-whats-coming-next.md | 13 +++++++++++++ source/_talks/2015-04-08-drupal-8.md | 3 ++- 8 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 source/_talks/2012-09-05-what-is-this-drupal-thing.md create mode 100644 source/_talks/2013-07-10-ldap.md create mode 100644 source/_talks/2014-03-01-git-flow.md create mode 100644 source/_talks/2014-07-02-drush-make-drupalbristol.md create mode 100644 source/_talks/2014-08-19-drupal-association.md create mode 100644 source/_talks/2015-01-18-drupalorg-2015-whats-coming-next.md create mode 100644 source/_talks/2015-02-28-drupalorg-2015-whats-coming-next.md diff --git a/source/_talks/2012-09-05-what-is-this-drupal-thing.md b/source/_talks/2012-09-05-what-is-this-drupal-thing.md new file mode 100644 index 00000000..ad230fbf --- /dev/null +++ b/source/_talks/2012-09-05-what-is-this-drupal-thing.md @@ -0,0 +1,5 @@ +--- +title: So, what is this Drupal thing? +location: unified.diff +--- +An introduction to [Drupal](https://www.drupal.org). \ No newline at end of file diff --git a/source/_talks/2013-07-10-ldap.md b/source/_talks/2013-07-10-ldap.md new file mode 100644 index 00000000..53b7df16 --- /dev/null +++ b/source/_talks/2013-07-10-ldap.md @@ -0,0 +1,11 @@ +--- +title: LDAP Integration with Drupal +location: South Wales Drupal User Group +tags: + - user-group + - drupal + - ldap +meta: + description: 'Integrating Drupal with LDAP.' +--- +An overview of the [Drupal LDAP module](https://www.drupal.org/project/ldap) and how I integrated and customised it for a client project. \ No newline at end of file diff --git a/source/_talks/2014-03-01-git-flow.md b/source/_talks/2014-03-01-git-flow.md new file mode 100644 index 00000000..072c4c69 --- /dev/null +++ b/source/_talks/2014-03-01-git-flow.md @@ -0,0 +1,13 @@ +--- +title: Introduction to Git Flow +location: DrupalCamp London 2014 +tags: + - conference + - drupalcamp + - drupalcamp-london + - git + - git-flow +meta: + description: +slug: git-flow +--- diff --git a/source/_talks/2014-07-02-drush-make-drupalbristol.md b/source/_talks/2014-07-02-drush-make-drupalbristol.md new file mode 100644 index 00000000..a697aabf --- /dev/null +++ b/source/_talks/2014-07-02-drush-make-drupalbristol.md @@ -0,0 +1,13 @@ +--- +title: drush make drupalbristol +location: Drupal Bristol User Group +speakerdeck: https://speakerdeck.com/opdavies/drush-make-drupalbristol +tags: + - user-group + - drupal + - drush + - drush-make +meta: + description: 'An introduction to Drush and Drush Make.' +--- +An introduction to Drush and Drush Make. \ No newline at end of file diff --git a/source/_talks/2014-08-19-drupal-association.md b/source/_talks/2014-08-19-drupal-association.md new file mode 100644 index 00000000..dfe0aefe --- /dev/null +++ b/source/_talks/2014-08-19-drupal-association.md @@ -0,0 +1,12 @@ +--- +title: About the Drupal Association +location: South Wales Drupal User Group +date: 2014-08-19 +tags: + - user-group + - drupal-association +meta: + description: "An impromptu talk about the Drupal Association and I've done there since joining the team." +slug: drupal-association +--- +An impromptu talk about the [Drupal Association](https://assoc.drupal.org) and I've done there since joining the team. \ No newline at end of file diff --git a/source/_talks/2015-01-18-drupalorg-2015-whats-coming-next.md b/source/_talks/2015-01-18-drupalorg-2015-whats-coming-next.md new file mode 100644 index 00000000..03fb11c9 --- /dev/null +++ b/source/_talks/2015-01-18-drupalorg-2015-whats-coming-next.md @@ -0,0 +1,13 @@ +--- +title: Drupal.org in 2015: What's Coming Next +location: DrupalCamp Brighton 2015 +date: 2015-01-18 +tags: + - conference + - drupalcamp + - drupalcamp-brighton + - drupalorg +meta: + description: 'Everything that you wanted to know about Drupal 8 in ten minutes, but were afraid to ask!' +slug: drupalorg-2015 +--- diff --git a/source/_talks/2015-02-28-drupalorg-2015-whats-coming-next.md b/source/_talks/2015-02-28-drupalorg-2015-whats-coming-next.md new file mode 100644 index 00000000..da9f2c0b --- /dev/null +++ b/source/_talks/2015-02-28-drupalorg-2015-whats-coming-next.md @@ -0,0 +1,13 @@ +--- +title: Drupal.org in 2015: What's Coming Next +location: DrupalCamp London 2015 +date: 2015-02-28 +tags: + - conference + - drupalcamp + - drupalcamp-london + - drupalorg +meta: + description: 'Everything that you wanted to know about Drupal 8 in ten minutes, but were afraid to ask!' +slug: drupalorg-2015 +--- diff --git a/source/_talks/2015-04-08-drupal-8.md b/source/_talks/2015-04-08-drupal-8.md index 05c764a6..64d56fa6 100644 --- a/source/_talks/2015-04-08-drupal-8.md +++ b/source/_talks/2015-04-08-drupal-8.md @@ -1,6 +1,6 @@ --- title: Drupal 8 (Lightning Talk) -location: PHPSW +location: PHPSW date: 2015-04-08 slides: https://speakerdeck.com/opdavies/drupal-8 tags: @@ -10,4 +10,5 @@ tags: - drupal-8 meta: description: 'Everything that you wanted to know about Drupal 8 in ten minutes, but were afraid to ask!' +slug: drupal-8 --- From 4d337d83a5f8c08d7a0b4112e7d6721bb709a901 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 10 Apr 2015 23:20:59 +0100 Subject: [PATCH 07/32] Updated permalink --- app/config/sculpin_kernel.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/config/sculpin_kernel.yml b/app/config/sculpin_kernel.yml index c9e2cc00..c209271c 100644 --- a/app/config/sculpin_kernel.yml +++ b/app/config/sculpin_kernel.yml @@ -16,7 +16,8 @@ sculpin_content_types: - tags enabled: false talks: - permalink: talks/:slug_title/ + layout: default + permalink: talks/:year/:month/:day/:slug_title/ taxonomies: - tags testimonials: From fa36a2f61c0fd4ef5e813847ed77475a0ee71a67 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 10 Apr 2015 23:21:29 +0100 Subject: [PATCH 08/32] Replaced talks.md with talks.html.twig --- source/talks.html.twig | 76 +++++++++--------------------------------- 1 file changed, 16 insertions(+), 60 deletions(-) diff --git a/source/talks.html.twig b/source/talks.html.twig index f144f2ce..782f85a6 100644 --- a/source/talks.html.twig +++ b/source/talks.html.twig @@ -1,68 +1,10 @@ --- layout: default title: Talks -nav: talks meta: description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups' -talks: - - date: 2012-09-05 - location: unified.diff - description: So, what is this Drupal thing? - an introduction to Drupal. - tags: - - user-group - - drupal - - date: 2013-07-10 - location: South Wales Drupal User Group - description: An overview of the Drupal LDAP module and how I customised it for a client project. - tags: - - user-group - - drupal - - ldap - - date: 2014-03-01 - location: DrupalCamp London - description: Never Commit to Master: An Introduction to Git Flow. - tags: - - conference - - drupalcamp - - git - - git-flow - - date: 2014-07-02 - location: Drupal Bristol User Group - description: drush make drupalbristol: An introduction to Drush and Drush Make. - tags: - - user-group - - drush - - drush-make - - date: 2014-08-09 - location: South Wales Drupal User Group - description: An impromptu talk about the Drupal Association and I've done there since joining the team. - tags: - - user-group - - drupal-association - - date: 2015-01-18 - location: DrupalCamp Brighton - description: Drupal.org in 2015: What's coming next? - tags: - - conference - - drupalcamp - - drupalorg - - drupal-association - - date: 2015-02-28 - location: DrupalCamp London - description: Drupal.org in 2015: What's coming next? - tags: - - conference - - drupalcamp - - drupalorg - - drupal-association - - date: 2015-04-08 - location: PHPSW - description: Drupal 8 (lightning talk) - tags: - - user-group - - drupal - - drupal-8 - - phpsw +use: + - talks ---

Talks

@@ -98,3 +40,17 @@ talks: {% if found %} {% endif %} +======= +use: + - talks +--- + +

Talks

+ +
+ {% for talk in data.talks %} +
{{ talk.date|date('F Y') }} - {{ talk.location|raw }}
+
{{ talk.title }}
+ {% endfor %} +
+>>>>>>> Replaced talks.md with talks.html.twig From 9ab6f688773174e166e42724dfa63307c986d8c9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 10 Apr 2015 23:25:52 +0100 Subject: [PATCH 09/32] Added talk.html.twig --- app/config/sculpin_kernel.yml | 1 - publish.sh | 10 ++++++++++ .../2012-09-05-what-is-this-drupal-thing.md | 1 + source/_talks/2013-07-10-ldap.md | 1 + source/_talks/2014-03-01-git-flow.md | 1 + .../2014-07-02-drush-make-drupalbristol.md | 1 + source/_talks/2014-08-19-drupal-association.md | 1 + ...015-01-18-drupalorg-2015-whats-coming-next.md | 1 + ...015-02-28-drupalorg-2015-whats-coming-next.md | 1 + source/_talks/2015-04-08-drupal-8.md | 1 + source/talks.html.twig | 16 +--------------- .../opdavies/opdavies/_layouts/talk.html.twig | 8 ++++++++ 12 files changed, 27 insertions(+), 16 deletions(-) create mode 100755 publish.sh create mode 100644 source/themes/opdavies/opdavies/_layouts/talk.html.twig diff --git a/app/config/sculpin_kernel.yml b/app/config/sculpin_kernel.yml index c209271c..48422e29 100644 --- a/app/config/sculpin_kernel.yml +++ b/app/config/sculpin_kernel.yml @@ -16,7 +16,6 @@ sculpin_content_types: - tags enabled: false talks: - layout: default permalink: talks/:year/:month/:day/:slug_title/ taxonomies: - tags diff --git a/publish.sh b/publish.sh new file mode 100755 index 00000000..acb4551b --- /dev/null +++ b/publish.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +SERVER_NAME="root@212.111.40.238" +DOCROOT="/var/www/html/oliverdavies.co.uk/htdocs" + +sculpin generate --env=prod +if [ $? -ne 0 ]; then echo "Could not generate the site"; exit 1; fi + +rsync -avze 'ssh' --delete output_prod/ ${SERVER_NAME}:${DOCROOT} +if [ $? -ne 0 ]; then echo "Could not publish the site"; exit 1; fi diff --git a/source/_talks/2012-09-05-what-is-this-drupal-thing.md b/source/_talks/2012-09-05-what-is-this-drupal-thing.md index ad230fbf..1c600236 100644 --- a/source/_talks/2012-09-05-what-is-this-drupal-thing.md +++ b/source/_talks/2012-09-05-what-is-this-drupal-thing.md @@ -1,5 +1,6 @@ --- title: So, what is this Drupal thing? location: unified.diff +nav: talks --- An introduction to [Drupal](https://www.drupal.org). \ No newline at end of file diff --git a/source/_talks/2013-07-10-ldap.md b/source/_talks/2013-07-10-ldap.md index 53b7df16..28ad81d5 100644 --- a/source/_talks/2013-07-10-ldap.md +++ b/source/_talks/2013-07-10-ldap.md @@ -7,5 +7,6 @@ tags: - ldap meta: description: 'Integrating Drupal with LDAP.' +nav: talks --- An overview of the [Drupal LDAP module](https://www.drupal.org/project/ldap) and how I integrated and customised it for a client project. \ No newline at end of file diff --git a/source/_talks/2014-03-01-git-flow.md b/source/_talks/2014-03-01-git-flow.md index 072c4c69..2b62f12a 100644 --- a/source/_talks/2014-03-01-git-flow.md +++ b/source/_talks/2014-03-01-git-flow.md @@ -10,4 +10,5 @@ tags: meta: description: slug: git-flow +nav: talks --- diff --git a/source/_talks/2014-07-02-drush-make-drupalbristol.md b/source/_talks/2014-07-02-drush-make-drupalbristol.md index a697aabf..c34b4826 100644 --- a/source/_talks/2014-07-02-drush-make-drupalbristol.md +++ b/source/_talks/2014-07-02-drush-make-drupalbristol.md @@ -9,5 +9,6 @@ tags: - drush-make meta: description: 'An introduction to Drush and Drush Make.' +nav: talks --- An introduction to Drush and Drush Make. \ No newline at end of file diff --git a/source/_talks/2014-08-19-drupal-association.md b/source/_talks/2014-08-19-drupal-association.md index dfe0aefe..f47db5ab 100644 --- a/source/_talks/2014-08-19-drupal-association.md +++ b/source/_talks/2014-08-19-drupal-association.md @@ -8,5 +8,6 @@ tags: meta: description: "An impromptu talk about the Drupal Association and I've done there since joining the team." slug: drupal-association +nav: talks --- An impromptu talk about the [Drupal Association](https://assoc.drupal.org) and I've done there since joining the team. \ No newline at end of file diff --git a/source/_talks/2015-01-18-drupalorg-2015-whats-coming-next.md b/source/_talks/2015-01-18-drupalorg-2015-whats-coming-next.md index 03fb11c9..31c0450a 100644 --- a/source/_talks/2015-01-18-drupalorg-2015-whats-coming-next.md +++ b/source/_talks/2015-01-18-drupalorg-2015-whats-coming-next.md @@ -10,4 +10,5 @@ tags: meta: description: 'Everything that you wanted to know about Drupal 8 in ten minutes, but were afraid to ask!' slug: drupalorg-2015 +nav: talks --- diff --git a/source/_talks/2015-02-28-drupalorg-2015-whats-coming-next.md b/source/_talks/2015-02-28-drupalorg-2015-whats-coming-next.md index da9f2c0b..fdd10070 100644 --- a/source/_talks/2015-02-28-drupalorg-2015-whats-coming-next.md +++ b/source/_talks/2015-02-28-drupalorg-2015-whats-coming-next.md @@ -10,4 +10,5 @@ tags: meta: description: 'Everything that you wanted to know about Drupal 8 in ten minutes, but were afraid to ask!' slug: drupalorg-2015 +nav: talks --- diff --git a/source/_talks/2015-04-08-drupal-8.md b/source/_talks/2015-04-08-drupal-8.md index 64d56fa6..b88570ed 100644 --- a/source/_talks/2015-04-08-drupal-8.md +++ b/source/_talks/2015-04-08-drupal-8.md @@ -11,4 +11,5 @@ tags: meta: description: 'Everything that you wanted to know about Drupal 8 in ten minutes, but were afraid to ask!' slug: drupal-8 +nav: talks --- diff --git a/source/talks.html.twig b/source/talks.html.twig index 782f85a6..0d9596c3 100644 --- a/source/talks.html.twig +++ b/source/talks.html.twig @@ -39,18 +39,4 @@ use: {% endfor %} {% if found %} -{% endif %} -======= -use: - - talks ---- - -

Talks

- -
- {% for talk in data.talks %} -
{{ talk.date|date('F Y') }} - {{ talk.location|raw }}
-
{{ talk.title }}
- {% endfor %} -
->>>>>>> Replaced talks.md with talks.html.twig +{% endif %} \ No newline at end of file diff --git a/source/themes/opdavies/opdavies/_layouts/talk.html.twig b/source/themes/opdavies/opdavies/_layouts/talk.html.twig new file mode 100644 index 00000000..00938bc1 --- /dev/null +++ b/source/themes/opdavies/opdavies/_layouts/talk.html.twig @@ -0,0 +1,8 @@ +{% extends 'default' %} + +{% block content_wrapper %} +
+

{{ page.title }}

+ {% block content %}{% endblock %} +
{# .col-md-9 #} +{% endblock %} \ No newline at end of file From eeb2799e8bc32b7d5a08d430f110ca76615fb54c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 10 Apr 2015 23:27:55 +0100 Subject: [PATCH 10/32] Added slides --- source/_talks/2014-03-01-git-flow.md | 1 + source/_talks/2014-07-02-drush-make-drupalbristol.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_talks/2014-03-01-git-flow.md b/source/_talks/2014-03-01-git-flow.md index 2b62f12a..0d4beca6 100644 --- a/source/_talks/2014-03-01-git-flow.md +++ b/source/_talks/2014-03-01-git-flow.md @@ -1,6 +1,7 @@ --- title: Introduction to Git Flow location: DrupalCamp London 2014 +slides: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow tags: - conference - drupalcamp diff --git a/source/_talks/2014-07-02-drush-make-drupalbristol.md b/source/_talks/2014-07-02-drush-make-drupalbristol.md index c34b4826..80188092 100644 --- a/source/_talks/2014-07-02-drush-make-drupalbristol.md +++ b/source/_talks/2014-07-02-drush-make-drupalbristol.md @@ -1,7 +1,7 @@ --- title: drush make drupalbristol location: Drupal Bristol User Group -speakerdeck: https://speakerdeck.com/opdavies/drush-make-drupalbristol +slides: https://speakerdeck.com/opdavies/drush-make-drupalbristol tags: - user-group - drupal From 6d21eaf17475070b9979603b0535f06e7fe60367 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 21 Apr 2015 20:20:38 +0100 Subject: [PATCH 11/32] Changed h2 --- source/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/services.md b/source/services.md index 7c39531d..bb339db3 100644 --- a/source/services.md +++ b/source/services.md @@ -19,7 +19,7 @@ meta: * Ad-hoc and ongoing support and maintenance of Drupal sites, including security updates. * [Git](http://git-scm.com) setup and training. -## Servers +## System Administration * [CentOS](http://www.centos.org), [RHEL](http://www.redhat.com/en/technologies/linux-platforms/enterprise-linux) and [Ubuntu](http://www.ubuntu.com/server) server configuration, including [Apache](http://apache.org), [Nginx](http://nginx.org), [PHP](http://php.net), [MySQL](http://mysql.com) and [MariaDB](https://mariadb.org). * Configuration management using [Puppet](http://puppetlabs.com) (preferred) or [Ansible](http://www.ansible.com). From dda4bbbfefc7e086eb412edf3883d73c8df6a5be Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 21 Apr 2015 20:22:45 +0100 Subject: [PATCH 12/32] Removed a letter --- source/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/index.md b/source/index.md index 3c8a9bbe..fc8d2ef7 100644 --- a/source/index.md +++ b/source/index.md @@ -2,10 +2,10 @@ layout: default nav: about meta: - description: 'The personal website and blog of Oliver Davies, a Drupal Developer and Systems Administrator from Wales, UK.' + description: 'The personal website and blog of Oliver Davies, a Drupal Developer and System 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.' + description: 'The personal website and blog of Oliver Davies, a Drupal Developer and System Administrator from Wales, UK.' type: website image: url: http://www.oliverdavies.co.uk/assets/images/oliver.jpg @@ -17,7 +17,7 @@ meta: -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 Davies is a senior level Web Developer and System 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. From e5b4fc797259f60a23a07deb8c7e1a16a6e5ff52 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 22 Apr 2015 01:07:26 +0100 Subject: [PATCH 13/32] Updated subtitle --- app/config/sculpin_site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 3933b6f9..83c66d54 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -1,5 +1,5 @@ title: Oliver Davies -subtitle: Drupal & Linux Specialist +subtitle: Drupal Drupaloper & System Administrator description: Oliver Davies, Drupal Developer url: http://localhost:8000 author: Oliver Davies From 29d12627b14d33e8da749b1b587214e72f9dbe6a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 22 Apr 2015 01:07:46 +0100 Subject: [PATCH 14/32] Typo --- app/config/sculpin_site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 83c66d54..1951d51b 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -1,5 +1,5 @@ title: Oliver Davies -subtitle: Drupal Drupaloper & System Administrator +subtitle: Drupal Developer & System Administrator description: Oliver Davies, Drupal Developer url: http://localhost:8000 author: Oliver Davies From e90fd643b6e7a58deed980720dd240f9069374c7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 22 Apr 2015 21:39:13 +0100 Subject: [PATCH 15/32] Added Ansible link --- source/services.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/services.md b/source/services.md index bb339db3..51a70267 100644 --- a/source/services.md +++ b/source/services.md @@ -24,5 +24,6 @@ meta: * [CentOS](http://www.centos.org), [RHEL](http://www.redhat.com/en/technologies/linux-platforms/enterprise-linux) and [Ubuntu](http://www.ubuntu.com/server) server configuration, including [Apache](http://apache.org), [Nginx](http://nginx.org), [PHP](http://php.net), [MySQL](http://mysql.com) and [MariaDB](https://mariadb.org). * Configuration management using [Puppet](http://puppetlabs.com) (preferred) or [Ansible](http://www.ansible.com). * Continuous integration using [Jenkins](http://jenkins-ci.org). +* Server deployment using [Ansible](http://www.ansible.com). * Virtual machine setup using [Vagrant](http://vagrantup.com) for development or server testing. * Domain name and DNS management. \ No newline at end of file From 2b5b210794e89bc7249a527d4ac48886c2eeec18 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 22 Apr 2015 21:40:51 +0100 Subject: [PATCH 16/32] Added favicon --- source/favicon.ico | Bin 0 -> 5430 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 source/favicon.ico diff --git a/source/favicon.ico b/source/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..bfa1c996f26cb47776b27da40f151c71e637b715 GIT binary patch literal 5430 zcmb_fX;4&05bgyHiDlFfQ{vNA*d*Li$*~?6%-W& z1-TS(m19B0C^rZyMARsFAR-EalqeApP_EtW^t{c3WqG^H;j8MJc{APp^-TBsW*&eD zbYR2?pw=fn`u}WCb9TDBNqWeebw zG!NvTf2$s1cH~Ap=d%FQL+voiX)?a4F2VYmr?LpAA7}A#MA?BPeH$Q?=GUdXd1u?w zREPJo!?C07edkz4gyUu2K7Kt^^7dtE?wvZUBbUpu@}?MLou}dLONYou3pbyi=vB_! zpK}BmZ=d<+5G+ox$2U*1u`JCEuX-7BaV68*Laa#EeTli^?HI61zmd03bO0%Duc=Ml z3K+CfksHcYC2t>R53e-YDbHQp2j?lmw-2Kf6M~DC`sNc ztGsp;b3Mjz>(%5V)C%6X8-qS?&)TfOg#m5Nwb6)fD4(pYJ#ymo@=XeclaT2|ozg z2#qD|p6p+Gc^697LCXnC_(e!Z+gSY0@imn1>6-MU1^^Ai0V?zWa&!UQM8d-6a!7~i zwvvt16+n&(o-rhV-$)oAse7pCp||3(20DN`CAMojjPk7)U49@N>b_hlozI;c-J%zN8qqrH_g zev}{ILG@%rFM{73@z5o97ASLU_03Z~ft5zsIaZPvgP{&%JJ+kog$Vyi_E*wWbR`EC z=Tol-KH2ER*h9NAHtRFK?9Ic@;DQU@7`gp>E|$lC#|xSjUyqSdEq9?;dkn+qfBi;5O+y;tOvDth1l|yQMsZP|C6<}(xHJ&@L0M)Hu zChfp|CZcRr{4;ByP6$8ShB9+cWokJo&y;u(7(Rn;-tArYN!VF2w88y$jj*%j(e2d=Rp4fbBc0RmRnX zU#p5AZ{IWbyg$}vI1R?4=w)0!UKB)dcQF>1vW{|}eZ!19cwX|i_y~j6jO5-4ze5$D z_Ft}S{~`L9HvRPiHh)bIa5VoBQ2l?xu9xcG%CK5Li)Cm(KK8N6iNI4?w68Z1c&6TasPv?3`s!WAz;@ zJY_71&F(N!w$MhgpCVPQx$cXOc-w^Jmk(30`BgC%$J=$oPbJ)FJ7_1|SQ6d7`0a}> z)y22@V#jwa^go}qTTzRQTPVlLK^CCb7hnC=4YYu<e=x0Z6aWAK literal 0 HcmV?d00001 From dc10bf3aba72a3173e5bf3200ef3765f93b3ce8f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 22 Apr 2015 21:51:07 +0100 Subject: [PATCH 17/32] Use gravatar URL --- app/config/sculpin_site.yml | 1 + source/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 1951d51b..05c8c6f0 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -4,6 +4,7 @@ description: Oliver Davies, Drupal Developer url: http://localhost:8000 author: Oliver Davies email: oliver@oliverdavies.co.uk +gravatar_url: http://www.gravatar.com/avatar/e0f6adcd63d8393e689b327e978d0887.png twitter: http://twitter.com/opdavies twitter_name: opdavies diff --git a/source/index.md b/source/index.md index fc8d2ef7..ce139197 100644 --- a/source/index.md +++ b/source/index.md @@ -15,7 +15,7 @@ meta: --- # About - + Oliver Davies is a senior level Web Developer and System 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. From 5b1c122b84d4e712e89b9ff381583adac9fd0d67 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 22 Apr 2015 22:00:56 +0100 Subject: [PATCH 18/32] Added other Ansible link --- source/work.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/work.md b/source/work.md index 880d685e..e2353a86 100644 --- a/source/work.md +++ b/source/work.md @@ -29,4 +29,4 @@ Some of the tasks that I've worked on so far: In my spare time, I provide remote freelance consultancy services for Drupal websites and Linux servers. -Services include Drupal site architecture, builds, upgrades and maintenance, custom module development and theming, Linux server administration and configuration management using [Puppet](http://puppetlabs.com), and [Jenkins](http://jenkins-ci.org) continuous integration setup and configuration. \ No newline at end of file +Services include Drupal site architecture, builds, upgrades and maintenance, custom module development and theming, Linux server administration and configuration management using [Puppet](http://puppetlabs.com) and [Ansible](http://www.ansible.com), and [Jenkins](http://jenkins-ci.org) continuous integration setup and configuration. \ No newline at end of file From 2ef3828e1c4a4db59aa33b69697bc465746af3f7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 23 Apr 2015 09:23:42 +0100 Subject: [PATCH 19/32] Added alt text --- source/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/index.md b/source/index.md index ce139197..57fb205f 100644 --- a/source/index.md +++ b/source/index.md @@ -15,7 +15,7 @@ meta: --- # About - +Picture of Oliver Oliver Davies is a senior level Web Developer and System 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. @@ -24,4 +24,4 @@ Oliver currently works for the [Drupal Association](https://assoc.drupal.org) an 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 +Drupal.org and GitHub. From caf8a3483489d080123f5c4fe26611fd938cd75a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 25 Apr 2015 07:13:10 +0100 Subject: [PATCH 20/32] Don't use title --- source/themes/opdavies/opdavies/_partials/post-header.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/themes/opdavies/opdavies/_partials/post-header.html.twig b/source/themes/opdavies/opdavies/_partials/post-header.html.twig index cae6dc8e..220ef964 100644 --- a/source/themes/opdavies/opdavies/_partials/post-header.html.twig +++ b/source/themes/opdavies/opdavies/_partials/post-header.html.twig @@ -1,4 +1,4 @@ -

{{ page.title | title }}

+

{{ page.title }}

Posted: {{ page.date | date('jS F Y') }}

{# {% if page.tags %} From 225f3c676fc637b997ece6942cd2585a3e351bc4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 23 Apr 2015 09:13:49 +0100 Subject: [PATCH 21/32] Added bio --- app/config/sculpin_site.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 05c8c6f0..f66b9e3d 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -14,6 +14,9 @@ drupalorg_nice: https://www.drupal.org/u/opdavies github: http://github.com/opdavies irc: opdavies +bio: > +

Oliver Davies is a Drupal Developer and System Administrator based in the UK. He works for the Drupal Association and also provides freelance consultancy services for Drupal websites and Linux servers.

+ toolkit: - title: Drupal url: https://www.drupal.org @@ -34,4 +37,4 @@ toolkit: - title: Puppet url: http://en.wikipedia.org/wiki/Puppet_%28software%29 - title: Jenkins - url: http://jenkins-ci.org + url: http://jenkins-ci.org \ No newline at end of file From 22176e6b70e552cfafbbbfbf875563f4ff3e6112 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 23 Apr 2015 09:15:16 +0100 Subject: [PATCH 22/32] Added about-author.html.twig --- source/themes/opdavies/opdavies/_layouts/post.html.twig | 2 ++ .../opdavies/opdavies/_partials/about-author.html.twig | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 source/themes/opdavies/opdavies/_partials/about-author.html.twig diff --git a/source/themes/opdavies/opdavies/_layouts/post.html.twig b/source/themes/opdavies/opdavies/_layouts/post.html.twig index d711e233..f7e377dd 100644 --- a/source/themes/opdavies/opdavies/_layouts/post.html.twig +++ b/source/themes/opdavies/opdavies/_layouts/post.html.twig @@ -13,6 +13,8 @@

{% endif %} + {% include 'about-author' %} + {% if page.next_post or page.previous_post %}
    {% if page.next_post %}
  • Next post: {{ page.next_post.title }}
  • {% endif %} diff --git a/source/themes/opdavies/opdavies/_partials/about-author.html.twig b/source/themes/opdavies/opdavies/_partials/about-author.html.twig new file mode 100644 index 00000000..8fd7a7a1 --- /dev/null +++ b/source/themes/opdavies/opdavies/_partials/about-author.html.twig @@ -0,0 +1,5 @@ +
    +

    About the Author

    + Picture of Oliver +

    {{ site.bio|raw }}

    +
    \ No newline at end of file From 3392828e61e5218a13c168866e53a0e48c561af3 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 25 Apr 2015 14:44:39 +0100 Subject: [PATCH 23/32] Fixed talks page --- source/talks.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/source/talks.html.twig b/source/talks.html.twig index 0d9596c3..6f89c3a0 100644 --- a/source/talks.html.twig +++ b/source/talks.html.twig @@ -1,6 +1,7 @@ --- layout: default title: Talks +nav: talks meta: description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups' use: From cee66cf2a539ac1e2a8963bc54dce1cc58bc5e3d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 25 Apr 2015 14:49:33 +0100 Subject: [PATCH 24/32] Use the talks content type --- source/talks.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/talks.html.twig b/source/talks.html.twig index 6f89c3a0..07b7fa1c 100644 --- a/source/talks.html.twig +++ b/source/talks.html.twig @@ -12,7 +12,7 @@ use:

    I regularly speak at conferences and user groups about a range of subjects relating to Drupal, PHP and web development. If you would like to me to speak at your group or conference, please get in touch.

    {% set now = 'now'|date('U') %} -{% set talks = page.talks|reverse %} +{% set talks = data.talks|reverse %} {% set found = false %} {% for talk in talks if talk.date >= now %} From 34b3e041145a6beeab7ae1d348849a02dad1e5b6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 25 Apr 2015 15:03:15 +0100 Subject: [PATCH 25/32] Added descriptions --- source/_talks/2012-09-05-what-is-this-drupal-thing.md | 3 ++- source/_talks/2013-07-10-ldap.md | 1 + source/_talks/2014-03-01-git-flow.md | 3 ++- source/_talks/2014-07-02-drush-make-drupalbristol.md | 1 + source/_talks/2014-08-19-drupal-association.md | 2 +- source/_talks/2015-01-18-drupalorg-2015-whats-coming-next.md | 3 ++- source/_talks/2015-02-28-drupalorg-2015-whats-coming-next.md | 3 ++- source/_talks/2015-04-08-drupal-8.md | 1 + source/talks.html.twig | 2 +- .../opdavies/opdavies/_partials/talk-listing-item.html.twig | 2 +- 10 files changed, 14 insertions(+), 7 deletions(-) diff --git a/source/_talks/2012-09-05-what-is-this-drupal-thing.md b/source/_talks/2012-09-05-what-is-this-drupal-thing.md index 1c600236..50ca232f 100644 --- a/source/_talks/2012-09-05-what-is-this-drupal-thing.md +++ b/source/_talks/2012-09-05-what-is-this-drupal-thing.md @@ -1,6 +1,7 @@ --- title: So, what is this Drupal thing? -location: unified.diff +location: unified.diff +description: So, what is this Drupal thing? - an introduction to Drupal. nav: talks --- An introduction to [Drupal](https://www.drupal.org). \ No newline at end of file diff --git a/source/_talks/2013-07-10-ldap.md b/source/_talks/2013-07-10-ldap.md index 28ad81d5..cd34fc95 100644 --- a/source/_talks/2013-07-10-ldap.md +++ b/source/_talks/2013-07-10-ldap.md @@ -1,6 +1,7 @@ --- title: LDAP Integration with Drupal location: South Wales Drupal User Group +description: An overview of the Drupal LDAP module and how I customised it for a client project. tags: - user-group - drupal diff --git a/source/_talks/2014-03-01-git-flow.md b/source/_talks/2014-03-01-git-flow.md index 0d4beca6..5dd51878 100644 --- a/source/_talks/2014-03-01-git-flow.md +++ b/source/_talks/2014-03-01-git-flow.md @@ -1,6 +1,7 @@ --- title: Introduction to Git Flow -location: DrupalCamp London 2014 +location: DrupalCamp London +description: Never Commit to Master: An Introduction to Git Flow. slides: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow tags: - conference diff --git a/source/_talks/2014-07-02-drush-make-drupalbristol.md b/source/_talks/2014-07-02-drush-make-drupalbristol.md index 80188092..381d1aca 100644 --- a/source/_talks/2014-07-02-drush-make-drupalbristol.md +++ b/source/_talks/2014-07-02-drush-make-drupalbristol.md @@ -1,6 +1,7 @@ --- title: drush make drupalbristol location: Drupal Bristol User Group +description: drush make drupalbristol: An introduction to Drush and Drush Make. slides: https://speakerdeck.com/opdavies/drush-make-drupalbristol tags: - user-group diff --git a/source/_talks/2014-08-19-drupal-association.md b/source/_talks/2014-08-19-drupal-association.md index f47db5ab..ace4a413 100644 --- a/source/_talks/2014-08-19-drupal-association.md +++ b/source/_talks/2014-08-19-drupal-association.md @@ -1,7 +1,7 @@ --- title: About the Drupal Association location: South Wales Drupal User Group -date: 2014-08-19 +description: An impromptu talk about the Drupal Association and I've done there since joining the team. tags: - user-group - drupal-association diff --git a/source/_talks/2015-01-18-drupalorg-2015-whats-coming-next.md b/source/_talks/2015-01-18-drupalorg-2015-whats-coming-next.md index 31c0450a..9ba46136 100644 --- a/source/_talks/2015-01-18-drupalorg-2015-whats-coming-next.md +++ b/source/_talks/2015-01-18-drupalorg-2015-whats-coming-next.md @@ -1,7 +1,8 @@ --- title: Drupal.org in 2015: What's Coming Next -location: DrupalCamp Brighton 2015 +location: DrupalCamp Brighton date: 2015-01-18 +description: Drupal.org in 2015: What's coming next? tags: - conference - drupalcamp diff --git a/source/_talks/2015-02-28-drupalorg-2015-whats-coming-next.md b/source/_talks/2015-02-28-drupalorg-2015-whats-coming-next.md index fdd10070..3a95db20 100644 --- a/source/_talks/2015-02-28-drupalorg-2015-whats-coming-next.md +++ b/source/_talks/2015-02-28-drupalorg-2015-whats-coming-next.md @@ -1,7 +1,8 @@ --- title: Drupal.org in 2015: What's Coming Next -location: DrupalCamp London 2015 +location: DrupalCamp London date: 2015-02-28 +description: Drupal.org in 2015: What's coming next? tags: - conference - drupalcamp diff --git a/source/_talks/2015-04-08-drupal-8.md b/source/_talks/2015-04-08-drupal-8.md index b88570ed..bf6c5a2a 100644 --- a/source/_talks/2015-04-08-drupal-8.md +++ b/source/_talks/2015-04-08-drupal-8.md @@ -2,6 +2,7 @@ title: Drupal 8 (Lightning Talk) location: PHPSW date: 2015-04-08 +description: Drupal 8 (lightning talk) slides: https://speakerdeck.com/opdavies/drupal-8 tags: - meetup diff --git a/source/talks.html.twig b/source/talks.html.twig index 07b7fa1c..40cdc65f 100644 --- a/source/talks.html.twig +++ b/source/talks.html.twig @@ -12,7 +12,7 @@ use:

    I regularly speak at conferences and user groups about a range of subjects relating to Drupal, PHP and web development. If you would like to me to speak at your group or conference, please get in touch.

    {% set now = 'now'|date('U') %} -{% set talks = data.talks|reverse %} +{% set talks = data.talks %} {% set found = false %} {% for talk in talks if talk.date >= now %} diff --git a/source/themes/opdavies/opdavies/_partials/talk-listing-item.html.twig b/source/themes/opdavies/opdavies/_partials/talk-listing-item.html.twig index 341051c4..75890dcf 100644 --- a/source/themes/opdavies/opdavies/_partials/talk-listing-item.html.twig +++ b/source/themes/opdavies/opdavies/_partials/talk-listing-item.html.twig @@ -1,2 +1,2 @@ -
    {{ talk.date|date('F Y') }} - {{ talk.location }}
    +
    {{ talk.date|date('F Y') }} - {{ talk.location|raw }}
    {{ talk.description|raw }}
    \ No newline at end of file From 1df2dbf0c9d2e1be3c123203b7f18dbd8426db3a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 25 Apr 2015 15:17:34 +0100 Subject: [PATCH 26/32] Added slides embed code --- source/_talks/2014-03-01-git-flow.md | 1 + source/_talks/2014-07-02-drush-make-drupalbristol.md | 1 + source/_talks/2015-04-08-drupal-8.md | 1 + 3 files changed, 3 insertions(+) diff --git a/source/_talks/2014-03-01-git-flow.md b/source/_talks/2014-03-01-git-flow.md index 5dd51878..25e3ec81 100644 --- a/source/_talks/2014-03-01-git-flow.md +++ b/source/_talks/2014-03-01-git-flow.md @@ -3,6 +3,7 @@ title: Introduction to Git Flow location: DrupalCamp London description: Never Commit to Master: An Introduction to Git Flow. slides: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow +slides_embed: tags: - conference - drupalcamp diff --git a/source/_talks/2014-07-02-drush-make-drupalbristol.md b/source/_talks/2014-07-02-drush-make-drupalbristol.md index 381d1aca..fc91bead 100644 --- a/source/_talks/2014-07-02-drush-make-drupalbristol.md +++ b/source/_talks/2014-07-02-drush-make-drupalbristol.md @@ -3,6 +3,7 @@ title: drush make drupalbristol location: Drupal Bristol User Group description: drush make drupalbristol: An introduction to Drush and Drush Make. slides: https://speakerdeck.com/opdavies/drush-make-drupalbristol +slides_embed: tags: - user-group - drupal diff --git a/source/_talks/2015-04-08-drupal-8.md b/source/_talks/2015-04-08-drupal-8.md index bf6c5a2a..9f51bc35 100644 --- a/source/_talks/2015-04-08-drupal-8.md +++ b/source/_talks/2015-04-08-drupal-8.md @@ -4,6 +4,7 @@ location: Drupal 8 (lightning talk) slides: https://speakerdeck.com/opdavies/drupal-8 +slides_embed: tags: - meetup - phpsw From 72b48022031df125ec6a1aa7969008f52993f13f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 25 Apr 2015 15:23:41 +0100 Subject: [PATCH 27/32] Removed extra div --- .../themes/opdavies/opdavies/_layouts/talk.html.twig | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/source/themes/opdavies/opdavies/_layouts/talk.html.twig b/source/themes/opdavies/opdavies/_layouts/talk.html.twig index 00938bc1..7cf58526 100644 --- a/source/themes/opdavies/opdavies/_layouts/talk.html.twig +++ b/source/themes/opdavies/opdavies/_layouts/talk.html.twig @@ -1,8 +1,12 @@ {% extends 'default' %} {% block content_wrapper %} -
    -

    {{ page.title }}

    - {% block content %}{% endblock %} -
    {# .col-md-9 #} +

    {{ page.title }}

    + {% block content %}{% endblock %} + + {% if page.slides_embed %} +
    + {{ page.slides_embed|raw }} +
    + {% endif %} {% endblock %} \ No newline at end of file From 875b27f14da19ad5b4109fc639aec93891653f7a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 26 Apr 2015 19:08:19 +0100 Subject: [PATCH 28/32] Ignore publish.sh --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 08c28988..751f1272 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -/gh-pages-deployment/ /output_*/ /source/components/ /.sculpin/ -.DS_Store +publish.sh From e69d345bea502190cdb421cf946693e848555db7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 27 Apr 2015 23:27:32 +0100 Subject: [PATCH 29/32] Use body_class --- source/themes/opdavies/opdavies/_layouts/default.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/themes/opdavies/opdavies/_layouts/default.html.twig b/source/themes/opdavies/opdavies/_layouts/default.html.twig index 7d53f2c1..e56be550 100644 --- a/source/themes/opdavies/opdavies/_layouts/default.html.twig +++ b/source/themes/opdavies/opdavies/_layouts/default.html.twig @@ -13,7 +13,7 @@ {% block styles %}{% endblock %} - + {% include 'navbar' %}
    From 2478d2ebca8606bb4a899abb138c16eb9047efc1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 30 Apr 2015 22:58:36 +0100 Subject: [PATCH 30/32] Delete .nojekyll --- source/.nojekyll | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 source/.nojekyll diff --git a/source/.nojekyll b/source/.nojekyll deleted file mode 100644 index e69de29b..00000000 From e52f756a56f616f6927b76081e45be6a1b586a1d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 30 Apr 2015 22:59:30 +0100 Subject: [PATCH 31/32] Added lanyrd URL --- app/config/sculpin_site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index f66b9e3d..38593dab 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -13,6 +13,7 @@ drupalorg: https://www.drupal.org/user/381388 drupalorg_nice: https://www.drupal.org/u/opdavies github: http://github.com/opdavies irc: opdavies +lanyrd: http://lanyrd.com/profile/opdavies bio: >

    Oliver Davies is a Drupal Developer and System Administrator based in the UK. He works for the Drupal Association and also provides freelance consultancy services for Drupal websites and Linux servers.

    From db3f100ca73bd95c419db16c2effabcd54726527 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 30 Apr 2015 23:01:49 +0100 Subject: [PATCH 32/32] Added joind.in URL --- app/config/sculpin_site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 38593dab..bf1db674 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -14,6 +14,7 @@ drupalorg_nice: https://www.drupal.org/u/opdavies github: http://github.com/opdavies irc: opdavies lanyrd: http://lanyrd.com/profile/opdavies +joindin: https://joind.in/user/view/27119 bio: >

    Oliver Davies is a Drupal Developer and System Administrator based in the UK. He works for the Drupal Association and also provides freelance consultancy services for Drupal websites and Linux servers.