No description
- CSS 82.8%
- TypeScript 13.7%
- Shell 3.5%
|
All checks were successful
Build site release / build-site-and-create-release (push) Successful in 1m26s
|
||
|---|---|---|
| .forgejo/workflows | ||
| src | ||
| .gitignore | ||
| _config.ts | ||
| AGENTS.md | ||
| build.sh | ||
| deno.json | ||
| deno.lock | ||
| README.md | ||
| serve.sh | ||
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.