From 78f9ba37ba68067ba3f244ebf18345bf028a3c3f Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 8 Mar 2017 09:35:34 -0800 Subject: [PATCH] Remove Vagrantfile --- website/README.md | 13 ++++++++----- website/Vagrantfile | 30 ------------------------------ 2 files changed, 8 insertions(+), 35 deletions(-) delete mode 100644 website/Vagrantfile diff --git a/website/README.md b/website/README.md index 0e43e29edd..a4f5811bde 100644 --- a/website/README.md +++ b/website/README.md @@ -1,14 +1,14 @@ # Vault Website -This subdirectory contains the entire source for the [Vault Website](https://www.vaultproject.io/). -This is a [Middleman](http://middlemanapp.com) project, which builds a static -site from these source files. +This subdirectory contains the entire source for the [Vault Website][vault]. +This is a [Middleman][middleman] project, which builds a static site from these +source files. ## Contributions Welcome! If you find a typo or you feel like you can improve the HTML, CSS, or -JavaScript, we welcome contributions. Feel free to open issues or pull -requests like any normal GitHub project, and we'll merge it in. +JavaScript, we welcome contributions. Feel free to open issues or pull requests +like any normal GitHub project, and we'll merge it in. ## Running the Site Locally @@ -16,3 +16,6 @@ Running the site locally is simple. Clone this repo and run `make dev`. Then open up `http://localhost:4567`. Note that some URLs you may need to append ".html" to make them work (in the navigation). + +[middleman]: https://www.middlemanapp.com +[vault]: https://www.vaultproject.io diff --git a/website/Vagrantfile b/website/Vagrantfile deleted file mode 100644 index 9b1ad05452..0000000000 --- a/website/Vagrantfile +++ /dev/null @@ -1,30 +0,0 @@ -# -*- mode: ruby -*- -# vi: set ft=ruby : - -# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! -VAGRANTFILE_API_VERSION = "2" - -$script = <