mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00
Update README.rst
This commit is contained in:
parent
c986655a18
commit
31ccfd7e7c
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ website project into a full-fledged blog with:
|
|||
* `Font-Awesome integration`_
|
||||
|
||||
Looking for an example? Take a look at `ABlog documentation <http://ablog.readthedocs.org>`_
|
||||
where each manual and release is a blog post ;)
|
||||
where each manual page and release note is a blog post ;)
|
||||
|
||||
.. _Atom feeds: http://ablog.readthedocs.org/blog/atom.xml
|
||||
.. _Archive pages: http://ablog.readthedocs.org/blog/
|
||||
|
@ -46,13 +46,13 @@ If you already have a project, enable blogging by making following changes in ``
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
# 1. Append 'ablog' to list of extensions
|
||||
# 1. Add 'ablog' to list of extensions
|
||||
extensions = [
|
||||
'...',
|
||||
'ablog'
|
||||
]
|
||||
|
||||
# 2. Append templates path to `ablog.templates_path()`
|
||||
# 2. Add ablog templates path
|
||||
import ablog
|
||||
|
||||
# 2a. if `templates_path` is not defined
|
||||
|
|
Loading…
Add table
Reference in a new issue