Changeset - 57ba6f52a8ad
[Not reviewed]
0 1 0
Michael Guravage (guravage) - 11 years ago 2015-01-14 13:48:02
m.a.guravage@cwi.nl
Added alternative installation method.
1 file changed with 19 insertions and 2 deletions:
0 comments (0 inline, 0 general)
README.txt
Show inline comments
 
@@ -39,8 +39,8 @@ first the requisite Typogrify library must be installed::
 

	
 
    pip install typogrify
 

	
 
Installing Pelican Project Template
 
-----------------------------------
 
Installing the Pelican Project Template
 
---------------------------------------
 

	
 
To kick start your website development, we have created a
 
pre-fabricated Pelican theme and project template with example
 
@@ -78,6 +78,23 @@ Install the theme so Pelican knows where to find it::
 
    pelican-themes --list -v
 

	
 

	
 
Alternatively - ITF can Install Pelican on Your Desktop
 
-------------------------------------------------------
 

	
 
If you do not want to customize the CWI theme, ITF can install Pelican
 
directly on your desktop machine. New sites are created with Pelican's
 
own quickstart script:
 

	
 
    pelican-quickstart
 

	
 
To use the CWI theme merely add THEME = 'cwi' to your site's
 
pelicanconf.py configuration file.
 

	
 
The first installation method relies on forking a repository; this
 
alternative method does not.  It is incumbent upon you to make sure
 
your sites are properly archived.
 

	
 

	
 
Usage
 
=====
 

	
0 comments (0 inline, 0 general)