New micro
This commit is contained in:
@@ -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"]
|
||||
|
||||
17
content/micro/2025/07/dnd-response/index.md
Normal file
17
content/micro/2025/07/dnd-response/index.md
Normal 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
|
||||
@@ -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):
|
||||
|
||||
4
makefile
4
makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user