Source for clojure.cc, a site dedicated to the family of Clojure dialects.
Spotted a missing or incorrect dialect?
Click the pencil icon on the
Clojure Dialects page to edit
src/dialects.yaml on GitHub.
See Contributing.md for details.
- MkDocs static site generator
- Material for MkDocs theme
- Makes Makefile-based dependency system (auto-installs Python and tools)
make serveAuto-installs Python, sets up a venv, installs MkDocs, and starts a livereload dev server at http://localhost:8000.
No prerequisites needed beyond a working make and git.
make siteOutput goes to site/.
make publishBuilds the site and force-pushes to the gh-pages branch of the repo set in
REPO (override on the command line if needed).