Generating stuff with custom templating engines is cool. No code release yet, but as an example, this page is generated with the following template:
<!DOCTYPE html><!--set title Thoughts-->
<html lang="en">
<!--template head-->
<body>
<!--template nav-->
<h1>2023-05-15</h1>
<p>Generating stuff with custom templating engines is cool. No code release yet, but as an example, this page is
generated with the following template:</p>
<!--pygmentize thoughts/index.template.html-->
<h1>2023-05-12</h1>
<p>Generating an entire site from 1 Emacs org-mode document is probably not a great idea.</p>
<h1>2023-05-12</h1>
<p>Writing plain HTML and CSS by hand is oddly relaxing.</p>
</body>
</html>
Generating an entire site from 1 Emacs org-mode document is probably not a great idea.
Writing plain HTML and CSS by hand is oddly relaxing.