Remove dates from post filenames

This commit is contained in:
Oliver Davies 2018-06-02 11:58:39 +01:00
parent 755db43747
commit 81597404c5
109 changed files with 110 additions and 11 deletions

View file

@ -0,0 +1,22 @@
---
title: Writing an Article for Linux Journal
date: '2012-07-27'
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
tags:
- drupal
- distributions
- installation-profiles
- writing
- linux-journal
use: [posts]
---
{% block excerpt %}
I'm absolutely delighted to announce that I'm going to be writing an article for [Linux Journal](http://www.linuxjournal.com) magazine's upcoming Drupal special.
{% endblock %}
{% block content %}
The article is going to be entitled "Speeding Up Your Drupal Development Using Installation Profiles and Distributions" and will be mentioning existing distributions available on Drupal.org, but mainly focussing on the steps needed to create your own custom distribution. Needless to say, I'm quite excited about it!
The article is expected to be published in October.
{% endblock %}