This is the source behind elliotquotes.com. There is very little to it. When you run
groovy rizzo.groovy
the script will use Groovy’s template framework to create
-
a home page with the last post, using the home.html template
-
a page for each post, using the post.html template
-
an Archives page, using the archives.html and arc_entry.html templates
Post files are in HTML format. They contain a title
, a dateCreated
(used on the Archives page to indicate the date of posting), a dateWritten
, and the post content
.