Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #214 from koalie/patch-8
Browse files Browse the repository at this point in the history
typo and grammar pass
  • Loading branch information
foxmask committed Oct 6, 2017
2 parents ea076eb + 25297ff commit cced975
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/pelican.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pelican Static Site Generator
modifications of settings.py
----------------------------

1) INSTALLED_APPS :
1) INSTALLED_APPS:

add or uncomment the following line

Expand All @@ -27,9 +27,9 @@ to get
'th_pelican',
)
2) Cache :
2) Cache:

After the default cache add :
After the default cache add:

.. code-block:: python
Expand Down Expand Up @@ -76,7 +76,7 @@ to get
)
4) Pelican Author :
4) Pelican Author:
Set an author that will be added to the creation of each post
Expand All @@ -102,6 +102,6 @@ from http://yourdomain.com/admin/django_th/servicesactivated/add/
* Select "Pelican",
* Set the Status to "Enabled"
* Uncheck "Auth Required": this service does not required an authorization to access to something
* Fill a description
* Uncheck "Auth Required": this service does not required an authorization to access anything
* Provide a description

0 comments on commit cced975

Please sign in to comment.