/hermannm.dev

hermannm's personal website and Go package host. Built with Go's html/template, the goldmark Markdown parser and Tailwind CSS.

Primary LanguageGoMIT LicenseMIT

hermannm.dev

hermannm's personal website and Go package host. Built with Go's html/template, the goldmark Markdown parser and Tailwind CSS.

Development setup

  1. Install Go and Node.js
  2. Run npm ci to install NPM dependencies
  3. Run go run . to build the site once
  4. Run go run . -dev to serve and rebuild the site every time content/templates/sitebuilder files change