Move dates into the front matter

This commit is contained in:
Oliver Davies 2020-03-08 14:32:13 +00:00
parent 06acf6f863
commit bdb50d9462
129 changed files with 129 additions and 0 deletions

View file

@ -1,5 +1,6 @@
---
title: 2014
date: 2015-03-20
excerpt: A look back at 2014.
tags:
- drupal-association

View file

@ -1,5 +1,6 @@
---
title: Accessible Bristol site launched
date: 2012-11-15
excerpt: I'm happy to report that the Accessible Bristol was launched this week, on Drupal 7.
tags:
- accessibility

View file

@ -1,5 +1,6 @@
---
title: How to add a date popup calendar onto a custom form
date: 2012-05-23
excerpt: How to use a date popup calendar within your custom module.
tags:
- forms

View file

@ -1,5 +1,6 @@
---
title: Add a Taxonomy Term to Multiple Nodes Using SQL
date: 2010-07-07
excerpt: How to add a new taxonomy term to multiple nodes in Drupal using SQL.
tags:
- taxonomy

View file

@ -1,5 +1,6 @@
---
title: Adding Custom Theme Templates in Drupal 7
date: 2012-04-19
excerpt: >
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.
tags:

View file

@ -1,5 +1,6 @@
---
title: Announcing the Drupal VM Generator
date: 2016-02-15
excerpt: For the past few weeks, Ive been working on a personal side project based on Drupal VM - the Drupal VM Generator.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Automating Sculpin Builds with Jenkins CI
date: 2015-07-21
excerpt: How to use Jenkins to automate building Sculpin websites.
tags:
- sculpin

View file

@ -1,5 +1,6 @@
---
title: Back to the future with Gits diff and apply commands
date: 2018-04-23
excerpt: How to revert files using Git, but as a new commit to prevent force pushing.
tags:
- git

View file

@ -1,5 +1,6 @@
---
title: Building Gmail Filters with PHP
date: 2016-07-15
excerpt: How to use PHP to generate and export filters for Gmail.
tags:
- php

View file

@ -1,5 +1,6 @@
---
title: Building the new PHPSW Website
date: 2018-02-28
excerpt: Earlier this week we had another hack night, working on the new PHPSW user group website.
tags:
- phpsw

View file

@ -1,5 +1,6 @@
---
title: Change the Content Type of Multiple Nodes Using SQL
date: 2010-07-01
excerpt: In this post, I will be changing values within my Drupal 6 site's database to quickly change the content type of multiple nodes.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Checking if a user is logged into Drupal (the right way)
date: 2013-01-09
excerpt: How to check if a user is logged in by using Drupal core API functions.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Checkout a specific revision from SVN from the command line
date: 2012-05-23
excerpt: How to checkout a specific revision from a SVN (Subversion) repository.
tags:
- svn

View file

@ -1,5 +1,6 @@
---
title: Conditional Email Addresses in a Webform
date: 2010-05-06
excerpt: How to send webform emails to a different email address based on another field.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Configuring the Reroute Email Module
date: 2014-12-22
excerpt: How to configure the Reroute Email module, to prevent sending emails to real users from your pre-production sites!
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: How to Create and Apply Patches
date: 2010-10-10
excerpt: How to create and apply patches, ready for the Drupal.org issue queues.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Create a Better Photo Gallery in Drupal - Part 1
date: 2010-08-11
excerpt: How I started converting and migrating a Coppermine photo gallery into Drupal.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Create a Better Photo Gallery in Drupal - Part 2
date: 2010-08-17
excerpt: Updating the galleries created and modified dates.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Create a Better Photo Gallery in Drupal - Part 2.1
date: 2010-10-22
excerpt: The missing code to get totals of galleries and photos.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Create a Better Photo Gallery in Drupal - Part 3
date: 2010-10-13
excerpt: Grouping galleries by category.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Create a Block of Social Media Icons using CCK, Views and Nodequeue
date: 2010-06-23
excerpt: How to create a block of social media icons in Drupal.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Create a Flickr Photo Gallery Using Feeds, CCK and Views
date: 2010-06-28
excerpt: In this tutorial, I'll show you how to create a photo gallery which uses photos imported from Flickr.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Create Multigroups in Drupal 7 using Field Collections
date: 2011-08-28
excerpt: How to replicate CCKs multigroups in Drupal 7 using the Field Collections module.
tags:
- drupal-7

