Browse Source

name changed

alessio.quaresima 3 years ago
parent
commit
dd62899227
2 changed files with 4 additions and 1 deletions
  1. 3 0
      Makefile
  2. 1 1
      pelicanconf.py

+ 3 - 0
Makefile

@@ -63,6 +63,9 @@ help:
 	@echo 'Set the RELATIVE variable to 1 to enable relative urls			 '
 	@echo '										 '
 
+publish:
+	 pelican content -s publishconf.py
+
 html:
 	$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
 

+ 1 - 1
pelicanconf.py

@@ -3,7 +3,7 @@
 from __future__ import unicode_literals
 
 AUTHOR = 'Tomas Parzen'
-SITENAME = 'Locura y Pollo'
+SITENAME = 'debris'
 SITEURL = ''
 
 PATH = 'content'