From 48f03bdcdb08c8d2df2cb604b3739e7d89f935ec Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 30 Dec 2016 19:09:39 +0000 Subject: [PATCH] Split excerpt and main content. --- source/_posts/2016-12-30-drupal-vm-generator-updates.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_posts/2016-12-30-drupal-vm-generator-updates.md b/source/_posts/2016-12-30-drupal-vm-generator-updates.md index 359a056bc..0e8ff6af3 100644 --- a/source/_posts/2016-12-30-drupal-vm-generator-updates.md +++ b/source/_posts/2016-12-30-drupal-vm-generator-updates.md @@ -1,7 +1,13 @@ --- title: Drupal VM Generator 2.9.1 Released tags: ['drupal-vm-generator', releases] +use: [posts] --- +{% block excerpt %} +I spent some time yesterday working on the [Drupal VM Generator][0], and have released versions 2.8.1, 2.9.0 and 2.9.1. +{% endblock %} + +{% block content %} I spent some time yesterday working on the [Drupal VM Generator][0], and have released versions 2.8.1, 2.9.0 and 2.9.1. The main updates are: @@ -15,6 +21,7 @@ The main updates are: Currently the project is based on Drupal VM 3.0.0 which is an outdated version ([4.1.0][3] was released today). Adding updates and supporting the newer versions is a high priority, as well as keeping in sync with new releases. This will be easier with the test suite in place. My initial thoughts are that version 2.10.0 will support Drupal VM 4.0.0, and if needed, 2.11.0 will ship shortly afterwards and support Drupal VM 4.1.0. +{% endblock %} [0]: http://www.drupalvmgenerator.com [1]: https://github.com/opdavies/drupal-vm-generator/tree/master/tests/Command