pelican

Add CSS rules to Pelican without creating a theme

Add CSS rules to Pelican without creating a theme Question: I rather like the default Pelican theme notmyidea. It serves my purposes nicely. However, in order to implement the Python-Markdown admonishments extension, I need to add a few css rules to the template. Nothing I can find in the documentation (or through googling) seems to …

Total answers: 2

Pelican 3.3 pelican-quickstart error "ValueError: unknown locale: UTF-8"

Pelican 3.3 pelican-quickstart error "ValueError: unknown locale: UTF-8" Question: When I was trying to use pelican3.3, I typed the commend “pelican-quickstart”, some errors showed up. These are the errors: (PelicanEnv)59-127-113-90:myblog Richo$ pelican-quickstart Traceback (most recent call last): File “/Users/Richo/Dropbox/Github/PelicanEnv/bin/pelican-quickstart”, line 9, in <module> load_entry_point(‘pelican==3.3’, ‘console_scripts’, ‘pelican-quickstart’)() File “/Users/Richo/Dropbox/Github/PelicanEnv/lib/python2.7/site-packages/pkg_resources.py”, line 378, in load_entry_point return get_distribution(dist).load_entry_point(group, name) …

Total answers: 6