mirror of
https://github.com/tiennm99/bonsai.git
synced 2026-05-31 14:16:14 +00:00
49566ae735
- Add scripts/sync-icons.sh to fetch 25 brand (Simple Icons v13) + 10 UI
(Lucide v0.460) SVGs; idempotent, pinned versions, currentColor-normalised
- Vendor SVGs into assets/icons/{brand,ui}/
- Add data/icons.yaml manifest mapping public names → {family, slug}
- Rewrite layouts/partials/icon.html (13 lines) to data-driven resources.Get
with generic external-link fallback for unknown names
- Add layouts/icons/single.html gallery page; exampleSite demo link
- Add NOTICE crediting Simple Icons (CC0 1.0) and Lucide (ISC)
- Update README with available-icons <details> section
- Add mastodon + bsky demo links to exampleSite/hugo.toml
23 lines
938 B
Plaintext
23 lines
938 B
Plaintext
Bonsai Hugo Theme — Third-Party Notices
|
|
========================================
|
|
|
|
This theme vendors SVG icons from two open-source projects:
|
|
|
|
1. Simple Icons (brand icons)
|
|
Source: https://simpleicons.org / https://github.com/simple-icons/simple-icons
|
|
Version: 13.0.0
|
|
License: CC0 1.0 Universal (Public Domain Dedication)
|
|
https://creativecommons.org/publicdomain/zero/1.0/
|
|
Files: assets/icons/brand/*.svg
|
|
|
|
2. Lucide (UI icons)
|
|
Source: https://lucide.dev / https://github.com/lucide-icons/lucide
|
|
Version: 0.460.0 (lucide-static)
|
|
License: ISC License
|
|
Copyright (c) 2020, Lucide Contributors
|
|
Permission to use, copy, modify, and/or distribute this software
|
|
for any purpose with or without fee is hereby granted, provided
|
|
that the above copyright notice and this permission notice appear
|
|
in all copies.
|
|
Files: assets/icons/ui/*.svg
|