No description
  • Vento 50.9%
  • CSS 41.1%
  • TypeScript 6.3%
  • Shell 1.7%
Find a file
Andrea Zucchelli c9347a5eed
All checks were successful
Build site release / build-site-and-create-release (push) Successful in 2m4s
feat(site): add companion artwork and improve docs layout readability
2026-04-11 18:07:58 +02:00
.forgejo/workflows ci: cache deno dependencies and toolchain in release workflow 2026-03-19 19:48:58 +01:00
src feat(site): add companion artwork and improve docs layout readability 2026-04-11 18:07:58 +02:00
.gitignore feat(site): add bidone static site 2026-03-14 14:39:59 +01:00
_config.ts feat(site): add use cases page and refresh quickstart/verification flow 2026-03-19 22:10:14 +01:00
AGENTS.md feat(site): add bidone static site 2026-03-14 14:39:59 +01:00
build.sh feat(site): add use cases page and refresh quickstart/verification flow 2026-03-19 22:10:14 +01:00
deno.json feat(site): add bidone static site 2026-03-14 14:39:59 +01:00
deno.lock feat(site): add bidone static site 2026-03-14 14:39:59 +01:00
README.md feat(site): add bidone static site 2026-03-14 14:39:59 +01:00
serve.sh feat(site): add bidone static site 2026-03-14 14:39:59 +01:00

bidone-site

Static marketing and technical overview site for Bidone, built with Lume.

Requirements

  • Deno 2.x

Run locally

./serve.sh

or:

deno task serve

Build

./build.sh

or:

deno task build

Release automation

Pushing a tag in the form vX.Y.Z triggers the Forgejo workflow at .forgejo/workflows/build-release.yaml.

The workflow:

  • builds the static site with ./build.sh
  • creates dist/bidone-site-vX.Y.Z.tar.gz
  • uploads the archive to the matching Forgejo release

The site is currently published in English only:

  • English at /

The Lume multilingual setup and Italian translations are still kept in the repository so /it/ can be reintroduced later with a small config change.