Website for SQLFluff.
The planned migration to a shared visual system for the main site, new documentation, and statistics site is described in DESIGN_PLAN.md.
- Built with Hugo.
- Uses the repository-local shared design package in
packages/design. Consumers should follow its integration guide. - Deployed with Netlify. We're also signed up to an Open Source plan with Netlify, which requires us to credit them in the site footer.
- Favicons generated with https://favicon.io/.
This repository is public so that hosting is free. Write access is however locked down to a small number of people. Contributions are still very welcome. Please raise issues and PRs for anything you normally would.
You'll need to install hugo locally. See https://gohugo.io/installation/.
After installation, run hugo server for local development.
- Hugo is released under the Apache License.