name changed
This commit is contained in:
parent
d264685ace
commit
dd62899227
2 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -63,6 +63,9 @@ help:
|
||||||
@echo 'Set the RELATIVE variable to 1 to enable relative urls '
|
@echo 'Set the RELATIVE variable to 1 to enable relative urls '
|
||||||
@echo ' '
|
@echo ' '
|
||||||
|
|
||||||
|
publish:
|
||||||
|
pelican content -s publishconf.py
|
||||||
|
|
||||||
html:
|
html:
|
||||||
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
|
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
AUTHOR = 'Tomas Parzen'
|
AUTHOR = 'Tomas Parzen'
|
||||||
SITENAME = 'Locura y Pollo'
|
SITENAME = 'debris'
|
||||||
SITEURL = ''
|
SITEURL = ''
|
||||||
|
|
||||||
PATH = 'content'
|
PATH = 'content'
|
||||||
|
|
Loading…
Reference in a new issue