mirror of
https://github.com/tiennm99/bonsai.git
synced 2026-09-01 16:17:29 +00:00
Minimalist Hugo theme for link-in-bio pages, inspired by Linktree and Japanese bonsai aesthetics. - Single-page bio with avatar, tagline, bio, and links - Data-driven via [params] in hugo.toml — no content files needed - Light/dark mode via prefers-color-scheme + optional toggle - Inline SVG icon set (github, globe, mail, twitter, linkedin, etc) - Zero JS by default; opt-in theme toggle script - exampleSite for local development
4 lines
66 B
HTML
4 lines
66 B
HTML
{{ define "main" }}
|
|
{{- partial "bio-card.html" . -}}
|
|
{{ end }}
|