New album post
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.
Live preview
Title appears here
Generated markdown
Instructions
- Pick a Section above (Album or Memes). The zip routes files accordingly:
- Album →
_albums/&images/album/ - Memes →
_albums/memes/&images/album/memes/
- Album →
- Click Generate post. A zip downloads.
- Unzip at the repo root — the zip's top-level folders already match the repo layout.
git add _albums images/album && git commit -m "album: new post" && git push