View file

@ -1,5 +1,6 @@
---
title: Create an Omega Subtheme with LESS CSS Preprocessor using Omega Tools and Drush
date: 2012-04-16
excerpt: How to create an Omega subtheme on the command line using Drush.
tags:
- drupal-7

View file

@ -1,5 +1,6 @@
---
title: Create a Slideshow of Multiple Images Using Fancy Slide
date: 2010-05-25
excerpt: How to create a slideshow of images using Drupals Fancy Slide module.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Create Virtual Hosts on Mac OS X Using VirtualHostX
date: 2010-07-02
excerpt: How to use the VirtualHostX application to manage virtual hosts on Mac OS X.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Create a Zen Sub-theme Using Drush
date: 2013-09-06
excerpt: How to quickly create a Zen sub-theme using Drush.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Creating and using custom tokens in Drupal 7
date: 2013-02-16
excerpt: This post outlines the steps required to create your own custom tokens in Drupal.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Creating a Custom PHPUnit Command for Docksal
date: 2018-05-06
excerpt: How to write custom commands for Docksal, including one to easily run PHPUnit tests in Drupal 8.
tags:
- docksal

View file

@ -1,5 +1,6 @@
---
title: Creating Local and Staging sites with Drupal's Domain Module Enabled
date: 2013-07-17
excerpt: How to use aliases within Domain module for pre-production sites.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Croeso PHP South Wales!
date: 2018-08-01
excerpt: Last night was the first meetup of Cardiffs PHP South Wales user group.
tags:
- php

View file

@ -1,5 +1,6 @@
---
title: Debugging Drupal Commerce Promotions and Adjustments using Illuminate Collections (Drupal 8)
date: 2018-10-24
excerpt: Using Laravels Illuminate Collections to debug an issue with a Drupal Commerce promotion.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Display a Custom Menu in a Drupal 7 Theme Template File
date: 2012-08-18
excerpt: The code needed to display a menu in a Drupal 7 template file.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Display Git Branch or Tag Names in your Bash Prompt
date: 2013-04-27
excerpt: 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.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Display the Number of Facebook fans in PHP
date: 2011-03-15
excerpt: How to use PHP to display the number of fans of a Facebook page.
tags:
- php

View file

@ -1,5 +1,6 @@
---
title: Dividing Drupal's process and preprocess functions into separate files
date: 2012-05-24
excerpt: 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.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Don't Bootstrap Drupal, Use Drush
date: 2013-11-19
excerpt: Avoid bootstrapping Drupal manually in your scratch files - Drush has you covered!
tags:
- drush

View file

@ -1,5 +1,6 @@
---
title: Download Different Versions of Drupal with Drush
date: 2013-12-31
excerpt: How to download different versions of Drupal core using Drush.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: 'Drupal 8.5.0 Released'
date: 2018-03-09
excerpt: This week, the latest version of Drupal 8 was released.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: "Drupal 8 Commerce: Fixing 'No Such Customer' error on checkout"
date: 2018-08-15
excerpt: Fixing a Drupal Commerce error when a user tries to complete a checkout.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Drupal Association
date: 2014-05-03
excerpt: Next week, I'll be working for the Drupal Association.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Drupal Bristol Testing Workshop
date: 2018-06-28
excerpt: Yesterday evening, I did my first workshop, held at the Drupal Bristol user group.
tags: [composer, docksal, drupal, drupal-8, drupal-bristol, php, phpunit, testing]
---

View file

@ -1,5 +1,6 @@
---
title: Drupal VM Generator 2.9.1 Released
date: 2016-12-30
excerpt: Ive released some new versions of the Drupal VM Generator.
tags: ['drupal-vm-generator', releases]
---

