-
Notifications
You must be signed in to change notification settings - Fork 6
Minimal static blog with atom and tag support
License
mattd/reprise
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Reprise - As minimal a hAtom blog as possible 1. vi entries/YYYY.MM.DD.Entry.Title.in.Camel.Case 2. Tag your entries by making the first line read: Tags: sometag anothertag lasttag The tag preamble should be followed by a blank line. 3. For Ruby version: gem install BlueCloth rubypants haml ratom For Python version: easy_install markdown smartypants Jinja2 lxml Pygments 4. ./reprise.rb or ./reprise.py 5. Hook up public/ to a web server like nginx 6. Rewrite requests from /.+/ to /.+\.html/: if (-f $request_filename.html) { rewrite (.*) $1.html break; }
About
Minimal static blog with atom and tag support
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published