Changeset - 1c38a11c8ae2
[Not reviewed]
0 1 0
Michael Guravage (guravage) - 11 years ago 2015-01-13 16:04:52
m.a.guravage@cwi.nl
Corrected misspelled path
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
README.txt
Show inline comments
 
@@ -65,25 +65,25 @@ Second, you can clone the template directly to your local machine::
 
This clone resides on your local machine. Its origin is read-only, so
 
you'll have to create a remote repository somewhere and reassign your
 
clone's origin to point to your new remote repository before you can
 
push your changes. See the 'Archiving your site' section below for
 
instructions how to create a remote Rhodecode repository.
 

	
 
Installing the Pelican CWI Theme
 
--------------------------------
 

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

	
 

	
 
Usage
 
=====
 

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

	
 
    cd cwi/projects/cwi
 
    make html
 

	
0 comments (0 inline, 0 general)