From 57ba6f52a8ade950601fba4dbc25c2221d84c7da 2015-01-14 13:48:02 From: Michael A. Guravage Date: 2015-01-14 13:48:02 Subject: [PATCH] Added alternative installation method. --- diff --git a/README.txt b/README.txt index 25eee6c2ca83b9bd052f2d8d52e9b5279338df68..50b7683e3b4f6e25c0258ea0919a00a0658540ed 100644 --- a/README.txt +++ b/README.txt @@ -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 =====