diff --git a/index.html b/index.html deleted file mode 100644 index a8574cf71..000000000 --- a/index.html +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default ---- -

Vagrant site coming soon.

- - {% highlight ruby %} - def foo - puts 'foo' - end - {% endhighlight %} - \ No newline at end of file diff --git a/index.md b/index.md new file mode 100644 index 000000000..3e1eda1be --- /dev/null +++ b/index.md @@ -0,0 +1,11 @@ +--- +layout: default +--- +Vagrant site coming soon. + +{% highlight ruby %} +# Just testing code highlighting +Vagrant::Config.run do |config| + config.chef.cookbooks_path = "cookbooks" +end +{% endhighlight %} \ No newline at end of file