View file

@ -1,5 +1,6 @@
---
title: DrupalCamp Bristol 2018 Statement
date: 2018-01-30
excerpt: Unfortunately, we wont be running DrupalCamp Bristol this year.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Speakers and sessions announced for DrupalCamp Bristol 2019
date: 2019-05-31
excerpt: DrupalCamp Bristol is returning next month, and the accepted speakers and sessions have just been announced.
tags: [drupalcamp, drupalcamp-bristol, dcbristol]
---

View file

@ -1,5 +1,6 @@
---
title: DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors
date: 2017-05-15
excerpt: In less than two months time, DrupalCamp Bristol will be back for our third year.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: DrupalCamp London 2014
date: 2014-02-09
excerpt: It's all booked, I'm going to be attending DrupalCamp London.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: DrupalCamp London 2019 - Tickets Available and Call for Sessions
date: 2018-11-20
excerpt: DrupalCamp London early-bird tickets are now available, and their call for sessions is open.
date: 2018-11-20 23:00
tags:

View file

@ -1,5 +1,6 @@
---
title: Easier Git Repository Cloning with insteadOf
date: 2019-03-07
excerpt: How to simplify 'git clone' commands by using the insteadOf configuration option within your .gitconfig file.
tags: [git]
---

View file

@ -1,5 +1,6 @@
---
title: Easier Sculpin Commands with Composer and NPM Scripts
date: 2017-01-07
excerpt: In this video, I show you how I've simplied my Sculpin and Gulp workflow using custom Composer and NPM scripts.
tags: [composer, gulp, sculpin]
---

View file

@ -1,5 +1,6 @@
---
title: Easily Embed TypeKit Fonts into your Drupal Website
date: 2011-02-14
excerpt: How to use the @font-your-face module to embed TypeKit fonts into your Drupal website.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Programmatically Load an Entityform in Drupal 7
date: 2015-12-22
excerpt: How to programmatically load, render and embed an entityform in Drupal 7.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Examples of using Laravel Collections in Drupal
date: 2018-08-23
excerpt: Some examples of using Laravels Illuminate Collections within Drupal projects.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Experimenting with events in Drupal 8
date: 2018-08-21
excerpt: Trying a different way of structuring Drupal modules, using event subscribers and autowiring.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: How to fix Vagrant Loading the Wrong Virtual Machine
date: 2014-10-06
excerpt: Here are the steps that I took to fix Vagrant and point it back at the correct VM.
tags:
- vagrant

View file

@ -1,5 +1,6 @@
---
title: Fixing Drupal SimpleTest issues inside Docker Containers
date: 2017-05-05
excerpt: How I managed to get my Drupal SimpleTest tests to run and pass within Docker containers.
tags:
- docker

View file

@ -1,5 +1,6 @@
---
title: Forward one domain to another using mod_rewrite and .htaccess
date: 2012-05-23
excerpt: How to use the .htaccess file to forward to a different domain.
tags:
- .htaccess

View file

@ -1,5 +1,6 @@
---
title: git format-patch is your Friend
date: 2014-05-21
excerpt: An explanation of the "git format-patch" command, and how it could be used in Drupal's Git workflow.
tags:
- patches

View file

@ -1,5 +1,6 @@
---
title: Going to DrupalCon
date: 2013-07-26
excerpt: Precedent are sending myself and two of our other Drupal Developers to Drupalcon Prague.
tags:
- drupalcon

View file

@ -1,5 +1,6 @@
---
title: Imagefield Import Archive
date: 2011-05-23
excerpt: I've finally uploaded my first module onto Drupal.org!
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Improve JPG Quality in Imagecache and ImageAPI
date: 2010-06-02
excerpt: How to fix the quality of uploaded images in Drupal.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Include CSS Fonts by Using a SASS each Loop
date: 2014-11-18
excerpt: How to use an SASS each loop to easily add multiple fonts to your CSS.
tags:
- compass

View file

