webgen v4.0.55 Defaultdir für Markdonwfiles geändert
This commit is contained in:
parent
9d687a6fe2
commit
254bf1f9e6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from dialog import Dialog
|
|||
# fileending (f.e. .html) shall it have. Preset values.
|
||||
webbasedir = os.path.expanduser("~/www/i21k.de/")
|
||||
targetdir = webbasedir + "posts/"
|
||||
sourcedir = os.path.expanduser("~/python/webgen/")
|
||||
sourcedir = os.path.expanduser("~/python/webgen/mds/")
|
||||
|
||||
### for module mkdirindex:
|
||||
filesdir = webbasedir + "files/"
|
||||
|
|
Loading…
Reference in a new issue