New album post

← Back to Album

Compose a new album post below. When you hit Generate post, your browser builds a zip containing the markdown file (destined for _albums/) and your images (destined for images/album/), using the filenames the markdown expects. Unzip at the repo root, commit, and push — GitHub Pages builds the post automatically. Nothing is uploaded anywhere from this page.

Section

Live preview

Title appears here

Generated markdown

Instructions

  1. Pick a Section above (Album or Memes). The zip routes files accordingly:
    • Album_albums/ & images/album/
    • Memes_albums/memes/ & images/album/memes/
  2. Click Generate post. A zip downloads.
  3. Unzip at the repo root — the zip's top-level folders already match the repo layout.
  4. git add _albums images/album && git commit -m "album: new post" && git push