Skip to content

Commit

Permalink
Updated default styles
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jun 10, 2012
1 parent 4026286 commit a51896a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 15 deletions.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -6,4 +6,13 @@ Loafer is a Sinatra template app set up with:
- Markdown
- Sass/Compass
- CoffeeScript
- Foreman
- Foreman

To use it:

git clone https://github.com/zeke/loafer.git
cd loafer
rm -rf .git
bundle
foreman start

3 changes: 2 additions & 1 deletion public/coffee/app.coffee
@@ -1 +1,2 @@
alert 'boo'
console.log "now you're loafing with style"

2 changes: 1 addition & 1 deletion public/css/app.css
@@ -1 +1 @@
html,body{font-family:"Helvetica Neue",Helvetica,Arial,sans}body{padding:20px}h1{font-size:2em}p{font-size:1em;color:#666}
html,body{font-family:"Helvetica Neue",Helvetica,Arial,sans}body{padding:20px}
2 changes: 1 addition & 1 deletion public/js/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions public/sass/app.sass
Expand Up @@ -6,10 +6,3 @@ html, body

body
padding: 20px

h1
font-size: 2em

p
font-size: 1em
color: #666
9 changes: 6 additions & 3 deletions views/index.md
@@ -1,6 +1,9 @@
Hello, World
============
![Loafer](/images/loafer.png)

This is a sample app using compass, foreman, haml, sass, compass, and markdown.
It works!
=========

Now quit loafing and start building your special little app.

Love,
[Zeke](https://twitter.com/#!/zeke)
2 changes: 1 addition & 1 deletion views/layout.haml
Expand Up @@ -2,7 +2,7 @@
%html{lang: "en"}
%head
%meta{charset: "utf-8"}
%title Hello World
%title Loafer
%link{rel: "stylesheet", href: "/css/app.css", type: 'text/css', media: "screen", charset: "utf-8"}
%script{type: "text/javascript", src:"/js/app.js"}
Expand Down

0 comments on commit a51896a

Please sign in to comment.