(ns ldview.util (:require [noir.io :as io] [markdown.core :as md])) ; Global stuff that does not change over time and needed everywhere (def ^:dynamic *base-url* "http://www.ludumdare.com/compo/") (def ^:dynamic *image-base-path* "content/images") (def ^:dynamic *competition* 27)