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

@@ -0,0 +1,19 @@
---
title: "Update Brid Gy"
date: 2025-05-20T17:29:28+02:00
description:
tags:
- webmention
- brid.gy
categories:
reply:
repost:
like:
rsvp:
bookmark:
---
Adding new code for better control [Brid.gy](https://brid.gy/) for post and micro stuffs.
This one is a test for the new code

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 = {