diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-17 23:23:58 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-17 23:23:58 +0300 |
| commit | f357bf34044776ceb9c894c037a5f219b7833b70 (patch) | |
| tree | d2001d6242a57ec37534e94a255c914c08319913 | |
| parent | 9658436d6d10c2eadc214b3b8611cf12deacef83 (diff) | |
Set SOURCE_URL footer link to the irregular.ninja repo
shuriken 0.9.0 makes the footer "Site generated ... with <link>" 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 <noreply@anthropic.com>
| -rw-r--r-- | alt.irregular.ninja/shuriken.conf | 3 | ||||
| -rw-r--r-- | irregular.ninja/shuriken.conf | 3 |
2 files changed, 6 insertions, 0 deletions
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 <URL>"). +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 <URL>"). +SOURCE_URL=https://codeberg.org/snonux/irregular.ninja + # Thumbnail height geometry THUMBHEIGHT=400 # Normal geometry height when viewing a photo. |
