~mrms/mmgal

Static HTML gallery generator written in Make
fix footer and add meta viewport

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~mrms/mmgal
read/write
git@git.sr.ht:~mrms/mmgal

You can also use your local clone with git send-email.

#MMGAL

A sane solution for self hosted image galleries implemented in make and shell. It generates static files without any javascript. You can see it in action here.

#features

  • tiny static html output
  • very lightweight
  • automatically generates thumbnails

#limitations

  • currently supports only webp images
  • no video support

#usage

Step 1: Install MMTT

Step 2: Clone this repository and cd into it.

git clone https://git.sr.ht/~mrms/mmgal; cd mmgal

Step 3: Copy in your galleries. A gallery is a folder containing webp images.

Step 4: Create the galleries file.

Gallery name=gallery_folder
Another gallery name=another_gallery_name

Step 5: Run make

#license

See LICENSE in repo root.