still working on a good setup
This commit is contained in:
parent
1a44a9afe6
commit
dd2a1c0a5e
6
Gemfile
6
Gemfile
@ -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
3
Guardfile
Normal file
@ -0,0 +1,3 @@
|
||||
# A sample Guardfile
|
||||
# More info at https://github.com/guard/guard#readme
|
||||
|
@ -0,0 +1,2 @@
|
||||
markdown: redcarpet
|
||||
|
0
_layouts/haml/default.haml
Normal file
0
_layouts/haml/default.haml
Normal file
@ -1,2 +0,0 @@
|
||||
Flowerbox
|
||||
|
Loading…
Reference in New Issue
Block a user