blogofile_blog icon indicating copy to clipboard operation
blogofile_blog copied to clipboard

A Blogofile blog plugin

Results 14 blogofile_blog issues
Sort by recently updated
recently updated
newest added

So far, using the excerpts feature in the blog was not straightforward, and required the user to customize the templates. See [here](http://www.blogofile.com/demo/post_excerpts.html) for explanation. This patch handles the following two...

It is currently not possible to configure the pygments css files generated by the syntax highlight filter to be written to any directory other than '/css'. This is because the...

Under python 2 (2.6, in particular) the `blogofile blog post list` fails with a `UnicodeEncodeError` . (This is with the stock blog site template.) This fixes that, at least for...

When writing posts with code snippets in rst format, e.g.: ``` --- title: Hello (Java) World --- My first post, a sample Java program! .. include:: ./snippets/HelloWorld.java :code: java ```...

This PR moves the package metadata out of the `blogofile_blog` module and into `setup.py`. The motivation for this is to allow `python setup.py bdist_egg` to work without having Blogofile installed....

See https://groups.google.com/d/topic/blogofile-discuss/7Y7eXWOH29o/discussion Make BeautifulSoup an install dependency, but try to import lxml first and fall back to BeautifulSoup if there is an import exception.

enhancement

## Environment: $ python --version Python 2.7.1 $ blogofile --version Blogofile 0.8b1 -- http://www.blogofile.com -- CPython 2.7.1 $ blogofile plugins list blog (0.8b1) - A simple blog engine - Ryan...

bug

Not sure if this is a real issue, or how to solve it's bugging me in a post I'm working on, so I'm flagging it here for future consideration. Working...

improvement suggestion
post-0.8

This is mostly a placeholder to prevent the 0.8 milestone from being closed before the release actually happens.

Add a command line option to `blogofile blog post create` to specify the markup type to use for the post being created. This is basically adding a command line interface...

post-0.8