mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Removed small errors in pelican-quickstart
This commit is contained in:
parent
174f1b50c8
commit
fd1fbca520
1 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ html: clean $$(OUTPUTDIR)/index.html
|
||||||
\t@echo 'Done'
|
\t@echo 'Done'
|
||||||
|
|
||||||
$$(OUTPUTDIR)/%.html:
|
$$(OUTPUTDIR)/%.html:
|
||||||
\t$$(PELICAN) $$(INPUTDIR) -o $$(OUTPUTDIR) -s $$(CONFFILE)
|
\t$$(PELICAN) $$(INPUTDIR) -o $$(OUTPUTDIR) -s $$(CONFFILE) $$(PELICANOPTS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
\trm -fr $$(OUTPUTDIR)
|
\trm -fr $$(OUTPUTDIR)
|
||||||
|
|
@ -94,7 +94,7 @@ DEFAULT_PAGINATION = $default_pagination
|
||||||
|
|
||||||
CONF = {
|
CONF = {
|
||||||
'pelican' : 'pelican',
|
'pelican' : 'pelican',
|
||||||
'pelicanopts' : None,
|
'pelicanopts' : '',
|
||||||
'basedir': '.',
|
'basedir': '.',
|
||||||
'ftp_host': 'localhost',
|
'ftp_host': 'localhost',
|
||||||
'ftp_user': 'anonymous',
|
'ftp_user': 'anonymous',
|
||||||
|
|
@ -103,7 +103,7 @@ CONF = {
|
||||||
'ssh_user': 'root',
|
'ssh_user': 'root',
|
||||||
'ssh_target_dir': '/var/www',
|
'ssh_target_dir': '/var/www',
|
||||||
'dropbox_dir' : '~/Dropbox/Public/',
|
'dropbox_dir' : '~/Dropbox/Public/',
|
||||||
'default_pagination' : 7,
|
'default_pagination' : 10,
|
||||||
'lang': 'en'
|
'lang': 'en'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue