Adding pictures

This commit is contained in:
Mitchell Hashimoto 2010-02-14 02:48:31 -08:00
parent a0fcfe0bcf
commit f6a617c643
5 changed files with 8 additions and 8 deletions

5
.gitignore vendored
View File

@ -1 +1,4 @@
_site/*
_site/*
.vagrant
Vagrantfile
pkg/*

BIN
images/vagrant_chilling.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
images/vagrant_holding.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
images/vagrant_looking.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,11 +1,8 @@
---
layout: default
---
Vagrant site coming soon.
Coming soon! For now, take a look at these pictures:
{% highlight ruby %}
# Just testing code highlighting
Vagrant::Config.run do |config|
config.chef.cookbooks_path = "cookbooks"
end
{% endhighlight %}
<img src="images/vagrant_looking.png" class="left" width="300px" />
<img src="images/vagrant_holding.png" class="left" width="300px" />
<img src="images/vagrant_chilling.png" class="left" width="300px" />