Skip to content

Example Clojure static site setup for netlify. Using hiccup for html, clojurescript for js and garden for css.

Notifications You must be signed in to change notification settings

minikomi/simple-static

Repository files navigation

Simple Static site

  • uses hiccup for html
  • cljs for js
  • garden for css/styles
  • can be deployed to netlify

Notes

  • Routes are in resources/file-maps/pages.edn
  • Garden css targets are in resources/file-maps/css.edn

Local dev

clj -Astatic-tools:dev

open localhost:3001

Build

clj -Astatic-tools:build

result is in target/public/

About

Example Clojure static site setup for netlify. Using hiccup for html, clojurescript for js and garden for css.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published