Changeset - bb678227457a
[Not reviewed]
0 1 0
Chris Wesseling (ccw) - 11 years ago 2015-01-12 15:28:20
chris.wesseling@cwi.nl
Turn localhost serve page into a hyperlink.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
README.txt
Show inline comments
 
@@ -65,25 +65,25 @@ To generate html output, go to the project directory and invoke Pelican via make
 
    cd cwi/projects/cwi
 
    make html
 

	
 
Previewing
 
----------
 

	
 
Pelican has its own built-in server. You can invoke it with make; or
 
you can regenerate the HTML and serve it in one command::
 

	
 
    make html serve
 

	
 
The server uses port 8000 by default. After starting the server point
 
you browser to the url: localhost:8000.
 
you browser to the url: http://127.0.0.1:8000/.
 

	
 

	
 
Customizing Configuration Settings
 
----------------------------------
 

	
 
Pelican has a plethora of setting; all configurable in file whose
 
default name is 'pelicanconf.py.' Please refer to `the settings
 
section <http://docs.getpelican.com/en/3.5.0/settings.html>`_ in the
 
Pelican documentation.
 

	
 
Here is the contents of pelicanconf.py used in the cwi project
 
template. Observe that the 'THEME' setting is assigned the string
0 comments (0 inline, 0 general)