Updates
This commit is contained in:
@@ -47,6 +47,7 @@ class ContentItemPrototype:
|
|||||||
if self.slug == 'about':
|
if self.slug == 'about':
|
||||||
self.image = 'static/about.jpg'
|
self.image = 'static/about.jpg'
|
||||||
|
|
||||||
|
logger.info(f"Building the '{Config.MAIN_PAGE_TITLE}' site.")
|
||||||
# Recreate the output dir if needed
|
# Recreate the output dir if needed
|
||||||
if output_dir.exists():
|
if output_dir.exists():
|
||||||
shutil.rmtree(output_dir)
|
shutil.rmtree(output_dir)
|
||||||
|
|||||||
Reference in New Issue
Block a user