Static Site Generators
Your Framework, Our Platform
Deploy any static site generator via GitHub Actions. Starter templates for Astro and Hugo with pre-configured workflows. Global CDN delivery on 90+ edge locations.
Deploy via GitHub Actions
Build your site with GitHub Actions, then deploy the output to QuantCDN. Official deploy and purge actions make the workflow simple.
- quantcdn/deploy-action@v5
- quantcdn/purge-action@v2
- Chunked uploads
- Cache purge on deploy
GitHub Actions guide
name: Deploy to QuantCDN
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci && npm run build
- uses: quantcdn/deploy-action@v5.0.0
with:
customer: ${{ vars.QUANT_CUSTOMER }}
project: ${{ vars.QUANT_PROJECT }}
token: ${{ secrets.QUANT_TOKEN }}
dir: distPre-Configured Templates
Start with our Astro or Hugo templates that include GitHub Actions workflows already configured. Just add your content and deploy.
- Astro template
- Hugo template
- GitHub Actions included
- One-click deploy button
View templates
90+ Edge Locations
Your static files are served from 90+ edge locations worldwide. HTTP/2 and HTTP/3 support included for optimal performance.
- Global edge network
- 90+ edge PoPs
- HTTP/2 and HTTP/3
- Automatic SSL certificates
CDN details
Works With Any Framework
Deploy the static output from any generator. Starter templates available for Astro and Hugo.
Astro
Starter template available with GitHub Actions workflow. Deploy your Astro site in minutes.
- Starter template
- GitHub Actions
- Deploy to Quant
Hugo
Starter template available with GitHub Actions workflow. Fast builds deploy instantly.
- Starter template
- GitHub Actions
- Deploy to Quant
Next.js
Deploy Next.js static export output. Build locally or in GitHub Actions and deploy.
- Static export
- GitHub Actions
- Any output
Gatsby
Deploy Gatsby build output. Works with any Gatsby version and plugin configuration.
- Any version
- Build output
- GitHub Actions
Eleventy
Deploy Eleventy build output. Works with any template language or configuration.
- Any template
- Build output
- GitHub Actions
Jekyll
Deploy Jekyll build output. Perfect for migrating from GitHub Pages.
- GitHub Pages
- Build output
- GitHub Actions
Deploy Your SSG Site
Works with any static site generator. Start with a 30-day free trial.