Source code for couper.io — the marketing and documentation site for the Couper open source API gateway.
Built with Hugo and Tailwind CSS v4.
Install dependencies:
pnpm installStart the development server:
pnpm devThe site is now running at http://localhost:1313
pnpm buildThe output is generated in the public/ directory.
Pushes to main trigger a GitHub Actions workflow that builds the site with Hugo and deploys it to GitHub Pages.
content/ # Page content (Markdown front matter)
layouts/
_default/ # Base templates
page/ # Page-specific layouts (home, docs, features, etc.)
partials/ # Reusable template fragments (header, footer, SVGs)
assets/css/ # Tailwind CSS and custom styles
static/ # Static assets (images, fonts, CNAME)
data/examples/ # HCL code examples used on the docs page