Website for SQLFluff.
The shared visual system for the main site, documentation, and statistics site is described in DESIGN_PLAN.md.
- Built with Hugo.
- Uses the shared design package vendored as a Git submodule at
vendor/sqlfluff-design. Other 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/.
Clone with git clone --recurse-submodules, or after cloning run
git submodule update --init to fetch the shared design assets.
After installation, run hugo server for local development.
- Hugo is released under the Apache License.
