MEMORYZONE
A WEBZINE FOR THE HAVENLESS CULTURE-TERRORIST
|
★ HOW TO POST ★No login, no database, no admin panel. Just files. |
Every post is two things:
/posts/<slug>.txt (plain text) or /posts/<slug>.md (markdown — rendered as HTML)./posts/index.json with the metadata (title, category, date, optional image).Upload the two changes to your host and the site picks them up on the next refresh.
/posts/./posts/index.json (there's a "COPY JSON" button).Nothing is sent anywhere. The composer runs entirely in your browser.
lower-kebab-case) — e.g. bad-dreams-07./posts/bad-dreams-07.txt (or .md). Write the body. Line breaks and blank lines are preserved in .txt./posts/index.json. Add at the top:
{
"id": "bad-dreams-07",
"title": "BAD DREAMS #07",
"category": "films",
"date": "2026-05-02",
"image": "",
"file": "posts/bad-dreams-07.txt"
},
Categories: films, books, music, news, games fiction.
/images/ — e.g. /images/bad-dreams-07.jpg./posts/index.json, set "image": "images/bad-dreams-07.jpg"."image": "https://i.imgur.com/abc.jpg".If the body file ends in .md, it's rendered via marked. You get:
# H1, ## H2, ### H3**bold**, *italic*[link](https://example.com)> blockquotesinline code inline imagesStyle is already tuned to the Manhunter palette — no extra CSS needed.
posts/index.json is likely invalid JSON. Paste it into jsonlint.com.id in the URL doesn't match any entry's id.file path is wrong or the file wasn't uploaded.