From 8b2856939de784ea25c19ae80224bedac8600724 Mon Sep 17 00:00:00 2001 From: Jamie Schembri Date: Fri, 16 Jan 2026 09:20:53 +0100 Subject: [PATCH] Add AI note --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc0c9ef..6ef2bf8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ You want to write something and share it with the world. But you'd need to set u Hold up there, sunshine. Blurt's got your back. This is everything you _really_ need to write and publish stuff on the internet. +**Note:** Code was written primarily by AI because I'm not nuts enough to maintain a shell script of this complexity. + ## Quick start + 1. [Create a repo from this template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template#creating-a-repository-from-a-template) 2. On your repo, go to settings -> Pages -> Source: select GitHub Actions 3. Clone your repo @@ -91,7 +94,12 @@ Example usage in a template: ```html ``` @@ -139,6 +147,7 @@ When ImageMagick is installed, blurt automatically generates OpenGraph images fo - `dist//og.jpg` - for each post Images display: + - Site URL (top-left) - Date (top-right, posts only) - Title (bottom-left) @@ -148,7 +157,7 @@ Images display: Both the favicon and OpenGraph images use a configurable highlight color. Set it in `config.yaml`: ```yaml -social_highlight: "#3b82f6" # Any hex color +social_highlight: "#3b82f6" # Any hex color ``` The `social.html` partial includes all necessary meta tags for OpenGraph and Twitter cards. -- 2.51.2