diff --git a/blog_json_hash.txt b/blog_json_hash.txt deleted file mode 100644 index 097a13e..0000000 --- a/blog_json_hash.txt +++ /dev/null @@ -1 +0,0 @@ -fe9cdebb971b9c7a0ec8da637eb91cde4663e5d871ea3ac7f107b1cd46413fac \ No newline at end of file diff --git a/scripts/blog b/scripts/blog index b6d4325..b7d56d3 100755 --- a/scripts/blog +++ b/scripts/blog @@ -607,7 +607,7 @@ def clean(config: Dict) -> Tuple[int, Dict]: config["blog-dir"], "index.html", "content/*.min.*", - "*.hash", + "blog_json_hash.txt", "manifest.json", } @@ -649,7 +649,7 @@ def generate_metadata(config: Dict) -> Tuple[int, Dict]: ) with open(DEFAULT_CONFIG_FILE, "rb") as blog_api_file: - log(f"Generating hash for {DEFAULT_CONFIG_FILE!r}") + log(f"Generating hash for {DEFAULT_CONFIG_FILE!r}", "HASH") with open( f"{DEFAULT_CONFIG_FILE.replace('.', '_')}_hash.txt", "w"