The marketing website for All Tuner Labs. Hugo static site with Tailwind CSS v4, English / Catalan / Spanish content.
| Layer | Tool |
|---|---|
| Static site generator | Hugo |
| CSS | Tailwind CSS v4 |
| JS bundler | bun |
| Languages | English, Catalan, Spanish |
bun install # install JS dependencies
bun run dev # build assets + run hugo serve with hot reloadVisit http://localhost:1313/.
Other useful targets:
bun run build # production build (assets + hugo)
bun run css:watch # rebuild Tailwind CSS on change
bun run js:watch # rebuild theme JS on change
bun run clean # remove the public/ outputalltuner.com/
├── content/ # Markdown content (per-language subdirs under content/ca, content/es)
├── css/ # Tailwind input
├── data/ # Hugo data files
├── static/ # Static assets served as-is
├── themes/alltuner-theme/ # Hugo theme (templates, JS, partials)
└── hugo.toml # Hugo config
See AGENTS.md for the conventions used by the theme and the editorial flow.