Skip to content
Snippets Groups Projects
Verified Commit 9439a4d4 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Move output to public

parent 68f105fc
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ PELICANOPTS= ...@@ -4,7 +4,7 @@ PELICANOPTS=
BASEDIR=$(CURDIR) BASEDIR=$(CURDIR)
INPUTDIR=$(BASEDIR)/content INPUTDIR=$(BASEDIR)/content
OUTPUTDIR=$(BASEDIR)/output OUTPUTDIR=$(BASEDIR)/public
CONFFILE=$(BASEDIR)/pelicanconf.py CONFFILE=$(BASEDIR)/pelicanconf.py
PUBLISHCONF=$(BASEDIR)/publishconf.py PUBLISHCONF=$(BASEDIR)/publishconf.py
......
...@@ -11,7 +11,7 @@ from pelican.server import ComplexHTTPRequestHandler, RootedHTTPServer ...@@ -11,7 +11,7 @@ from pelican.server import ComplexHTTPRequestHandler, RootedHTTPServer
CONFIG = { CONFIG = {
# Local path configuration (can be absolute or relative to tasks.py) # Local path configuration (can be absolute or relative to tasks.py)
'deploy_path': 'output', 'deploy_path': 'public',
# Port for `serve` # Port for `serve`
'port': 8000, 'port': 8000,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment