- Contains utilities for blogging
- Contains templates and other data in support of a blog
The .xml template files I have used (or are currently using) in my Blogger blog are:
-
template-stretch-denim-brents-color-scheme.xmlcontains a similar color scheme as intemplate-Son_of_Moto_Mean_Green_Blogging_Machine_variation.xmlbut doesn't suffer from the skinny nature of the latter. -
template-Son_of_Moto_Mean_Green_Blogging_Machine_variation.xmlis the original template that is too skinny but has the right color scheme. -
template-simple-josh-peterson-green-color-scheme.xmlis just the a saving off of my original Simple template before deciding I needed to add syntax highlighting for source code. -
<script class="brush: js" type="syntaxhighlighter"></script>template-with-code-syntax-highlighting.xmlis the same astemplate-simple-josh-peterson-green-color-scheme.xmlbut with the syntax highlighting code added (see http://www.craftyfella.com/2010/01/syntax-highlighting-with-blogger-engine.html for details). I did not have to do html encoding as his site indicated as long as I use theCDATAblocks. For example, these worked on my blog:
The Elisp file, blogger_template_scanner.el, is a set of utility
functions I used for scanning the CSS parts of the Blogger templates