minikomi / simple-static

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Clojure 100.0%