About Archive Tag Cloud Translations RSS

You are writing a comment about Making Static Dynamic Again; AYM CMS, here is a quick summary:

A few lines of code and a few minutes of refactoring and my previous blog post evolved into a full-fledged static content management system based on the Django templating system. It aims to facilitate the creation of complex static websites quickly and with minimal human effort. Welcome to AYM CMS.


You are responding to this comment written by Michael Gardner on September 15th 2008, 19:52.

I think this is a great solution. I'm currently learning django and have had that itch that was nagging at me. What if I don't need anything dynamic (db driven website), but want to create a static website but don't want to be repeating myself endlessly when using plain old html. This is a nice medium. I'll give it a try...thanks for your work.


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")