@ -1,5 +1,6 @@
---
title: Include a Local Drupal Settings file for Environment Configuration and Overrides
date: 2014-12-20
excerpt: How to create and include a local settings file to define and override environment-specific variables.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: How to Install and Configure Subversion (SVN) Server on Ubuntu
date: 2011-10-19
excerpt: How to install and configure your own SVN server.
tags:
- svn

View file

@ -1,5 +1,6 @@
---
title: Install and Configure the Nomensa Accessible Media Player in Drupal
date: 2012-07-14
excerpt: This week I released the first version of the Nomensa Accessible Media Player module for Drupal 7. Here's some instructions of how to install and configure it.
tags:
- accessibility

View file

@ -1,5 +1,6 @@
---
title: Installing Nagios on CentOS
date: 2012-04-17
excerpt: How to install Nagios on CentOS.
tags:
- nagios

View file

@ -1,5 +1,6 @@
---
title: Introducing the Drupal Meetups Twitterbot
date: 2017-06-09
excerpt: Ive written a twitterbot for promoting Drupal meetups.
tags:
- twitter

View file

@ -1,5 +1,6 @@
---
title: Leaving Nomensa, Joining Precedent
date: 2013-04-20
excerpt: Yesterday was my last day working at Nomensa. Next week, I'll be starting as a Senior Developer at Precedent.
tags:
- nomensa

View file

@ -1,5 +1,6 @@
---
title: Live Blogging From SymfonyLive London 2019
date: 2019-09-13
tags:
- conference
- symfony

View file

@ -1,5 +1,6 @@
---
title: Looking forward to DrupalCamp London
date: 2018-02-27
excerpt: This weekend is DrupalCamp London 2018. Ill be there along with a number of my Microserve colleagues.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Yay, the Mediacurrent Contrib Half Hour is Back!
date: 2018-03-02
excerpt: Mediacurrents "contrib half hour sessions" are back.
tags:
- contribution

View file

@ -1,5 +1,6 @@
---
title: How to Define a Minimum Drupal Core Version
date: 2015-04-03
excerpt: How to define a minimum Drupal core version for your module or theme.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: My new Drupal modules
date: 2012-07-12
excerpt: After a busy few days, I've released two new contrib Drupal modules.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: My Sublime Text 2 settings
date: 2012-10-25
excerpt: <a href="http://www.sublimetext.com/2" title="Sublime Text 2">Sublime Text 2</a> 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:
- sublime-text

View file

@ -1,5 +1,6 @@
---
title: Nginx Redirects With Query String Arguments
date: 2017-01-31
excerpt: How to redirect from an old domain to a new one, and also to redirect from the root example.com domain to the canonical www subdomain.
tags: [nginx]
---

View file

@ -1,5 +1,6 @@
---
title: Null Users and System Users in Drupal
date: 2018-08-16
excerpt: Announcing the Null User and System User modules.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Open Sublime Text 2 from the Mac OS X Command Line
date: 2012-11-17
excerpt: How to open Sublime Text from the command line.
tags:
- sublime-text

View file

@ -1,5 +1,6 @@
---
title: Include environment-specific settings files on Pantheon
date: 2014-11-27
excerpt: How to load a different settings file per environment on Pantheon.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: How to put your PHP application in a subdirectory of another site with Nginx
date: 2018-03-12
excerpt: How to configure Nginx to serve a PHP application from within a subdirectory of another.
tags:
- nginx

View file

@ -1,5 +1,6 @@
---
title: Prevent Apache from displaying text files within a web browser
date: 2012-05-23
excerpt: How to prevent Apache from displaying the contents of files like CHANGELOG.txt.
tags:
- apache

View file

@ -1,5 +1,6 @@
---
title: Proctor & Stevenson
date: 2011-03-31
excerpt: Im moving jobs.
tags:
- personal

View file

@ -1,5 +1,6 @@
---
title: Proctors Hosting the next Drupal Meetup
date: 2011-05-20
excerpt: Proctor & Stevenson are going to be hosting the next Bristol & South West Drupal meetup.
tags:
- meetups

