From f357bf34044776ceb9c894c037a5f219b7833b70 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 17 Jun 2026 23:23:58 +0300 Subject: Set SOURCE_URL footer link to the irregular.ninja repo shuriken 0.9.0 makes the footer "Site generated ... with " configurable. Point both sites at codeberg.org/snonux/irregular.ninja instead of the default shuriken.sh credit link. Takes effect on the next regeneration. Co-Authored-By: Claude Opus 4.8 --- alt.irregular.ninja/shuriken.conf | 3 +++ irregular.ninja/shuriken.conf | 3 +++ 2 files changed, 6 insertions(+) diff --git a/alt.irregular.ninja/shuriken.conf b/alt.irregular.ninja/shuriken.conf index f48445a..6eaa770 100644 --- a/alt.irregular.ninja/shuriken.conf +++ b/alt.irregular.ninja/shuriken.conf @@ -1,6 +1,9 @@ # The title of the photoalbum TITLE='Alternative Irregular Ninja' +# Source/project link shown in the page footer ("Site generated ... with "). +SOURCE_URL=https://codeberg.org/snonux/irregular.ninja + # Thumbnail height geometry THUMBHEIGHT=400 # Normal geometry height when viewing a photo. diff --git a/irregular.ninja/shuriken.conf b/irregular.ninja/shuriken.conf index dab3476..0a073a9 100644 --- a/irregular.ninja/shuriken.conf +++ b/irregular.ninja/shuriken.conf @@ -1,6 +1,9 @@ # The title of the photoalbum TITLE='Irregular Ninja' +# Source/project link shown in the page footer ("Site generated ... with "). +SOURCE_URL=https://codeberg.org/snonux/irregular.ninja + # Thumbnail height geometry THUMBHEIGHT=400 # Normal geometry height when viewing a photo. -- cgit v1.2.3