mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Fri 23 Sep 02:28:23 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
60df59da5d
commit
90e23d4da9
2 changed files with 2 additions and 3 deletions
|
@ -1 +0,0 @@
|
||||||
fe9cdebb971b9c7a0ec8da637eb91cde4663e5d871ea3ac7f107b1cd46413fac
|
|
|
@ -607,7 +607,7 @@ def clean(config: Dict) -> Tuple[int, Dict]:
|
||||||
config["blog-dir"],
|
config["blog-dir"],
|
||||||
"index.html",
|
"index.html",
|
||||||
"content/*.min.*",
|
"content/*.min.*",
|
||||||
"*.hash",
|
"blog_json_hash.txt",
|
||||||
"manifest.json",
|
"manifest.json",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -649,7 +649,7 @@ def generate_metadata(config: Dict) -> Tuple[int, Dict]:
|
||||||
)
|
)
|
||||||
|
|
||||||
with open(DEFAULT_CONFIG_FILE, "rb") as blog_api_file:
|
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(
|
with open(
|
||||||
f"{DEFAULT_CONFIG_FILE.replace('.', '_')}_hash.txt", "w"
|
f"{DEFAULT_CONFIG_FILE.replace('.', '_')}_hash.txt", "w"
|
||||||
|
|
Loading…
Add table
Reference in a new issue