Skip to content

clojure-goes-fast/clojure-goes-fast.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Languages