This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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






