A person who is fond of or obsessed with blogs or blogging.
A static website compiler and blog engine, written and extended in Python.
Blogofile is a static website compiler, primarily (though not exclusively) designed to be a simple blogging engine. It requires no database and no special hosting environment. You customize a set of templates with Mako, create posts in a markup language of your choice (see Post Content) and Blogofile renders your entire website as static HTML and Atom/RSS feeds which you can then upload to any old web server you like.
- Categories and Tags.
- Comments, Trackbacks, and Social Networking mentions (Twitter, Reddit, FriendFeed etc), all with effective spam filtering using Disqus.
- RSS and Atom feeds, one for all your posts, as well as one per category. Easily create additional feeds for custom content.
- Syntax highlighting for source code listings.
- Ability to create or share your own plugins in your own userspace (see Filters and Controllers)
Blogofile is under active development, but strives to be usable and bug-free before the 1.0 release.
Make sure you have Python and Setuptools installed. On Ubuntu you just need to run:
sudo apt-get install python-setuptools
Download and install Blogofile with:
easy_install Blogofile
You can also get the latest development source code from github:
git clone git://github.com/EnigmaCurry/blogofile.git