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
 
@@ -36,14 +36,14 @@ install the Markdown library::
 

	
 
Typographical enhancements can be enabled in your settings file, but
 
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
 
content. While you can install the template anywhere you like, for
 
this example, please clone the cwi-pelican-template Git repository in
 
the root of your Pelican virtual environment.
 
@@ -75,12 +75,29 @@ The cwi project template uses the CWI theme - included in the repository.
 
Install the theme so Pelican knows where to find it::
 

	
 
    pelican-themes --symlink ${PWD}/cwi/themes/cwi
 
    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
 
=====
 

	
 
To generate html output, go to the project/cwi directory and invoke
 
Pelican via make::
 

	
0 comments (0 inline, 0 general)