Skip to content

Instantly share code, notes, and snippets.

@tskardal
Created March 29, 2014 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tskardal/5d8e6f1bd1a3aa488d7b to your computer and use it in GitHub Desktop.
Save tskardal/5d8e6f1bd1a3aa488d7b to your computer and use it in GitHub Desktop.
(defproject blog "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[stasis "1.0.0"]
[ring "1.2.1"]
[hiccup "1.0.5"]
[me.raynes/cegdown "0.1.1"]
[enlive "1.1.5"]
[clygments "0.1.1"]
[optimus "0.14.2"]]
:ring {:handler blog.core/app}
:aliases {"build-site" ["run" "-m" "blog.web/export"]}
:profiles {:dev {:plugins [[lein-ring "0.8.10"]]}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment