diff --git a/Makefile b/Makefile index f39e769..e31a90b 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ clean: regenerate: $(PELICAN) -r $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) -serve: +serve: html ifdef PORT $(PELICAN) -l $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) -p $(PORT) else diff --git a/pelicanconf.py b/pelicanconf.py index f9af146..7c19ce5 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,8 +4,7 @@ from __future__ import unicode_literals AUTHOR = 'D' SITENAME = 'lost|traIn' -SITEURL = 'https://nosignal.hopto.org/site/losttrain' -#SITEURL = 'localhost:8000' +SITEURL = 'http://localhost:8000' PATH = 'content' OUTPUT_PATH = 'public' @@ -51,6 +50,6 @@ PLUGINS = ['assets'] # THEME (custom;originally 'monospace') #THEME = "./themes/white" -THEME = "./themes/aurora" -#THEME = "./themes/yoshi" +#THEME = "./themes/aurora" +THEME = "./themes/yoshi" #THEME = "./themes/moe-dark" diff --git a/publishconf.py b/publishconf.py index 2576e07..245fb05 100644 --- a/publishconf.py +++ b/publishconf.py @@ -11,7 +11,6 @@ sys.path.append(os.curdir) from pelicanconf import * SITEURL = '/site/losttrain' -#SITEURL = '/' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'