package generator // matrixTemplate is a hacker-style theme inspired by The Matrix — black // background, bright matrix-green (#00ff41) text, monospace throughout, // no decorations beyond a faint scanline overlay. // WebGL scene: digital rain particle columns that simulate the iconic falling // green characters, with vertex-colour fading from bright head to dark tail. const matrixTemplate = ` snonux.foo // MATRIX {{template "splashGate"}}
SNONUX.FOO
Follow the signal
wake up — click or enter
{{template "navhints" .}}
{{range $i, $post := .Posts}}
@snonux
{{$post.FormattedTime}}
{{$post.ContentHTML}}
{{end}}
{{if or .PrevPage .NextPage}} {{end}}
{{template "navmodal" .}} {{template "navscript" .}} `