mirror of
https://github.com/tiennm99/bonsai.git
synced 2026-09-18 02:19:09 +00:00
268ee81b889ac5ec7c81755a10ef286c4f0bb796
Bonsai
A minimalist Hugo theme for link-in-bio pages, inspired by Linktree and the Japanese art of bonsai — small, curated, intentional.
盆栽 (bonsai): "tray planting" — the art of growing miniature trees through patient, deliberate cultivation. Every branch placed with care.
Bonsai treats your bio page the same way: a quiet, well-pruned page that surfaces only what matters — your name, who you are, and where people can find you.
Features
- Single-page bio — name, avatar, tagline, links, that's it
- Data-driven links — define every link in
hugo.toml(ordata/links.yaml); no content files needed - Light & dark mode — respects system preference, toggleable
- Zero JavaScript by default — pure HTML + CSS; opt-in JS for theme toggle
- Responsive — mobile-first, looks right on every screen
- Japanese-aesthetic defaults — generous whitespace, calm palette, restrained typography
- Fast — < 10 KB CSS, no web fonts required (system stack)
- Accessible — semantic HTML, focus states, prefers-reduced-motion
Installation
As a Hugo Module (recommended)
hugo mod init github.com/<you>/<your-site>
hugo mod get github.com/tiennm99/bonsai
Add to hugo.toml:
[module]
[[module.imports]]
path = "github.com/tiennm99/bonsai"
As a Git submodule
git submodule add https://github.com/tiennm99/bonsai.git themes/bonsai
Set in hugo.toml:
theme = "bonsai"
Configuration
Minimal hugo.toml:
baseURL = "https://example.com/"
title = "Your Name"
theme = "bonsai"
[params]
name = "Your Name"
tagline = "Tending my little corner of the internet"
avatar = "/images/avatar.jpg"
bio = "Short bio. One sentence is plenty."
[[params.links]]
title = "GitHub"
url = "https://github.com/yourname"
icon = "github"
[[params.links]]
title = "Blog"
url = "https://yourblog.com"
icon = "globe"
[[params.links]]
title = "Email"
url = "mailto:you@example.com"
icon = "mail"
See exampleSite/ for a full reference.
Development
cd exampleSite
hugo server --themesDir ../..
License
Apache-2.0 © tiennm99
Description
Minimalist Hugo theme for link-in-bio pages — Linktree alternative with Japanese bonsai aesthetics.
Readme
Apache-2.0
1 MiB
Languages
HTML
54.1%
CSS
32.2%
Shell
8.9%
JavaScript
4.8%