{{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }} {{ $notfound := resources.Get "css/components/404.css" | fingerprint }} {{ partial "header.html" . }}
"

The page you're looking for doesn't exist. But that's okay, nothing exists until you find it.

— 404 Philosopher

Recent Articles

    {{ range first 5 (.Site.RegularPages.ByDate.Reverse) }}
  • {{ .Title }}
  • {{ end }}
$ curl https://danix.xyz/lost
404: Not Found
$ ls /articles
{{ partial "footer.html" . }} {{ $notFoundJS := resources.Get "js/404.js" | fingerprint }}