-
This is what one of my content files has in it:
```
### First stuff
I'm in love with [hyde](https://github.com/hyde/).
```
This is all inside of:
```
{% filter markdown|typogrify -%}
{% mark post -…
-
If a template contains something like "10th" Typogrify will wrap that in a class so that CSS can make it look nicer - even if it's a url (on a Links plugin, a menu, etc).
Naturally, this will break t…
-
Lets assume following title:
`"Jayhawks" & KU fans act extremely obnoxiously`
After applying typogrify:
``` html
“Jayhawks” & KU fans act extremely obnoxiously
```
Now this re…
-
So this is what I get when I try to `pip install hyde` in a virtualenv in Windows. How come this is happening and how do I solve it?
```
C:\Users\s3z\Desktop\My Dropbox\Art_website>Scripts\activa…
-
I get stuck at "Could not find any downloads that satisfy the requirement typogrify-hyde (from hyde)" when I attempt to install via "pip install hyde" inside a clean virtualenv. This issue first occur…
-
I get:
TemplateSyntaxError at /news/long-title/
Invalid template name in 'extends' tag: ''. Got this from the 'newsarticle.get_template' variable.
while trying to access news from the list.
Whole t…
-
Setting `TYPOGRIFY = True` and doing `pip install typogrify` followed by a `make html` will result in an import error:
```
>>> from typogrify import Typogrify
Traceback (most recent call last):
Fil…
-
I have installed Pelican 3.0 in a Python 2.7 virtualenv -- and populated content dir with a dummy entry to avoid the endless loop and max() error. Still, the server does not start properly:
```
Trace…
dmdm updated
12 years ago
-
I've spent a while trying to get the example project going. Took me a while to get past one dependency issue (see https://github.com/evildmp/Arkestra/pull/55 ) but now I'm feeling stuck on something e…
-
I get this error while trying to list records in Entity, ExternalSite and Event admin. It may be a misconfiguration or I lack some library but I haven't been able to locate what's the problem.
Enviro…