This commit is contained in:
Mrrp 2025-01-04 12:20:53 -08:00
parent 6c2bae94d8
commit 2d78426857
11 changed files with 159 additions and 101 deletions

View file

@ -56,5 +56,5 @@ post_list = generate_page_list(pages.get_pages_info("", "assets/blog"));
print(post_list)
# Output to assets/blog_list.json (overwriting)
with open("assets/blog_list.json", "w") as f:
with open("assets/meta/post_list.json", "w") as f:
f.write(post_list)