From 5116962122731ca769038e827c24b519efc2f3c9 Mon Sep 17 00:00:00 2001 From: SG Date: Thu, 5 Jun 2025 20:40:19 +0300 Subject: [PATCH] Updates --- hydrogen.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hydrogen.py b/hydrogen.py index 057e1ab..2749156 100644 --- a/hydrogen.py +++ b/hydrogen.py @@ -46,7 +46,8 @@ class ContentItemPrototype: # Special handling for the 'about' item if self.slug == 'about': self.image = 'static/about.jpg' - + +logger.info(f"Building the '{Config.MAIN_PAGE_TITLE}' site.") # Recreate the output dir if needed if output_dir.exists(): shutil.rmtree(output_dir)