Marketing website for Quogol — a privacy-first browser.
Built with Astro + Tailwind CSS, deployed via Cloudflare Pages.
- Framework: Astro 4 (Static output)
- Styling: Tailwind CSS
- Deployment: Cloudflare Pages
- Fonts: Fontshare (Satoshi + General Sans)
npm install
npm run devsrc/
├── layouts/
│ └── BaseLayout.astro # Shared HTML shell, SEO, fonts
├── components/
│ ├── Navbar.astro
│ └── Footer.astro
└── pages/
├── index.astro # Home / landing
├── download.astro
├── privacy.astro
├── terms.astro
└── 404.astro
public/
├── favicon.svg
├── _headers # Cloudflare security headers
└── _redirects # Cloudflare redirects
Connect this repo to Cloudflare Pages:
- Build command:
npm run build - Output directory:
dist - Node version: 20
Paste your robots.txt into public/robots.txt with the quogol.com sitemap URL.