updates
This commit is contained in:
@@ -39,9 +39,9 @@ def init_site_old():
|
||||
create_content("about")
|
||||
|
||||
def init_site():
|
||||
logger.debug(f"Initializing new site")
|
||||
site = SitePrototype
|
||||
site = Site()
|
||||
site.init_site()
|
||||
|
||||
def build_site():
|
||||
logger.debug("Building site")
|
||||
site = Site()
|
||||
site.build()
|
||||
Reference in New Issue
Block a user