We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5cc4d commit 2603278Copy full SHA for 2603278
tasks.py
@@ -13,15 +13,15 @@
13
from pelican.server import ComplexHTTPRequestHandler, RootedHTTPServer
14
from pelican.settings import DEFAULT_CONFIG, get_settings_from_file
15
16
-SETTINGS_FILE_BASE = 'pelicanconf.py'
+SETTINGS_FILE_BASE = 'conf/pelicanconf.py'
17
SETTINGS = {}
18
SETTINGS.update(DEFAULT_CONFIG)
19
LOCAL_SETTINGS = get_settings_from_file(SETTINGS_FILE_BASE)
20
SETTINGS.update(LOCAL_SETTINGS)
21
22
CONFIG = {
23
'settings_base': SETTINGS_FILE_BASE,
24
- 'settings_publish': 'publishconf.py',
+ 'settings_publish': 'conf/publishconf.py',
25
# Output path. Can be absolute or relative to tasks.py. Default: 'output'
26
'deploy_path': SETTINGS['OUTPUT_PATH'],
27
# Remote server configuration
0 commit comments