Skip to content

alltuner/alltuner.com

Repository files navigation

alltuner.com

The marketing website for All Tuner Labs. Hugo static site with Tailwind CSS v4, English / Catalan / Spanish content.

Stack

Layer Tool
Static site generator Hugo
CSS Tailwind CSS v4
JS bundler bun
Languages English, Catalan, Spanish

Develop

bun install                # install JS dependencies
bun run dev                # build assets + run hugo serve with hot reload

Visit 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/ output

Layout

alltuner.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.

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors