public
Description: A simple Blosxom clone written in Ruby
Home | Edit | New

Themes

It is easy to override the default theme. Make sure the “themedir” option points to a valid directory. In this directory, create .rhtml files which will be loaded when your site is viewed. The filename must be one of the following:

  • header.rhtml – the site header which contains the title, etc
  • footer.rhtml – the site footer
  • sidebar.rhtml – contains the menu on the right side
  • rss.rhtml – the complete rss feed file, the only template which doesn’t depend on any other template files
  • layout.rhtml – the main layout file, this is the file which loads the header, footer and content
  • navigation.rhtml – this is the bit which lets you view previous and next pages
  • page.rhtml – viewing a single static content page
  • entry.rhtml – viewing a blog entry
  • css.rhtml – the css file for the whole site
Last edited by rsayers, Wed Feb 18 11:34:02 -0800 2009
Home | Edit | New
Versions: