Add new index file for Brid.gy updates and remove image generation from micro post function

This commit is contained in:
Fundor333
2025-05-20 17:31:51 +02:00
parent c5ce286767
commit a2340ce173
2 changed files with 19 additions and 1 deletions

View File

@@ -61,7 +61,6 @@ def micro_fc():
generated = f"{year.rjust(4, "0")}/{month.rjust(2, "0")}/{title}"
os.system(f"hugo new micro/{generated}/index.md")
print(f"Generated {generated}/index.md")
generate_img(name, f"micro/{title}")
ANSWER = {