My meta files for my irregular.ninja photo site generation
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-18 11:07:46 +03:00
alt.irregular.ninja Revert footer link to the default shuriken.sh credit 2026-06-19 08:11:09 +03:00
irregular.ninja Revert footer link to the default shuriken.sh credit 2026-06-19 08:11:09 +03:00
so.war.das some personal album 2026-07-18 11:05:44 +03:00
.gitignore add temp staging dirs to gitignore 2026-07-18 11:07:46 +03:00
Justfile all 2026-06-19 08:10:42 +03:00
README.md adjust comment 2026-06-15 14:40:54 +03:00

irregular.ninja

Photo site generation for irregular.ninja and alt.irregular.ninja (the latter URL brings you to a site with the 2nd-order photos, which I don't like quite as much as the photos on the "main" page).

This repository contains the working directories and build automation for generating static photo albums using shuriken.sh, a lightweight shell-based photo album generator.

Structure

  • irregular.ninja/ — Main photo album (https://irregular.ninja)

    • shuriken.conf — Album configuration (title, geometry, templates)
    • incoming/ — Symlink to the source photo directory
    • incoming-invalid/ — Placeholder for rejected/invalid photos
    • Justfile — Build recipes for this album
  • alt.irregular.ninja/ — Alternative photo album (https://alt.irregular.ninja)

    • shuriken.conf — Album configuration
    • incoming/ — Symlink to the source photo directory
    • Justfile — Build recipes for this album
  • Justfile — Top-level build file that delegates to both sub-albums

Building

Generate a single album:

just irregular.ninja/generate
just alt.irregular.ninja/generate

Generate both albums:

just all

Dry-run to preview changes without writing:

just dry-run-all

Tool

Album generation is powered by shuriken.sh.