still working on a good setup

This commit is contained in:
John Bintz 2012-03-20 17:27:43 -04:00
parent 1a44a9afe6
commit dd2a1c0a5e
6 changed files with 17 additions and 4 deletions

View File

@ -1,7 +1,9 @@
source :rubygems
gem 'redcarpet'
gem 'redcarpet', '~> 1'
gem 'jekyll'
gem 'compass'
gem 'foreman'
gem 'guard'
gem 'haml'
gem 'guard-haml'

3
Guardfile Normal file
View File

@ -0,0 +1,3 @@
# A sample Guardfile
# More info at https://github.com/guard/guard#readme

View File

@ -0,0 +1,2 @@
markdown: redcarpet

View File

View File

@ -1,2 +0,0 @@
Flowerbox

8
index.md Normal file
View File

@ -0,0 +1,8 @@
---
title: Hi
layout: default
---
Flowerbox
Test