Use Mix and sass, simplify image directories and remove duplicates

This commit is contained in:
Oliver Davies 2018-05-18 21:41:26 +01:00
parent ad3bc4b0a2
commit ff29fdeb71
216 changed files with 2921 additions and 1096 deletions

View file

@ -13,7 +13,7 @@ For the past few weeks Ive been working on a personal side project, based on
{% endblock %}
{% block content %}
![](/build/static/images/blog/drupalvm-generate-repo.png)
![](/build/images/blog/drupalvm-generate-repo.png)
## What is Drupal VM?
@ -37,7 +37,7 @@ Based on the options passed to it and/or answers that you provide, it generates
Heres an example of it in action:
!['An animated gif showing the interaction process and the resulting config.yml file'](/build/static/images/blog/drupalvm-generate-example-2.gif)
!['An animated gif showing the interaction process and the resulting config.yml file'](/build/images/blog/drupalvm-generate-example-2.gif)
You can also define options when calling the command and skip any or all questions. Running the following would bypass all of the questions and create a new file with no interaction or additional steps.