mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Use the actively maintained typogrify-web package
The Typogrify library is no longer actively maintained by the original author. These changes switch Pelican over to a new fork that will receive more consistent updates going forward.
This commit is contained in:
parent
0b3dc9db21
commit
505852c04c
5 changed files with 9 additions and 7 deletions
|
|
@ -133,8 +133,8 @@ Setting name (default value) What doe
|
|||
section below for more info.
|
||||
`TYPOGRIFY` (``False``) If set to True, several typographical improvements will be
|
||||
incorporated into the generated HTML via the `Typogrify
|
||||
<http://static.mintchaos.com/projects/typogrify/>`_
|
||||
library, which can be installed via: ``pip install typogrify``
|
||||
<https://pypi.python.org/pypi/typogrify-web>`_ library,
|
||||
which can be installed via: ``pip install typogrify-web``
|
||||
`DIRECT_TEMPLATES` (``('index', 'tags', 'categories', 'archives')``) List of templates that are used directly to render
|
||||
content. Typically direct templates are used to generate
|
||||
index pages for collections of content (e.g., tags and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue