/jank

An HTML file template that makes it easy to author and deploy writing as static content.

Primary LanguageHTMLMIT LicenseMIT

Jank

An HTML file template that makes it easy to author and deploy writing as static content.

Demo

Usage

All you need to do is to include this in a blank HTML file, and otherwise write in plain text with newlines and tabs:

<style>body { white-space: pre-wrap; margin: 1em auto; line-height:1.5; max-width: 32em; padding:0 1em; font-size: 1.6em; color: #333; } body * { overflow-x: scroll; max-width: 90%; } pre { background-color: #eee; padding: 1.5em; }</style>

Once you have your file, deploy it your favorite static website host. Or use something easy like Netlify.

Why?

Why not?