Run prettier on all *.md files

```
prettier '{app,source}/**/**.md' --write
```
This commit is contained in:
Oliver Davies 2020-03-08 17:52:59 +00:00
parent a3ceeaf0f3
commit 85a10c545b
170 changed files with 5127 additions and 2282 deletions

View file

@ -1,7 +1,9 @@
---
title: Writing an Article for Linux Journal
date: 2012-07-27
excerpt: I'm absolutely delighted to announce that I'm going to be writing an article for Linux Journal magazine's upcoming Drupal special.
excerpt:
I'm absolutely delighted to announce that I'm going to be writing an article
for Linux Journal magazine's upcoming Drupal special.
tags:
- drupal
- distributions
@ -9,8 +11,14 @@ tags:
- writing
- linux-journal
---
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.
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!
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.
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.