lith@1nm:~/writings$ cat hello-world.md
Hello world!
· 164 words · ~1 min
First post. This site is for notes on simulation work in semiconductor manufacturing: wafer-scale AI chips, computational lithography, and the numerics behind both.
Technically it's Markdown files in content/posts/, built to static HTML with
Next.js. No CMS, no database, and the only client-side JavaScript is the light
switch in the status bar.
what's in a post
A post is a .md file with frontmatter on top:
---
title: Hello world!
date: 2026-09-21
summary: What this site is about, and how it is put together.
draft: false
---Everything else is GitHub-flavoured Markdown, plus a few extras:
- fenced code with syntax highlighting (
shikiunder the hood) $\LaTeX$math via KaTeX — inline like or in display mode:
- tables, footnotes1, task lists, and raw HTML where needed.
the look
Monospace, one column, no animation apart from the cursor. It's what I'd want to read.
Footnotes
-
Like this one. ↩