Updates
This commit is contained in:
@@ -46,7 +46,8 @@ class ContentItemPrototype:
|
|||||||
# Special handling for the 'about' item
|
# Special handling for the 'about' item
|
||||||
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