class RuneBlog::Default # This will all become much more generic later. BlogHeader = <<-TEXT Ruby, Elixir, and More

Yet another blog by Hal Fulton



Note: I can never find a blogging engine I like!
For now, this will just be a set of static pages.

If you want to comment, just email me.

TEXT BlogTrailer = <<-TEXT TEXT PostTemplate = <<-'TEXT' # interpolate later .mixin liveblog .title #@title .pubdate #@date .views #@view .tags .teaser #{@meta.teaser} .end #{@meta.body} TEXT TeaserTemplate = <<-'TEXT' # interpolate later

#{@meta.title.chomp}
#{@meta.pubdate.chomp}



#{@meta.body}
Back Home TEXT end