Changeset - 892f60bb75ff
[Not reviewed]
0 1 0
Michael Guravage (guravage) - 11 years ago 2015-01-09 16:54:39
m.a.guravage@cwi.nl
Markdown syntax error.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
README.txt
Show inline comments
 
@@ -100,14 +100,14 @@ The url from which you cloned the cwi-pelican-template repository is
 
called the clone's 'origin.' To archive your clone you should change
 
its origin to point to a new repository and push it there. For
 
example, if I had created a new repository at scm.cwi.nl named
 
itf-pelican-site, I could push my site there with the following two
 
commands::
 

	
 
git remote add origin https://guravage@scm.cwi.nl/ITF/itf-pelican-site
 
git push -u origin master
 
    git remote add origin https://guravage@scm.cwi.nl/ITF/itf-pelican-site
 
    git push -u origin master
 

	
 

	
 
Creating new Pelican projects
 
-----------------------------
 

	
 
Pelican provides a scrip, appropriately named 'pelican-quickstart', to
0 comments (0 inline, 0 general)