Almost everything on this website is ordinary HTML and CSS. However, to make it easier to write long articles, everything in the /writing directory is generated from a markdown original.
You use marked to convert markdown files to HTML. To generate HTML from a markdown file, first ensure marked is installed:
bun iThen, run this command:
bun run marked -i writing/int-and-wis.md -o writing/int-and-wis.htmlFinally, paste the generated HTML within the template found at template.html.