Add new index file for Brid.gy updates and remove image generation from micro post function
This commit is contained in:
19
content/micro/2025/05/update-brid-gy/index.md
Normal file
19
content/micro/2025/05/update-brid-gy/index.md
Normal 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
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user