diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 18dc707b..ba16727a 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -97,13 +97,6 @@ latest_posts: 3 linkedin: url: http://uk.linkedin.com/in/opdavies -main_menu: - about: { href: /, title: About } - talks: { href: /talks/, title: Talks } - experience: { href: /experience/, title: Experience } - blog: { href: /blog/, title: Blog } - contact: { href: /contact/, title: Contact } - meetups: drupalbristol: name: Drupal Bristol diff --git a/source/_includes/nav.html.twig b/source/_includes/nav.html.twig index c4329488..72f5a018 100644 --- a/source/_includes/nav.html.twig +++ b/source/_includes/nav.html.twig @@ -12,11 +12,25 @@
{# .nav-collapse #} diff --git a/source/_posts/2010-04-05-style-drupal-6-lists.md b/source/_posts/2010-04-05-style-drupal-6-lists.md index 0c012a68..74de3bdd 100644 --- a/source/_posts/2010-04-05-style-drupal-6-lists.md +++ b/source/_posts/2010-04-05-style-drupal-6-lists.md @@ -1,5 +1,4 @@ --- -nav: blog title: Style Drupal 6's Taxonomy Lists with PHP, CSS and jQuery slug: style-drupal-6s-taxonomy-lists-php-css-and-jquery tags: diff --git a/source/_posts/2010-04-28-imagecrop.md b/source/_posts/2010-04-28-imagecrop.md index 63f03889..c3fb7f22 100644 --- a/source/_posts/2010-04-28-imagecrop.md +++ b/source/_posts/2010-04-28-imagecrop.md @@ -1,5 +1,4 @@ --- -nav: blog title: Using ImageCache and ImageCrop for my Portfolio slug: using-imagecache-and-imagecrop-my-portfolio tags: diff --git a/source/_posts/2010-05-06-conditional-email-address-webform.md b/source/_posts/2010-05-06-conditional-email-address-webform.md index 13b06fe5..86b86847 100644 --- a/source/_posts/2010-05-06-conditional-email-address-webform.md +++ b/source/_posts/2010-05-06-conditional-email-address-webform.md @@ -1,5 +1,4 @@ --- -nav: blog title: Conditional Email Addresses in a Webform slug: conditional-email-addresses-webform tags: diff --git a/source/_posts/2010-05-10-zenophile.md b/source/_posts/2010-05-10-zenophile.md index 7492bd57..5d16ce29 100644 --- a/source/_posts/2010-05-10-zenophile.md +++ b/source/_posts/2010-05-10-zenophile.md @@ -1,5 +1,4 @@ --- -nav: blog title: Quickly Create Zen Subthemes Using Zenophile tags: - drupal-planet diff --git a/source/_posts/2010-05-25-fancy-slide.md b/source/_posts/2010-05-25-fancy-slide.md index 783d130d..5b0bcf7a 100644 --- a/source/_posts/2010-05-25-fancy-slide.md +++ b/source/_posts/2010-05-25-fancy-slide.md @@ -1,5 +1,4 @@ --- -nav: blog title: Create a Slideshow of Multiple Images Using Fancy Slide slug: create-slideshow-multiple-images-using-fancy-slide tags: diff --git a/source/_posts/2010-05-29-imagefield-import-module.md b/source/_posts/2010-05-29-imagefield-import-module.md index c5099143..9d4f2a5e 100644 --- a/source/_posts/2010-05-29-imagefield-import-module.md +++ b/source/_posts/2010-05-29-imagefield-import-module.md @@ -1,5 +1,4 @@ --- -nav: blog title: Quickly Import Multiples Images Using the Imagefield_Import Module slug: quickly-import-multiples-images-using-imagefieldimport-module tags: diff --git a/source/_posts/2010-06-02-improve-jpg-quality.md b/source/_posts/2010-06-02-improve-jpg-quality.md index 02f3043e..3275390a 100644 --- a/source/_posts/2010-06-02-improve-jpg-quality.md +++ b/source/_posts/2010-06-02-improve-jpg-quality.md @@ -1,5 +1,4 @@ --- -nav: blog title: Improve JPG Quality in Imagecache and ImageAPI slug: improve-jpg-quality-imagecache-and-imageapi tags: diff --git a/source/_posts/2010-06-23-social-icons-block.md b/source/_posts/2010-06-23-social-icons-block.md index e9e81567..84b69bbb 100644 --- a/source/_posts/2010-06-23-social-icons-block.md +++ b/source/_posts/2010-06-23-social-icons-block.md @@ -1,5 +1,4 @@ --- -nav: blog title: Create a Block of Social Media Icons using CCK, Views and Nodequeue slug: create-block-social-media-icons-using-cck-views-and-nodequeue tags: diff --git a/source/_posts/2010-06-25-useful-drupal-6-modules.md b/source/_posts/2010-06-25-useful-drupal-6-modules.md index 68a92a13..7f276a36 100644 --- a/source/_posts/2010-06-25-useful-drupal-6-modules.md +++ b/source/_posts/2010-06-25-useful-drupal-6-modules.md @@ -1,5 +1,4 @@ --- -nav: blog title: 10 Useful Drupal 6 Modules tags: - drupal-planet diff --git a/source/_posts/2010-06-28-flickr-photo-gallery.md b/source/_posts/2010-06-28-flickr-photo-gallery.md index 77ded36c..3765b5a4 100644 --- a/source/_posts/2010-06-28-flickr-photo-gallery.md +++ b/source/_posts/2010-06-28-flickr-photo-gallery.md @@ -1,5 +1,4 @@ --- -nav: blog title: Create a Flickr Photo Gallery Using Feeds, CCK and Views slug: create-flickr-photo-gallery-using-feeds-cck-and-views tags: diff --git a/source/_posts/2010-07-01-change-content-type-sql.md b/source/_posts/2010-07-01-change-content-type-sql.md index 45204313..c3385a9a 100644 --- a/source/_posts/2010-07-01-change-content-type-sql.md +++ b/source/_posts/2010-07-01-change-content-type-sql.md @@ -1,5 +1,4 @@ --- -nav: blog title: Change the Content Type of Multiple Nodes Using SQL slug: change-content-type-multiple-nodes-using-sql tags: diff --git a/source/_posts/2010-07-02-virtual-hosts-virtualhostx.md b/source/_posts/2010-07-02-virtual-hosts-virtualhostx.md index e6641fe5..e3ee7b2a 100644 --- a/source/_posts/2010-07-02-virtual-hosts-virtualhostx.md +++ b/source/_posts/2010-07-02-virtual-hosts-virtualhostx.md @@ -1,5 +1,4 @@ --- -nav: blog title: Create Virtual Hosts on Mac OS X Using VirtualHostX slug: create-virtual-hosts-mac-os-x-using-virtualhostx tags: diff --git a/source/_posts/2010-07-07-add-taxonomy-term-multiple-nodes-using-sql.md b/source/_posts/2010-07-07-add-taxonomy-term-multiple-nodes-using-sql.md index 8846821f..1e51d902 100644 --- a/source/_posts/2010-07-07-add-taxonomy-term-multiple-nodes-using-sql.md +++ b/source/_posts/2010-07-07-add-taxonomy-term-multiple-nodes-using-sql.md @@ -1,5 +1,4 @@ --- -nav: blog title: Add a Taxonomy Term to Multiple Nodes Using SQL slug: add-taxonomy-term-multiple-nodes-using-sql tags: diff --git a/source/_posts/2010-07-12-teleport-module.md b/source/_posts/2010-07-12-teleport-module.md index b2904137..10df1d81 100644 --- a/source/_posts/2010-07-12-teleport-module.md +++ b/source/_posts/2010-07-12-teleport-module.md @@ -1,5 +1,4 @@ --- -nav: blog title: Review of the Teleport Module slug: review-teleport-module tags: diff --git a/source/_posts/2010-08-10-adminhover-module.md b/source/_posts/2010-08-10-adminhover-module.md index 74af5ec8..9d49c87a 100644 --- a/source/_posts/2010-08-10-adminhover-module.md +++ b/source/_posts/2010-08-10-adminhover-module.md @@ -1,5 +1,4 @@ --- -nav: blog title: Review of the Admin:hover Module slug: review-adminhover-module tags: diff --git a/source/_posts/2010-08-11-better-photo-gallery-1.md b/source/_posts/2010-08-11-better-photo-gallery-1.md index 6b3e36a9..8c2d887d 100644 --- a/source/_posts/2010-08-11-better-photo-gallery-1.md +++ b/source/_posts/2010-08-11-better-photo-gallery-1.md @@ -1,5 +1,4 @@ --- -nav: blog title: Create a Better Photo Gallery in Drupal - Part 1 slug: create-better-photo-gallery-drupal-part-1 tags: diff --git a/source/_posts/2010-08-17-better-photo-gallery-2.md b/source/_posts/2010-08-17-better-photo-gallery-2.md index e75ead53..73d44b87 100644 --- a/source/_posts/2010-08-17-better-photo-gallery-2.md +++ b/source/_posts/2010-08-17-better-photo-gallery-2.md @@ -1,5 +1,4 @@ --- -nav: blog title: Create a Better Photo Gallery in Drupal - Part 2 slug: create-better-photo-gallery-drupal-part-2 tags: diff --git a/source/_posts/2010-08-20-image-caption-module.md b/source/_posts/2010-08-20-image-caption-module.md index 16e1af2e..c6e97f9f 100644 --- a/source/_posts/2010-08-20-image-caption-module.md +++ b/source/_posts/2010-08-20-image-caption-module.md @@ -1,5 +1,4 @@ --- -nav: blog title: Review of the Image Caption Module slug: review-image-caption-module tags: diff --git a/source/_posts/2010-09-26-south-wales-drupal-user-group.md b/source/_posts/2010-09-26-south-wales-drupal-user-group.md index c2720a8c..0a2be2e3 100644 --- a/source/_posts/2010-09-26-south-wales-drupal-user-group.md +++ b/source/_posts/2010-09-26-south-wales-drupal-user-group.md @@ -1,5 +1,4 @@ --- -nav: blog title: The Inaugural Meetup for the South Wales Drupal User Group slug: south-wales-drupal-user-group tags: diff --git a/source/_posts/2010-10-10-create-apply-patches.md b/source/_posts/2010-10-10-create-apply-patches.md index 43e9c9e8..9cb0b5a2 100644 --- a/source/_posts/2010-10-10-create-apply-patches.md +++ b/source/_posts/2010-10-10-create-apply-patches.md @@ -1,5 +1,4 @@ --- -nav: blog title: How to Create and Apply Patches slug: create-and-apply-patches tags: diff --git a/source/_posts/2010-10-13-better-photo-gallery-2.md b/source/_posts/2010-10-13-better-photo-gallery-2.md index e72ffaf6..a668a402 100644 --- a/source/_posts/2010-10-13-better-photo-gallery-2.md +++ b/source/_posts/2010-10-13-better-photo-gallery-2.md @@ -1,5 +1,4 @@ --- -nav: blog title: Create a Better Photo Gallery in Drupal - Part 3 slug: create-better-photo-gallery-drupal-part-3 tags: diff --git a/source/_posts/2010-10-22-better-photo-gallery-21.md b/source/_posts/2010-10-22-better-photo-gallery-21.md index 9cc112bc..a25d56c9 100644 --- a/source/_posts/2010-10-22-better-photo-gallery-21.md +++ b/source/_posts/2010-10-22-better-photo-gallery-21.md @@ -1,5 +1,4 @@ --- -nav: blog title: Create a Better Photo Gallery in Drupal - Part 2.1 slug: create-better-photo-gallery-drupal-part-21 tags: diff --git a/source/_posts/2010-11-04-regular-expressions-search.md b/source/_posts/2010-11-04-regular-expressions-search.md index 656bae6a..160993cf 100644 --- a/source/_posts/2010-11-04-regular-expressions-search.md +++ b/source/_posts/2010-11-04-regular-expressions-search.md @@ -1,5 +1,4 @@ --- -nav: blog title: Use Regular Expressions to Search and Replace in Coda or TextMate slug: use-regular-expressions-search-and-replace-coda-or-textmate tags: diff --git a/source/_posts/2011-02-14-typekit-fonts.md b/source/_posts/2011-02-14-typekit-fonts.md index 88951cd3..63fb73db 100644 --- a/source/_posts/2011-02-14-typekit-fonts.md +++ b/source/_posts/2011-02-14-typekit-fonts.md @@ -1,5 +1,4 @@ --- -nav: blog title: Easily Embed TypeKit Fonts into your Drupal Website slug: easily-embed-typekit-fonts-your-drupal-website tags: diff --git a/source/_posts/2011-03-31-proctors.md b/source/_posts/2011-03-31-proctors.md index 8dd44212..3028ace6 100644 --- a/source/_posts/2011-03-31-proctors.md +++ b/source/_posts/2011-03-31-proctors.md @@ -1,5 +1,4 @@ --- -nav: blog title: Proctor & Stevenson slug: proctor-stevenson tags: diff --git a/source/_posts/2011-05-20-proctors-drupal-meetup.md b/source/_posts/2011-05-20-proctors-drupal-meetup.md index b76e3183..220b89d8 100644 --- a/source/_posts/2011-05-20-proctors-drupal-meetup.md +++ b/source/_posts/2011-05-20-proctors-drupal-meetup.md @@ -1,5 +1,4 @@ --- -nav: blog title: Proctors Hosting the next Drupal Meetup slug: proctors-hosting-next-drupal-meetup tags: diff --git a/source/_posts/2011-05-23-imagefield-import-archive.md b/source/_posts/2011-05-23-imagefield-import-archive.md index b9d6bd38..22de3f23 100644 --- a/source/_posts/2011-05-23-imagefield-import-archive.md +++ b/source/_posts/2011-05-23-imagefield-import-archive.md @@ -1,5 +1,4 @@ --- -nav: blog title: Imagefield Import Archive tags: - drupal-planet diff --git a/source/_posts/2011-08-28-multigroups-field-collections.md b/source/_posts/2011-08-28-multigroups-field-collections.md index a65c2849..c6d5b9ba 100644 --- a/source/_posts/2011-08-28-multigroups-field-collections.md +++ b/source/_posts/2011-08-28-multigroups-field-collections.md @@ -1,5 +1,4 @@ --- -nav: blog title: Create Multigroups in Drupal 7 using Field Collections slug: create-multigroups-drupal-7-using-field-collections tags: diff --git a/source/_posts/2011-10-19-install-and-configure-subversion-svn-server-ubuntu.md b/source/_posts/2011-10-19-install-and-configure-subversion-svn-server-ubuntu.md index 7903fc64..398d7bc7 100644 --- a/source/_posts/2011-10-19-install-and-configure-subversion-svn-server-ubuntu.md +++ b/source/_posts/2011-10-19-install-and-configure-subversion-svn-server-ubuntu.md @@ -1,5 +1,4 @@ --- -nav: blog title: How to Install and Configure Subversion (SVN) Server on Ubuntu slug: install-and-configure-subversion-svn-server-ubuntu tags: diff --git a/source/_posts/2012-01-04-upgraded-drupal-7.md b/source/_posts/2012-01-04-upgraded-drupal-7.md index 8529f184..bdfa621b 100644 --- a/source/_posts/2012-01-04-upgraded-drupal-7.md +++ b/source/_posts/2012-01-04-upgraded-drupal-7.md @@ -1,5 +1,4 @@ --- -nav: blog title: Site Upgraded to Drupal 7 slug: site-upgraded-drupal-7 --- diff --git a/source/_posts/2012-02-01-authorized-keys-passwordless-ssh.md b/source/_posts/2012-02-01-authorized-keys-passwordless-ssh.md index 7c22b02e..d5a5f907 100644 --- a/source/_posts/2012-02-01-authorized-keys-passwordless-ssh.md +++ b/source/_posts/2012-02-01-authorized-keys-passwordless-ssh.md @@ -1,5 +1,4 @@ --- -nav: blog title: How to use Authorized Keys to Create a Passwordless SSH Connection slug: use-authorized-keys-create-passwordless-ssh-connection tags: diff --git a/source/_posts/2012-04-16-omega-subtheme-drush-omega-tools.md b/source/_posts/2012-04-16-omega-subtheme-drush-omega-tools.md index 65982f47..94df7816 100644 --- a/source/_posts/2012-04-16-omega-subtheme-drush-omega-tools.md +++ b/source/_posts/2012-04-16-omega-subtheme-drush-omega-tools.md @@ -1,5 +1,4 @@ --- -nav: blog title: Create an Omega Subtheme with LESS CSS Preprocessor using Omega Tools and Drush slug: create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush tags: diff --git a/source/_posts/2012-04-17-nagios-centos.md b/source/_posts/2012-04-17-nagios-centos.md index 786cf9a4..4d9a4746 100644 --- a/source/_posts/2012-04-17-nagios-centos.md +++ b/source/_posts/2012-04-17-nagios-centos.md @@ -1,5 +1,4 @@ --- -nav: blog title: Installing Nagios on CentOS slug: installing-nagios-centos tags: diff --git a/source/_posts/2012-04-19-custom-theme-templates.md b/source/_posts/2012-04-19-custom-theme-templates.md index fd53b663..d89e1200 100644 --- a/source/_posts/2012-04-19-custom-theme-templates.md +++ b/source/_posts/2012-04-19-custom-theme-templates.md @@ -1,5 +1,4 @@ --- -nav: blog title: Adding Custom Theme Templates in Drupal 7 description: > Today, I had a situation where I was displaying a list of teasers for news article nodes. The article content type had several different fields assigned to it, including main and thumbnail images. In this case, I wanted to have different output and fields displayed when a teaser was displayed compared to when a complete node was displayed. diff --git a/source/_posts/2012-05-23-apache-text-files.md b/source/_posts/2012-05-23-apache-text-files.md index 3319648e..56b938a3 100644 --- a/source/_posts/2012-05-23-apache-text-files.md +++ b/source/_posts/2012-05-23-apache-text-files.md @@ -1,5 +1,4 @@ --- -nav: blog title: Prevent Apache from displaying text files within a web browser slug: prevent-apache-displaying-text-files-within-web-browser tags: diff --git a/source/_posts/2012-05-23-checkout-specific-revision-svn-command-line.md b/source/_posts/2012-05-23-checkout-specific-revision-svn-command-line.md index 5c15c5c3..44fca90c 100644 --- a/source/_posts/2012-05-23-checkout-specific-revision-svn-command-line.md +++ b/source/_posts/2012-05-23-checkout-specific-revision-svn-command-line.md @@ -1,5 +1,4 @@ --- -nav: blog title: Checkout a specific revision from SVN from the command line slug: checkout-specific-revision-svn-command-line tags: diff --git a/source/_posts/2012-05-23-date-popup-custom-form.md b/source/_posts/2012-05-23-date-popup-custom-form.md index fbbbec13..646d086f 100644 --- a/source/_posts/2012-05-23-date-popup-custom-form.md +++ b/source/_posts/2012-05-23-date-popup-custom-form.md @@ -1,5 +1,4 @@ --- -nav: blog title: How to add a date popup calendar onto a custom form slug: add-date-popup-calendar-custom-form tags: diff --git a/source/_posts/2012-05-23-forward-domain-mod-rewrite.md b/source/_posts/2012-05-23-forward-domain-mod-rewrite.md index 76a3fb5e..0cf28b19 100644 --- a/source/_posts/2012-05-23-forward-domain-mod-rewrite.md +++ b/source/_posts/2012-05-23-forward-domain-mod-rewrite.md @@ -1,5 +1,4 @@ --- -nav: blog title: Forward one domain to another using mod_rewrite and .htaccess slug: forward-one-domain-another-using-modrewrite-and-htaccess tags: diff --git a/source/_posts/2012-05-23-info-file-drupal-7-theme.md b/source/_posts/2012-05-23-info-file-drupal-7-theme.md index 3447f4a6..d417166f 100644 --- a/source/_posts/2012-05-23-info-file-drupal-7-theme.md +++ b/source/_posts/2012-05-23-info-file-drupal-7-theme.md @@ -1,5 +1,4 @@ --- -nav: blog title: Writing a .info file for a Drupal 7 theme slug: writing-info-file-drupal-7-theme tags: diff --git a/source/_posts/2012-05-24-dividing-drupals-process-and-preprocess-functions.md b/source/_posts/2012-05-24-dividing-drupals-process-and-preprocess-functions.md index bfca3a91..c6eab577 100644 --- a/source/_posts/2012-05-24-dividing-drupals-process-and-preprocess-functions.md +++ b/source/_posts/2012-05-24-dividing-drupals-process-and-preprocess-functions.md @@ -1,5 +1,4 @@ --- -nav: blog title: Dividing Drupal's process and preprocess functions into separate files description: If you use a lot of process and preprocess functions within your Drupal theme, then your template.php can get very long and it can become difficult to find a certain piece of code. Following the example of the Omega theme, I've started separating my process and preprocess functions into their own files. slug: dividing-drupals-process-and-preprocess-functions-separate-files diff --git a/source/_posts/2012-07-12-my-new-drupal-modules.md b/source/_posts/2012-07-12-my-new-drupal-modules.md index aaecb35d..0134f1c6 100644 --- a/source/_posts/2012-07-12-my-new-drupal-modules.md +++ b/source/_posts/2012-07-12-my-new-drupal-modules.md @@ -1,5 +1,4 @@ --- -nav: blog title: My new Drupal modules description: After a busy few days, I've released two new contrib Drupal modules. tags: diff --git a/source/_posts/2012-07-14-install-nomensa-media-player-drupal.md b/source/_posts/2012-07-14-install-nomensa-media-player-drupal.md index d078d660..969c3fbb 100644 --- a/source/_posts/2012-07-14-install-nomensa-media-player-drupal.md +++ b/source/_posts/2012-07-14-install-nomensa-media-player-drupal.md @@ -1,5 +1,4 @@ --- -nav: blog title: Install and Configure the Nomensa Accessible Media Player in Drupal slug: install-nomensa-media-player-drupal tags: diff --git a/source/_posts/2012-07-27-linux-journal.md b/source/_posts/2012-07-27-linux-journal.md index 41ff745a..07f91c25 100644 --- a/source/_posts/2012-07-27-linux-journal.md +++ b/source/_posts/2012-07-27-linux-journal.md @@ -1,5 +1,4 @@ --- -nav: blog title: Writing an Article for Linux Journal description: I'm absolutely delighted to announce that I'm going to be writing an article for Linux Journal magazine's upcoming Drupal special. slug: writing-article-linux-journal diff --git a/source/_posts/2012-08-18-display-custom-menu-drupal-7-theme-template-file.md b/source/_posts/2012-08-18-display-custom-menu-drupal-7-theme-template-file.md index ea8b183e..073e7baf 100644 --- a/source/_posts/2012-08-18-display-custom-menu-drupal-7-theme-template-file.md +++ b/source/_posts/2012-08-18-display-custom-menu-drupal-7-theme-template-file.md @@ -1,5 +1,4 @@ --- -nav: blog title: Display a Custom Menu in a Drupal 7 Theme Template File description: For reference, this is the code needed to display a menu in a Drupal 7 template file. slug: display-custom-menu-drupal-7-theme-template-file diff --git a/source/_posts/2012-09-06-reflections-speaking-unifieddiff.md b/source/_posts/2012-09-06-reflections-speaking-unifieddiff.md index d9f08ff1..32f29bfa 100644 --- a/source/_posts/2012-09-06-reflections-speaking-unifieddiff.md +++ b/source/_posts/2012-09-06-reflections-speaking-unifieddiff.md @@ -1,5 +1,4 @@ --- -nav: blog title: Reflections on speaking at UnifiedDiff description: Yesterday evening I went to and spoke at the UnifiedDiff meetup in Cardiff, having offered previously to do a presentation providing an introduction to Drupal. slug: reflections-speaking-unifieddiff diff --git a/source/_posts/2012-10-25-my-sublime-text-2-settings.md b/source/_posts/2012-10-25-my-sublime-text-2-settings.md index b87af287..1e7bb296 100644 --- a/source/_posts/2012-10-25-my-sublime-text-2-settings.md +++ b/source/_posts/2012-10-25-my-sublime-text-2-settings.md @@ -1,5 +1,4 @@ --- -nav: blog title: My Sublime Text 2 settings description: Sublime Text 2 has been my text editor of choice for the past few months, and I use it at home, in work, and on any virtual machines that I run. So rather than having to manually re-enter my settings each time, I thought that I'd document them here for future reference. tags: diff --git a/source/_posts/2012-11-15-accessible-bristol-site.md b/source/_posts/2012-11-15-accessible-bristol-site.md index a55b14fc..fd987977 100644 --- a/source/_posts/2012-11-15-accessible-bristol-site.md +++ b/source/_posts/2012-11-15-accessible-bristol-site.md @@ -1,5 +1,4 @@ --- -nav: blog title: Accessible Bristol site launched description: I'm happy to report that the Accessible Bristol was launched this week, on Drupal 7. tags: diff --git a/source/_posts/2012-11-17-open-sublime-text-2-mac-os-x-command-line.md b/source/_posts/2012-11-17-open-sublime-text-2-mac-os-x-command-line.md index 2e3f7c2c..f057db52 100644 --- a/source/_posts/2012-11-17-open-sublime-text-2-mac-os-x-command-line.md +++ b/source/_posts/2012-11-17-open-sublime-text-2-mac-os-x-command-line.md @@ -1,5 +1,4 @@ --- -nav: blog title: Open Sublime Text 2 from the Mac OS X Command Line slug: open-sublime-text-2-mac-os-x-command-line tags: diff --git a/source/_posts/2012-12-06-use-sass-and-compass-drupal-7-using-sassy.md b/source/_posts/2012-12-06-use-sass-and-compass-drupal-7-using-sassy.md index 035d470d..6a98179b 100644 --- a/source/_posts/2012-12-06-use-sass-and-compass-drupal-7-using-sassy.md +++ b/source/_posts/2012-12-06-use-sass-and-compass-drupal-7-using-sassy.md @@ -1,5 +1,4 @@ --- -nav: blog title: How to use SASS and Compass in Drupal 7 using Sassy slug: use-sass-and-compass-drupal-7-using-sassy tags: diff --git a/source/_posts/2013-01-09-checking-if-user-logged-drupal-right-way.md b/source/_posts/2013-01-09-checking-if-user-logged-drupal-right-way.md index 97e38d18..f3ab9f96 100644 --- a/source/_posts/2013-01-09-checking-if-user-logged-drupal-right-way.md +++ b/source/_posts/2013-01-09-checking-if-user-logged-drupal-right-way.md @@ -1,5 +1,4 @@ --- -nav: blog title: Checking if a user is logged into Drupal (the right way) description: How to check if a user is logged into Drupal by using the user_is_logged_in() and user_is_anonymous() functions. slug: checking-if-user-logged-drupal-right-way diff --git a/source/_posts/2013-02-16-creating-and-using-custom-tokens-drupal-7.md b/source/_posts/2013-02-16-creating-and-using-custom-tokens-drupal-7.md index ed1cb3a1..647a0130 100644 --- a/source/_posts/2013-02-16-creating-and-using-custom-tokens-drupal-7.md +++ b/source/_posts/2013-02-16-creating-and-using-custom-tokens-drupal-7.md @@ -1,5 +1,4 @@ --- -nav: blog title: Creating and using custom tokens in Drupal 7 slug: creating-and-using-custom-tokens-drupal-7 tags: diff --git a/source/_posts/2013-03-02-quickest-way-install-sublime-text-2-ubuntu.md b/source/_posts/2013-03-02-quickest-way-install-sublime-text-2-ubuntu.md index 4132927c..f116e512 100644 --- a/source/_posts/2013-03-02-quickest-way-install-sublime-text-2-ubuntu.md +++ b/source/_posts/2013-03-02-quickest-way-install-sublime-text-2-ubuntu.md @@ -1,5 +1,4 @@ --- -nav: blog title: The Quickest way to Install Sublime Text 2 in Ubuntu slug: quickest-way-install-sublime-text-2-ubuntu tags: diff --git a/source/_posts/2013-04-20-leaving-nomensa-joining-precedent.md b/source/_posts/2013-04-20-leaving-nomensa-joining-precedent.md index e12d5152..869c0d1c 100644 --- a/source/_posts/2013-04-20-leaving-nomensa-joining-precedent.md +++ b/source/_posts/2013-04-20-leaving-nomensa-joining-precedent.md @@ -1,5 +1,4 @@ --- -nav: blog title: Leaving Nomensa, Joining Precedent description: Yesterday was my last day working at Nomensa. Next week, I'll be starting as a Senior Developer at Precedent. tags: diff --git a/source/_posts/2013-04-27-display-git-branch-or-tag-names-your-bash-prompt.md b/source/_posts/2013-04-27-display-git-branch-or-tag-names-your-bash-prompt.md index 190a3edb..e6b13d06 100644 --- a/source/_posts/2013-04-27-display-git-branch-or-tag-names-your-bash-prompt.md +++ b/source/_posts/2013-04-27-display-git-branch-or-tag-names-your-bash-prompt.md @@ -1,5 +1,4 @@ --- -nav: blog title: Display Git Branch or Tag Names in your Bash Prompt description: Whilst watching Drupalize.me's recent Introduction to Git series, I thought it was useful the way that the current Git branch or tag name was displayed in the bash prompt. Here's how to do it. slug: display-git-branch-or-tag-names-your-bash-prompt diff --git a/source/_posts/2013-06-13-some-useful-links-using-simpletest-drupal.md b/source/_posts/2013-06-13-some-useful-links-using-simpletest-drupal.md index ff2aa18c..8fad14ca 100644 --- a/source/_posts/2013-06-13-some-useful-links-using-simpletest-drupal.md +++ b/source/_posts/2013-06-13-some-useful-links-using-simpletest-drupal.md @@ -1,5 +1,4 @@ --- -nav: blog title: Some useful links for using SimpleTest in Drupal slug: some-useful-links-using-simpletest-drupal tags: diff --git a/source/_posts/2013-07-17-creating-local-and-staging-sites-drupals-domain-module-enabled.md b/source/_posts/2013-07-17-creating-local-and-staging-sites-drupals-domain-module-enabled.md index 74898416..d140cd19 100644 --- a/source/_posts/2013-07-17-creating-local-and-staging-sites-drupals-domain-module-enabled.md +++ b/source/_posts/2013-07-17-creating-local-and-staging-sites-drupals-domain-module-enabled.md @@ -1,5 +1,4 @@ --- -nav: blog title: Creating Local and Staging sites with Drupal's Domain Module Enabled slug: creating-local-and-staging-sites-drupals-domain-module-enabled tags: diff --git a/source/_posts/2013-07-26-going-to-drupalcon.md b/source/_posts/2013-07-26-going-to-drupalcon.md index 67426970..bc5efca2 100644 --- a/source/_posts/2013-07-26-going-to-drupalcon.md +++ b/source/_posts/2013-07-26-going-to-drupalcon.md @@ -1,5 +1,4 @@ --- -nav: blog title: Going to DrupalCon slug: going-drupalcon tags: diff --git a/source/_posts/2013-09-06-create-zen-sub-theme-using-drush.md b/source/_posts/2013-09-06-create-zen-sub-theme-using-drush.md index 05d21d48..6bc735d3 100644 --- a/source/_posts/2013-09-06-create-zen-sub-theme-using-drush.md +++ b/source/_posts/2013-09-06-create-zen-sub-theme-using-drush.md @@ -1,5 +1,4 @@ --- -nav: blog title: Create a Zen Sub-theme Using Drush description: How to quickly create a Zen sub-theme using Drush. tags: diff --git a/source/_posts/2013-11-19-dont-bootstrap-drupal-use-drush.md b/source/_posts/2013-11-19-dont-bootstrap-drupal-use-drush.md index 82bc3555..5be50d9b 100644 --- a/source/_posts/2013-11-19-dont-bootstrap-drupal-use-drush.md +++ b/source/_posts/2013-11-19-dont-bootstrap-drupal-use-drush.md @@ -1,5 +1,4 @@ --- -nav: blog title: Don't Bootstrap Drupal, Use Drush tags: - drush diff --git a/source/_posts/2013-11-27-useful-vagrant-commands.md b/source/_posts/2013-11-27-useful-vagrant-commands.md index b080736a..a93c086c 100644 --- a/source/_posts/2013-11-27-useful-vagrant-commands.md +++ b/source/_posts/2013-11-27-useful-vagrant-commands.md @@ -1,5 +1,4 @@ --- -nav: blog title: Useful Vagrant Commands description: Here are the basic commands that you need to adminster a virtual machine using Vagrant. tags: diff --git a/source/_posts/2013-12-24-quickly-apply-patches-using-git-and-curl-or-wget.md b/source/_posts/2013-12-24-quickly-apply-patches-using-git-and-curl-or-wget.md index ec177ac3..8598dde7 100644 --- a/source/_posts/2013-12-24-quickly-apply-patches-using-git-and-curl-or-wget.md +++ b/source/_posts/2013-12-24-quickly-apply-patches-using-git-and-curl-or-wget.md @@ -1,5 +1,4 @@ --- -nav: blog title: Quickly Apply Patches Using Git and curl or wget description: How to quickly download a patch file and apply it to a Git repository in one line tags: diff --git a/source/_posts/2013-12-31-download-different-versions-drupal-drush.md b/source/_posts/2013-12-31-download-different-versions-drupal-drush.md index 7ecfbbc2..1ae94bc1 100644 --- a/source/_posts/2013-12-31-download-different-versions-drupal-drush.md +++ b/source/_posts/2013-12-31-download-different-versions-drupal-drush.md @@ -1,5 +1,4 @@ --- -nav: blog title: Download Different Versions of Drupal with Drush description: How to download different versions of Drupal core using Drush. slug: download-different-versions-drupal-drush diff --git a/source/_posts/2014-01-15-some-useful-git-aliases.md b/source/_posts/2014-01-15-some-useful-git-aliases.md index 79275e34..5871c5ff 100644 --- a/source/_posts/2014-01-15-some-useful-git-aliases.md +++ b/source/_posts/2014-01-15-some-useful-git-aliases.md @@ -1,5 +1,4 @@ --- -nav: blog title: Some Useful Git Aliases tags: - git diff --git a/source/_posts/2014-02-09-drupalcamp-london-2014.md b/source/_posts/2014-02-09-drupalcamp-london-2014.md index a67dfe04..265ae8ad 100644 --- a/source/_posts/2014-02-09-drupalcamp-london-2014.md +++ b/source/_posts/2014-02-09-drupalcamp-london-2014.md @@ -1,5 +1,4 @@ --- -nav: blog title: DrupalCamp London 2014 description: It's all booked, I'm going to be attending DrupalCamp London. tags: diff --git a/source/_posts/2014-03-03-drupalcamp-london-git-flow.md b/source/_posts/2014-03-03-drupalcamp-london-git-flow.md index 0aa69077..a4cdcdfd 100644 --- a/source/_posts/2014-03-03-drupalcamp-london-git-flow.md +++ b/source/_posts/2014-03-03-drupalcamp-london-git-flow.md @@ -1,5 +1,4 @@ --- -nav: blog title: DrupalCamp London: What is Git Flow? description: Slides and notes from my talk, "What is Git Flow?", that I presented at DrupalCamp London 2014. slug: what-git-flow diff --git a/source/_posts/2014-05-03-drupal-association.md b/source/_posts/2014-05-03-drupal-association.md index f453b128..f074f72b 100644 --- a/source/_posts/2014-05-03-drupal-association.md +++ b/source/_posts/2014-05-03-drupal-association.md @@ -1,5 +1,4 @@ --- -nav: blog title: Drupal Association tags: - drupal diff --git a/source/_posts/2014-05-06-thanks.md b/source/_posts/2014-05-06-thanks.md index 2fa9acb1..a852f142 100644 --- a/source/_posts/2014-05-06-thanks.md +++ b/source/_posts/2014-05-06-thanks.md @@ -1,5 +1,4 @@ --- -nav: blog title: Thanks tags: - drupal diff --git a/source/_posts/2014-05-21-git-format-patch.md b/source/_posts/2014-05-21-git-format-patch.md index d0e98b1e..44f96ee5 100644 --- a/source/_posts/2014-05-21-git-format-patch.md +++ b/source/_posts/2014-05-21-git-format-patch.md @@ -1,5 +1,4 @@ --- -nav: blog title: git format-patch is your Friend slug: git-format-patch tags: diff --git a/source/_posts/2014-07-02-drush-make-drupalbristol.md b/source/_posts/2014-07-02-drush-make-drupalbristol.md index d3ce546a..46978a0c 100644 --- a/source/_posts/2014-07-02-drush-make-drupalbristol.md +++ b/source/_posts/2014-07-02-drush-make-drupalbristol.md @@ -1,5 +1,4 @@ --- -nav: blog title: drush make drupalbristol tags: - drupal diff --git a/source/_posts/2014-10-06-fix-vagrant-loading-wrong-virtual-machine.md b/source/_posts/2014-10-06-fix-vagrant-loading-wrong-virtual-machine.md index 1bf91042..0602d1ee 100644 --- a/source/_posts/2014-10-06-fix-vagrant-loading-wrong-virtual-machine.md +++ b/source/_posts/2014-10-06-fix-vagrant-loading-wrong-virtual-machine.md @@ -1,5 +1,4 @@ --- -nav: blog title: How to fix Vagrant Loading the Wrong Virtual Machine slug: fix-vagrant-loading-wrong-virtual-machine tags: diff --git a/source/_posts/2014-10-21-updating-features-and-adding-components-using-drush.md b/source/_posts/2014-10-21-updating-features-and-adding-components-using-drush.md index 380a2cab..960108e8 100644 --- a/source/_posts/2014-10-21-updating-features-and-adding-components-using-drush.md +++ b/source/_posts/2014-10-21-updating-features-and-adding-components-using-drush.md @@ -1,5 +1,4 @@ --- -nav: blog title: Updating Features and Adding Components Using Drush slug: updating-features-and-adding-components-using-drush tags: diff --git a/source/_posts/2014-11-18-include-css-fonts-using-sass-each-loop.md b/source/_posts/2014-11-18-include-css-fonts-using-sass-each-loop.md index 5d012bd0..91065995 100644 --- a/source/_posts/2014-11-18-include-css-fonts-using-sass-each-loop.md +++ b/source/_posts/2014-11-18-include-css-fonts-using-sass-each-loop.md @@ -1,5 +1,4 @@ --- -nav: blog title: Include CSS Fonts by Using a SASS each Loop description: How to use an SASS each loop to easily add multiple fonts to your CSS. slug: include-css-fonts-using-sass-each-loop diff --git a/source/_posts/2014-11-20-using-remote-files-when-developing-locally-stage-file-proxy-module.md b/source/_posts/2014-11-20-using-remote-files-when-developing-locally-stage-file-proxy-module.md index 75f0ee18..a1166a6a 100644 --- a/source/_posts/2014-11-20-using-remote-files-when-developing-locally-stage-file-proxy-module.md +++ b/source/_posts/2014-11-20-using-remote-files-when-developing-locally-stage-file-proxy-module.md @@ -1,5 +1,4 @@ --- -nav: blog title: Using Remote Files when Developing Locally with Stage File Proxy Module tags: - drupal diff --git a/source/_posts/2014-11-27-pantheon-settings-files.md b/source/_posts/2014-11-27-pantheon-settings-files.md index 028c02dd..a2c53a60 100644 --- a/source/_posts/2014-11-27-pantheon-settings-files.md +++ b/source/_posts/2014-11-27-pantheon-settings-files.md @@ -1,5 +1,4 @@ --- -nav: blog title: Include environment-specific settings files on Pantheon slug: pantheon-settings-files tags: diff --git a/source/_posts/2014-12-20-include-local-drupal-settings-file-environment-configuration-and-overrides.md b/source/_posts/2014-12-20-include-local-drupal-settings-file-environment-configuration-and-overrides.md index d6acba0d..901f3889 100644 --- a/source/_posts/2014-12-20-include-local-drupal-settings-file-environment-configuration-and-overrides.md +++ b/source/_posts/2014-12-20-include-local-drupal-settings-file-environment-configuration-and-overrides.md @@ -1,5 +1,4 @@ --- -nav: blog title: Include a Local Drupal Settings file for Environment Configuration and Overrides slug: include-local-drupal-settings-file-environment-configuration-and-overrides tags: diff --git a/source/_posts/2014-12-22-configuring-the-reroute-email-module.md b/source/_posts/2014-12-22-configuring-the-reroute-email-module.md index 0de10791..466506c4 100644 --- a/source/_posts/2014-12-22-configuring-the-reroute-email-module.md +++ b/source/_posts/2014-12-22-configuring-the-reroute-email-module.md @@ -1,5 +1,4 @@ --- -nav: blog title: Configuring the Reroute Email Module tags: - drupal diff --git a/source/_posts/2015-03-20-2014.md b/source/_posts/2015-03-20-2014.md index 1c059b8d..dee94e82 100644 --- a/source/_posts/2015-03-20-2014.md +++ b/source/_posts/2015-03-20-2014.md @@ -1,5 +1,4 @@ --- -nav: blog title: 2014 description: A look back at 2014. tags: diff --git a/source/_posts/2015-04-03-minimum-core-version.md b/source/_posts/2015-04-03-minimum-core-version.md index 37f00491..366d14b9 100644 --- a/source/_posts/2015-04-03-minimum-core-version.md +++ b/source/_posts/2015-04-03-minimum-core-version.md @@ -1,5 +1,4 @@ --- -nav: blog title: How to Define a Minimum Drupal Core Version description: How to define a minimum Drupal core version for your module or theme. tags: diff --git a/source/_posts/2015-06-18-updating-forked-github-repos.md b/source/_posts/2015-06-18-updating-forked-github-repos.md index c5991f21..16fe4848 100644 --- a/source/_posts/2015-06-18-updating-forked-github-repos.md +++ b/source/_posts/2015-06-18-updating-forked-github-repos.md @@ -1,5 +1,4 @@ --- -nav: blog title: Updating Forked Repositories on GitHub date: 2015-06-18 11:35:00 meta: diff --git a/source/_posts/2015-07-19-sculpin-resources.md b/source/_posts/2015-07-19-sculpin-resources.md index 26a92c98..8409fbe0 100644 --- a/source/_posts/2015-07-19-sculpin-resources.md +++ b/source/_posts/2015-07-19-sculpin-resources.md @@ -1,5 +1,4 @@ --- -nav: blog title: Sculpin and Twig Resources date: 2015-07-19 meta: diff --git a/source/_posts/2015-07-21-automating-sculpin-with-jenkins.md b/source/_posts/2015-07-21-automating-sculpin-with-jenkins.md index 6e2ccdbc..27327feb 100644 --- a/source/_posts/2015-07-21-automating-sculpin-with-jenkins.md +++ b/source/_posts/2015-07-21-automating-sculpin-with-jenkins.md @@ -1,5 +1,4 @@ --- -nav: blog title: Automating Sculpin Builds with Jenkins CI date: 2015-07-21 tags: diff --git a/source/_posts/2015-12-22-entityform.md b/source/_posts/2015-12-22-entityform.md index 2c3f9fc7..20829da1 100644 --- a/source/_posts/2015-12-22-entityform.md +++ b/source/_posts/2015-12-22-entityform.md @@ -1,5 +1,4 @@ --- -nav: blog title: Programmatically Load an Entityform in Drupal 7 tags: - drupal diff --git a/source/_posts/2016-02-15-announcing-the-drupal-vm-generator.md b/source/_posts/2016-02-15-announcing-the-drupal-vm-generator.md index 91094a1f..882ca06f 100644 --- a/source/_posts/2016-02-15-announcing-the-drupal-vm-generator.md +++ b/source/_posts/2016-02-15-announcing-the-drupal-vm-generator.md @@ -1,6 +1,5 @@ --- title: Announcing the Drupal VM Generator -nav: blog tags: - drupal - drupal-planet diff --git a/source/_posts/2016-05-03-simplifying-drupal-migrations-with-xautoload.md b/source/_posts/2016-05-03-simplifying-drupal-migrations-with-xautoload.md index 994be102..52d84c26 100644 --- a/source/_posts/2016-05-03-simplifying-drupal-migrations-with-xautoload.md +++ b/source/_posts/2016-05-03-simplifying-drupal-migrations-with-xautoload.md @@ -1,6 +1,5 @@ --- title: Simplifying Drupal Migrations with xautoload -nav: blog tags: - autoloading - drupal 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 75dea86e..bae9c8aa 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,4 @@ --- -nav: talks title: So, what is this Drupal thing? event: name: Unified Diff diff --git a/source/_talks/2013-07-10-drupal-ldap.md b/source/_talks/2013-07-10-drupal-ldap.md index ef26bea7..7b62a881 100644 --- a/source/_talks/2013-07-10-drupal-ldap.md +++ b/source/_talks/2013-07-10-drupal-ldap.md @@ -1,5 +1,4 @@ --- -nav: talks title: Drupal and the LDAP Module event: name: SWDUG (South Wales Drupal user group) diff --git a/source/_talks/2014-03-01-git-flow.md b/source/_talks/2014-03-01-git-flow.md index 29036b19..4b202bba 100644 --- a/source/_talks/2014-03-01-git-flow.md +++ b/source/_talks/2014-03-01-git-flow.md @@ -1,5 +1,4 @@ --- -nav: talks title: Never Commit to Master - An Introduction to Git Flow event: name: DrupalCamp London 2014 diff --git a/source/_talks/2014-07-02-drush-make-drupalbristol.md b/source/_talks/2014-07-02-drush-make-drupalbristol.md index e29f2d9b..aa0bfdd6 100644 --- a/source/_talks/2014-07-02-drush-make-drupalbristol.md +++ b/source/_talks/2014-07-02-drush-make-drupalbristol.md @@ -1,5 +1,4 @@ --- -nav: talks title: drush make drupalbristol event: name: Bristol Drupal diff --git a/source/_talks/2014-08-19-drupal-association.md b/source/_talks/2014-08-19-drupal-association.md index acb7daad..3fbfafec 100644 --- a/source/_talks/2014-08-19-drupal-association.md +++ b/source/_talks/2014-08-19-drupal-association.md @@ -1,5 +1,4 @@ --- -nav: talks title: About the Drupal Association event: name: SWDUG diff --git a/source/_talks/2015-01-18-drupalorg-2015.md b/source/_talks/2015-01-18-drupalorg-2015.md index bc883a44..e00aef91 100644 --- a/source/_talks/2015-01-18-drupalorg-2015.md +++ b/source/_talks/2015-01-18-drupalorg-2015.md @@ -1,5 +1,4 @@ --- -nav: talks title: Drupal.org in 2015: What's Coming Next event: name: DrupalCamp Brighton 2015 diff --git a/source/_talks/2015-02-28-drupalorg-2015-2.md b/source/_talks/2015-02-28-drupalorg-2015-2.md index 67c23274..ad039d1a 100644 --- a/source/_talks/2015-02-28-drupalorg-2015-2.md +++ b/source/_talks/2015-02-28-drupalorg-2015-2.md @@ -1,5 +1,4 @@ --- -nav: talks title: Drupal.org in 2015: What's Coming Next event: name: DrupalCamp London 2015 diff --git a/source/_talks/2015-04-08-drupal-8.md b/source/_talks/2015-04-08-drupal-8.md index a975a229..251a1af3 100644 --- a/source/_talks/2015-04-08-drupal-8.md +++ b/source/_talks/2015-04-08-drupal-8.md @@ -1,5 +1,4 @@ --- -nav: talks title: Drupal 8 event: name: PHPSW diff --git a/source/_talks/2015-07-25-test-drive-twig-with-sculpin.md b/source/_talks/2015-07-25-test-drive-twig-with-sculpin.md index 5017f63c..8509640e 100644 --- a/source/_talks/2015-07-25-test-drive-twig-with-sculpin.md +++ b/source/_talks/2015-07-25-test-drive-twig-with-sculpin.md @@ -1,5 +1,4 @@ --- -nav: talks title: Test Drive Twig with Sculpin event: name: DrupalCamp North 2015 diff --git a/source/_talks/2015-08-25-dancing-for-drupal.md b/source/_talks/2015-08-25-dancing-for-drupal.md index 850c4587..c91edc90 100644 --- a/source/_talks/2015-08-25-dancing-for-drupal.md +++ b/source/_talks/2015-08-25-dancing-for-drupal.md @@ -1,5 +1,4 @@ --- -nav: talks title: Dancing for Drupal event: name: umBristol (Bristol Umbraco user group) diff --git a/source/_talks/2015-10-14-sculpin.md b/source/_talks/2015-10-14-sculpin.md index cf42d1b4..c3742436 100644 --- a/source/_talks/2015-10-14-sculpin.md +++ b/source/_talks/2015-10-14-sculpin.md @@ -1,5 +1,4 @@ --- -nav: talks title: Building Static Websites with Sculpin event: name: PHPSW diff --git a/source/_talks/2016-03-05-getting-started-with-drupal-8-module-development.md b/source/_talks/2016-03-05-getting-started-with-drupal-8-module-development.md index 65c2f64d..eaa78ea0 100644 --- a/source/_talks/2016-03-05-getting-started-with-drupal-8-module-development.md +++ b/source/_talks/2016-03-05-getting-started-with-drupal-8-module-development.md @@ -1,5 +1,4 @@ --- -nav: talks title: Getting Started with Drupal 8 Module Development event: name: DrupalCamp London 2016 diff --git a/source/_talks/2016-03-09-drupal-vm-generator.md b/source/_talks/2016-03-09-drupal-vm-generator.md index 41420759..22739e33 100644 --- a/source/_talks/2016-03-09-drupal-vm-generator.md +++ b/source/_talks/2016-03-09-drupal-vm-generator.md @@ -1,5 +1,4 @@ --- -nav: talks title: Drupal VM Generator event: name: NWDUG diff --git a/source/_talks/2016-04-20-drupal-vm-generator-2.md b/source/_talks/2016-04-20-drupal-vm-generator-2.md index 871e071e..0f89f8a6 100644 --- a/source/_talks/2016-04-20-drupal-vm-generator-2.md +++ b/source/_talks/2016-04-20-drupal-vm-generator-2.md @@ -1,5 +1,4 @@ --- -nav: talks title: Drupal VM Generator event: name: Drupal Bristol diff --git a/source/_talks/2016-06-11-drupal-8-rejoining-the-herd.md b/source/_talks/2016-06-11-drupal-8-rejoining-the-herd.md index 45d1740d..bce6b1bf 100644 --- a/source/_talks/2016-06-11-drupal-8-rejoining-the-herd.md +++ b/source/_talks/2016-06-11-drupal-8-rejoining-the-herd.md @@ -1,5 +1,4 @@ --- -nav: talks title: Drupal 8: Rejoining the Herd event: name: PHP South Coast 2016 diff --git a/source/blog.html b/source/blog.html index 926dbd35..47e15dfb 100644 --- a/source/blog.html +++ b/source/blog.html @@ -1,6 +1,5 @@ --- layout: default -nav: blog title: Blog generator: pagination pagination: diff --git a/source/contact-thanks.md b/source/contact-thanks.md index 3187405b..27b17283 100644 --- a/source/contact-thanks.md +++ b/source/contact-thanks.md @@ -1,6 +1,5 @@ --- layout: page -nav: contact title: Thanks! --- Your email has been sent. You should receive a response within the next working day. diff --git a/source/contact.html.twig b/source/contact.html.twig index 5b626340..d1dd6f37 100644 --- a/source/contact.html.twig +++ b/source/contact.html.twig @@ -1,6 +1,5 @@ --- title: Contact -nav: contact layout: page --- {% block content %} diff --git a/source/experience.html.twig b/source/experience.html.twig index fd573848..c78d3250 100644 --- a/source/experience.html.twig +++ b/source/experience.html.twig @@ -1,7 +1,6 @@ --- layout: default title: Experience -nav: experience experiences: - company: appnovation location: Caerphilly, Wales diff --git a/source/index.md b/source/index.md index 1231db9e..ba3fb0e0 100644 --- a/source/index.md +++ b/source/index.md @@ -1,8 +1,6 @@ --- layout: default -nav: about title: About -front: yes meta: description: 'The personal website and blog of Oliver Davies, a Drupal Developer and System Administrator from Wales, UK.' og: diff --git a/source/talks.html.twig b/source/talks.html.twig index a5f7e943..d689c75d 100644 --- a/source/talks.html.twig +++ b/source/talks.html.twig @@ -1,6 +1,5 @@ --- layout: default -nav: talks title: Talks meta: description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups' diff --git a/source/testimonials.html.twig b/source/testimonials.html.twig index 70ff0e79..43ab3168 100644 --- a/source/testimonials.html.twig +++ b/source/testimonials.html.twig @@ -1,6 +1,5 @@ --- layout: default -nav: testimonials title: Testimonials testimonials: - name: Chris Jarvis