Merge pull request #236 from m-r-r/pelican-qickstart

Removed small errors in pelican-quickstart
This commit is contained in:
Alexis Metaireau 2012-03-10 04:24:57 -08:00
commit 38668785e4

View file

@ -40,7 +40,7 @@ html: clean $$(OUTPUTDIR)/index.html
\t@echo 'Done'
$$(OUTPUTDIR)/%.html:
\t$$(PELICAN) $$(INPUTDIR) -o $$(OUTPUTDIR) -s $$(CONFFILE)
\t$$(PELICAN) $$(INPUTDIR) -o $$(OUTPUTDIR) -s $$(CONFFILE) $$(PELICANOPTS)
clean:
\trm -fr $$(OUTPUTDIR)
@ -94,7 +94,7 @@ DEFAULT_PAGINATION = $default_pagination
CONF = {
'pelican' : 'pelican',
'pelicanopts' : None,
'pelicanopts' : '',
'basedir': '.',
'ftp_host': 'localhost',
'ftp_user': 'anonymous',
@ -103,7 +103,7 @@ CONF = {
'ssh_user': 'root',
'ssh_target_dir': '/var/www',
'dropbox_dir' : '~/Dropbox/Public/',
'default_pagination' : 7,
'default_pagination' : 10,
'lang': 'en'
}