Remove duplicate content from posts

This commit is contained in:
Oliver Davies 2018-02-27 21:36:41 +00:00
parent 4f281e4b88
commit c5b6d51e37
37 changed files with 13 additions and 102 deletions

View file

@ -10,8 +10,6 @@ use: [posts]
{% endblock %}
{% block content %}
[Vagrant](http://www.vagrantup.com "About Vagrant") is a tool for managing virtual machines within [VirtualBox](https://www.virtualbox.org) from the command line. Here are some useful commands to know when using Vagrant:
Command | Description
:-|:-
vagrant init {box} | Initialise a new VM in the current working directory. Specify a box name, or "base" will be used by default.