mirror of
https://github.com/tiennm99/bonsai.git
synced 2026-05-28 22:22:19 +00:00
f0d1e785f8
- README: add badges (build/license/Hugo), live-demo callouts, full configuration parameter table, expanded features list - CONTRIBUTING.md: dev setup, icon-add workflow, PR/style guidelines - CHANGELOG.md: Keep-a-Changelog format with v0.1.0 + v0.0.1 entries - theme.toml: point demosite at live GitHub Pages URL
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.128.0"
|
|
|
|
[author]
|
|
name = "tiennm99"
|
|
homepage = "https://github.com/tiennm99"
|
|
|
|
# If porting/adapting from another theme, list it under [original]
|