mirror of
https://github.com/tiennm99/bonsai.git
synced 2026-06-02 02:10:40 +00:00
daa715a702
Adds v0.5.0 release notes to changelog highlighting linktree parity, Lighthouse improvements, and new opt-in features. Bumps minimum Hugo version requirement in theme.toml. Updates README with v0.5 feature summary. Prepares release for publication.
16 lines
685 B
TOML
16 lines
685 B
TOML
name = "Bonsai"
|
|
license = "Apache-2.0"
|
|
licenselink = "https://github.com/tiennm99/bonsai/blob/main/LICENSE"
|
|
description = "A minimalist Hugo theme for link-in-bio pages, inspired by Linktree and Japanese bonsai aesthetics — small, curated, intentional."
|
|
homepage = "https://github.com/tiennm99/bonsai"
|
|
demosite = "https://tiennm99.github.io/bonsai/"
|
|
tags = ["bio", "linktree", "minimal", "japanese", "personal", "landing", "icons"]
|
|
features = ["responsive", "dark mode", "fast", "no-js optional", "data-driven links"]
|
|
min_version = "0.140.0"
|
|
|
|
[author]
|
|
name = "tiennm99"
|
|
homepage = "https://github.com/tiennm99"
|
|
|
|
# If porting/adapting from another theme, list it under [original]
|