aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/atom.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adds CDATA sections to atom.xml, fixes #198Frederic Hemberger2011-10-041-7/+5
|
* Add generator tag to Atom feed.Mikkel Hoegh2011-10-041-0/+1
| | | | | generator is an optional element, but let's give credit where it's due. Besides, it can be helpful to feed consumers to know what tool generated the file.
* Proper atom feed xml escapingAleksey Gureiev2011-10-021-4/+4
|
* Update atom.xml to use site.title and expand_urlsStephen Tudor2011-08-041-2/+2
|
* limited atom feed to 20 most recent itemsBrandon Mathis2011-07-311-1/+1
|
* Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis2011-06-291-0/+28
support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use