SITE://DANHILL.US  MODE://TEXT  FEED://ONLINE
== PAGE ==

First Contact

PATH /posts/first-contact/ | DATE 2026-03-13

Why this site exists

A place to publish technical notes, project docs, and the occasional write-up without overthinking it.

How it works

Static site, no JavaScript, text-forward layout. Navigation, taxonomy pages, and docs all work without client-side code.

Code example

1
2
3
4
5
6
7
package main

import "fmt"

func main() {
    fmt.Println("hello, world")
}