No description
  • CSS 82.8%
  • TypeScript 13.7%
  • Shell 3.5%
Find a file
Andrea Zucchelli bbc0b98914
All checks were successful
Build site release / build-site-and-create-release (push) Successful in 1m26s
docs(site): add CORS/web-serve features in hero and use cases
2026-03-25 20:02:10 +01:00
.forgejo/workflows ci: cache deno dependencies and toolchain in release workflow 2026-03-19 19:48:58 +01:00
src docs(site): add CORS/web-serve features in hero and use cases 2026-03-25 20:02:10 +01: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.