Hello, World
Welcome to the first post. This site renders Org-mode documents to HTML with a single Go binary1 The binary embeds every asset — content, styles, and fonts — so it runs with the network cable unplugged. — the same one that serves them.
Assets
A diagram from this post's own bundle:
And the site mark, shared across posts:
Rendering
The renderer highlights source blocks at build time (zero client JavaScript2 Highlighting runs through chroma during the build; the browser receives colored HTML and no highlighter script.):
func main() {
fmt.Println("hello from a submarine")
}
Two quick asides in one breath3 The first aside, kept in its own margin. and4 The second aside, which must not appear when you open the first. then done.
That's it for now.