Skip to content

Commit

Permalink
Update doc for Pelican 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
2xyo committed Jul 5, 2014
1 parent 3a59d97 commit 902c018
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions README.rst
Expand Up @@ -32,15 +32,25 @@ To install pelican-delicious, simply:
$ pip install pelican-delicious
or :

.. code-block:: bash
$ git clone
Then add a bit of code to your blog configuration:

.. code-block:: python
PLUGIN_PATHS = [
'/<path>/pelican-plugins',
'/<path>/pelican-delicious',
# '...']
PLUGINS = [
# ...
'pelican_delicious',
# ...
]
# '...',
'pelican_delicious']
Usage
-----
Expand All @@ -58,7 +68,7 @@ This will tell the plugin to insert links withs tag1 and tag2 into your post. Th
<div class ="delicious">
<dl>
<dt>Title</dt>
<dd>The Titile of the link</dd>
<dd>The Title of the link</dd>
<dt>Description</dt>
<dd>The Description</dd>
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -3,5 +3,5 @@ verbosity=1
detailed-errors=1
with-coverage=1
cover-package=pelican_delicious
debug=nose.loader,pelican_delicious, pelican
debug=nose.loader,pelican_delicious,pelican
where=pelican_delicious

0 comments on commit 902c018

Please sign in to comment.