From f61e8d8333e5e30c34613b34e7b486a9d2c50433 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 10 Apr 2015 23:25:52 +0100 Subject: [PATCH] Added talk.html.twig --- app/config/sculpin_kernel.yml | 1 - source/_talks/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 + source/_talks/2014-07-02-drush-make-drupalbristol.md | 1 + source/_talks/2014-08-19-drupal-association.md | 1 + .../_talks/2015-01-18-drupalorg-2015-whats-coming-next.md | 1 + .../_talks/2015-02-28-drupalorg-2015-whats-coming-next.md | 1 + source/_talks/2015-04-08-drupal-8.md | 1 + source/talks.html.twig | 1 + source/themes/opdavies/opdavies/_layouts/talk.html.twig | 8 ++++++++ 11 files changed, 17 insertions(+), 1 deletion(-) 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 88604a4a1..bea35c365 100644 --- a/app/config/sculpin_kernel.yml +++ b/app/config/sculpin_kernel.yml @@ -19,7 +19,6 @@ sculpin_content_types: - tags enabled: false talks: - layout: default permalink: talks/:year/:month/:day/:slug_title/ taxonomies: - tags 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 ad230fbf8..1c6002361 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 53b7df165..28ad81d5a 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 072c4c69e..2b62f12a8 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 a697aabfc..c34b48263 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 dfe0aefee..f47db5ab6 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 03fb11c95..31c0450a4 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 da9f2c0b1..fdd100704 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 64d56fa6e..b88570ede 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 e6c789262..b68e3c8b1 100644 --- a/source/talks.html.twig +++ b/source/talks.html.twig @@ -1,6 +1,7 @@ --- layout: default title: Talks +nav: talks use: - talks --- 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 000000000..00938bc17 --- /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