added compass, added some basic stylesheets

This commit is contained in:
B Mathis 2009-10-18 20:10:45 -05:00
parent 82d0251da1
commit d8d51719fb
33 changed files with 691 additions and 8 deletions

View file

@ -6,13 +6,16 @@
%meta{:name=>"description", :content=>page.description}/
- if page.respond_to? :keywords
%meta{:name=>"keywords", :content=>page.keywords}/
%link{:href=>"/stylesheets/screen.css", :rel=>"stylesheet", :media=>"screen, projection", :type=>"text/css"}
%body
#header
.page_width
%a.title(href="/")Blog
%a.title(href="/") My Blog
%ul#header_nav.nav
%li.alpha
%a(href="/") Home
%a(href="/archives") Archives
%li.omega
%a(href="/atom.xml") Subscribe
#page
.page_width
= content

View file

@ -6,15 +6,20 @@
%meta{:name=>"description", :content=>page.description}/
- if page.respond_to? :keywords
%meta{:name=>"keywords", :content=>page.keywords}/
%link{:href=>"/stylesheets/screen.css", :rel=>"stylesheet", :media=>"screen, projection", :type=>"text/css"}
%body
#header
.page_width
%a.title(href="/")Page Title
%a.title(href="/")My Blog
%ul#header_nav.nav
%li.alpha
%a(href="/") Home
#page
.page_width
%h2= rp(page.title)
= content
%p.pubdate
Published:
=page.date.strftime("%d %b, %Y")
#footer
.page_width Footer