clojure-goes-fast.com icon indicating copy to clipboard operation
clojure-goes-fast.com copied to clipboard

Sources for Clojure Goes Fast website

clojure-goes-fast.com

This repository contains sources from which clojure-goes-fast.com website is created. It is a static site generated by Cryogen.

Build

You need tools.deps to be installed. Then:

clojure -X:watch

will build the site into public/ directory and automatically regenerate it if any content changes. You can then start e.g. python3 -m http.server 3000 in that directory to view it in the browser.

To build the final version of the site do:

clojure -X:build