View file

@ -1,5 +1,6 @@
---
title: Published my first NPM package
date: 2018-12-16
excerpt: Yesterday I published my first module onto NPM, and its a plugin for Tailwind CSS to be used alongside Vue.js.
tags:
- npm

View file

@ -1,5 +1,6 @@
---
title: Publishing Sculpin Sites with GitHub Pages
date: 2017-07-13
excerpt: How I moved my website to GitHub pages.
tags: [sculpin, php, github]
meta:

View file

@ -1,5 +1,6 @@
---
title: Queuing Private Messages in Drupal 8
date: 2018-02-27
excerpt: Introducing the Private Message Queue module for Drupal 8.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Quick Project Switching in PhpStorm
date: 2018-09-04
excerpt: How to quickly switch between projects in PhpStorm.
tags:
- phpstorm

View file

@ -1,5 +1,6 @@
---
title: The Quickest way to Install Sublime Text 2 in Ubuntu
date: 2013-03-02
excerpt: After reading numerous blog posts about how to install Sublime Text 2 in Ubuntu, this is definitely the quickest way!
tags:
- linux

View file

@ -1,5 +1,6 @@
---
title: Quickly Apply Patches Using Git and curl or wget
date: 2013-12-24
excerpt: How to quickly download a patch file and apply it to a Git repository in one line
tags:
- git

View file

@ -1,5 +1,6 @@
---
title: Quickly Import Multiples Images Using the Imagefield_Import Module
date: 2010-05-29
excerpt: How to use the Imagefield Import module.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Rebuilding Bartik (Drupals Default Theme) with Vue.js and Tailwind CSS - part 2
date: 2018-12-27
excerpt: A follow-up to my original post on rebuilding Bartik with Tailwind and Vue.js.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Rebuilding Bartik (Drupals Default Theme) with Vue.js and Tailwind CSS
date: 2018-11-20
excerpt: How I rebuilt Drupals Bartik theme using Vue.js and Tailwind CSS.
tags:
- drupal

View file

@ -1,5 +1,6 @@
---
title: Reflections on speaking at UnifiedDiff
date: 2012-09-06
excerpt: Yesterday evening I went along and spoke at the UnifiedDiff meetup in Cardiff.
tags:
- talks

View file

@ -1,5 +1,6 @@
---
title: Restructuring my tailwind.js configuration files
date: 2019-03-08
excerpt: How Ive started structuring my tailwind.js configuration files in preparation for Tailwind 1.0.
tags:
- laravel-mix

View file

@ -1,5 +1,6 @@
---
title: Review of the Admin:hover Module
date: 2010-08-10
excerpt: My review of Drupals admin:hover module.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Review of the Image Caption Module
date: 2010-08-20
excerpt: My review of Drupals Image Caption module.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: Review of the Teleport Module
date: 2010-07-12
excerpt: My review of Drupals Teleport module.
tags:
- drupal-planet

View file

@ -1,5 +1,6 @@
---
title: How to run Drupal 8 PHPUnit Tests within Docksal from PhpStorm
date: 2018-07-19
excerpt: How to configure PhpStorm to run automated tests within Docksal.
tags:
- docksal

View file

@ -1,5 +1,6 @@
---
title: Sculpin and Twig Resources
date: 2015-07-19
excerpt: A list of resources that I compiled whilst preparing for my Sculpin and Twig talk at DrupalCamp North.
tags:
- sculpin

View file

@ -1,5 +1,6 @@
---
title: Simplifying Drupal Migrations with xautoload
date: 2016-05-03
excerpt: How to use the xautoload module to autoload migration classes within your Drupal 7 migration modules.
tags:
- autoloading

View file

@ -1,5 +1,6 @@
---
title: Site Upgraded to Drupal 7
date: 2012-01-04
excerpt: As the vast majority of the Drupal websites that I currently work on are built on Drupal 7, I thought that it was time that I upgraded this site.
tags: [drupal]
---

Some files were not shown because too many files have changed in this diff Show more