diff --git a/custom_syadmin/build_from_notion.py b/custom_syadmin/build_from_notion.py index eb106ef..3e93a0a 100644 --- a/custom_syadmin/build_from_notion.py +++ b/custom_syadmin/build_from_notion.py @@ -83,7 +83,7 @@ def hugo(hugo_site_path, dest, hugo_environment='gitea', base_url=None): if base_url: env["HUGO_PARAMS_BASEURL"] = base_url # run the hugo command - hugo_output = cmd(['hugo', '-e', hugo_environment, '-d', dest], cwd=hugo_site_path, env=env) + hugo_output = cmd(['hugo', '-e', hugo_environment, '-d', dest, '--noTimes'], cwd=hugo_site_path, env=env) def get_record_text(post):