From dd62899227b0008da68e04c0cb3eaf77d766ef58 Mon Sep 17 00:00:00 2001 From: "alessio.quaresima" Date: Thu, 12 Nov 2020 20:05:56 +0100 Subject: [PATCH] name changed --- Makefile | 3 +++ pelicanconf.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 624914f..342654b 100644 --- a/Makefile +++ b/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) diff --git a/pelicanconf.py b/pelicanconf.py index c998310..7e385b8 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals AUTHOR = 'Tomas Parzen' -SITENAME = 'Locura y Pollo' +SITENAME = 'debris' SITEURL = '' PATH = 'content'