Adding pictures
This commit is contained in:
parent
a0fcfe0bcf
commit
f6a617c643
|
@ -1 +1,4 @@
|
|||
_site/*
|
||||
_site/*
|
||||
.vagrant
|
||||
Vagrantfile
|
||||
pkg/*
|
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
11
index.md
11
index.md
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue