New micro

This commit is contained in:
Fundor333
2025-07-26 21:23:55 +02:00
parent 4f5b14f555
commit 47d72e7df9
4 changed files with 21 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ repos:
"pydocstyle>=5.0.0",
]
- repo: https://github.com/oxipng/oxipng
rev: v9.1.4
rev: v9.1.5
hooks:
- id: oxipng
args: ["-o", "4", "--alpha"]

View File

@@ -0,0 +1,17 @@
---
title: "Dnd Response"
date: 2025-07-26T21:20:00+02:00
description: Response to a response about DnD Hosting
tags:
- dnd
categories:
reply: https://node.lordmatt.co.uk/2025/07/26/posts/replies/dnd-hosting/
repost:
like:
rsvp:
bookmark:
---
Thanks for the answer. Now we are using the free tear of Roll20 but we don't have the automation or a self hosting option.
If I find a self hosting solution I prefer than a sas option

View File

@@ -1,9 +1,9 @@
import datetime
import os
import re
from PIL import Image, ImageDraw, ImageFont # 👉️ Import modules from PIL
import typer
from typing import Annotated
from PIL import Image, ImageDraw, ImageFont
def generate_img(message: str, path: str):

View File

@@ -48,7 +48,7 @@ run: clean ## Build the site cleaning all
.PHONY: new
new: ## Make new object for the blog
@python3 make-post.py
@poetry run python3 make-post.py
characters: ## Sorting characters
@python3 sorting_characters.py
@@ -97,4 +97,4 @@ precommit: ## Run pre-commit hooks
@git add . & poetry run pre-commit run
micro: ## Run microblog script
@python3 make-post.py micro
@poetry run python3 make-post.py micro