@ericwastl

Grateful to the team for enabling my super-minimalist .

This is the idea:
monastic.neocities.org/

window.addEventListener("load", async (event) => {
const params = new URLSearchParams(document.location.search)
const filepath = params.get("c") ?? "index.md"
const filefetch = await fetch(filepath, {method: "GET", cache: "no-store"})
const markdown = await filefetch.text()
document.getElementById("content").innerHTML = marked.parse(markdown)
})

0

If you have a fediverse account, you can quote this note from your own instance. Search https://mastodon.uno/users/laravista/statuses/115598451679124623 on your instance and quote it. (Note that quoting is not supported in Mastodon.)