3 Commits

Author SHA1 Message Date
JustVugg 153e6f4c89 site: fix license — Apache 2.0, not MIT
Footer said 'MIT license'; repo is Apache 2.0 (see LICENSE). Fix + link.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-20 23:40:20 +02:00
JustVugg 00ed8d5aa4 docs: surface the website (badge + header link) in README
Site (justvugg.github.io/colibri) is live but linked nowhere. Add website +
latest-release badges and a Website header link. README-only, no code change.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-20 18:49:16 +02:00
Vincenzo Fornaro a9eb839868 Merge pull request #462 from JustVugg/site-to-main
site: official website + Pages deploy on main (#424)
2026-07-20 17:44:11 +02:00
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -3,6 +3,12 @@
</p>
<p align="center">
<a href="https://justvugg.github.io/colibri"><img src="https://img.shields.io/badge/website-justvugg.github.io%2Fcolibri-1f6feb" alt="Website"></a>
<a href="https://github.com/JustVugg/colibri/releases"><img src="https://img.shields.io/github/v/release/JustVugg/colibri?color=2ea043" alt="Latest release"></a>
</p>
<p align="center">
<a href="https://justvugg.github.io/colibri"><b>Website</b></a> ·
English · <a href="README.zh-TW.md">繁體中文</a>
</p>
+1 -1
View File
@@ -454,7 +454,7 @@ footer .sp{margin-left:auto}
</main>
<footer>
<span>🐦 colibrì — MIT license</span>
<span>🐦 colibrì — <a href="https://github.com/JustVugg/colibri/blob/main/LICENSE">Apache 2.0 license</a></span>
<a href="https://github.com/JustVugg/colibri">GitHub</a>
<a href="https://github.com/JustVugg/colibri/blob/main/docs/api.md">API</a>
<a href="https://github.com/JustVugg/colibri/blob/main/docs/tuning.md">Tuning</a>