- Notifications
You must be signed in to change notification settings - Fork85
A static website compiler and blog engine written in Python.
License
EnigmaCurry/blogofile
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Blogofile is a static website compiler that lets you use various templatelibraries (Mako, Jinja2),and various markup languages (reStructuredText, Markdown, Textile)to create sites that can be served from any web server you like.
Version 0.8 of Blogofile breaks out the core static site compilerand gives it a plugin interface.That allows features like the blog engine that was Blogofile'soriginal raison d`être to be built on top of the core.
blogofile_blog is a blog engine plugin created by the Blogofile developers.With it installed you get a simple blog engine that requires nodatabase and no special hosting environment.You customize a set of Mako templates,create posts in reStructuredText, Markdown, or Textile, (or even plain HTML)and blogofile generates your entire blog asplain HTML, CSS, images, and Atom/RSS feedswhich you can then upload to any old web server you like.No CGI or scripting environment is needed on the server.
See theBlogofile website for an example of a Blogofile-generatedsite that includes a blog,and check out theproject docs for a quick-start guide,and detailed usage instructions.
Or, if you're the "just get it done sort",create a virtualenv,and dive in with:
pip install -U Blogofilepip install -U blogofile_blog
About
A static website compiler and blog engine written in Python.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.