A custom blog engine for my personal web site. http://www.blarg.ca/
This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Gered a055c6e2ef use different profile resource-paths to include dev/prod site.configs
this also necessitated a change to how the couchdb table defs are
defined as aot-ing the prod profile caused code to get evaluated
which triggered at-compile-time-loading of site.config, which at that
point the prod resources-paths would not have been merged in causing
compilation errors
2014-04-04 23:28:51 -04:00
dev make it so app auto starts when a REPL is opened 2014-03-23 16:45:41 -04:00
env-resources use different profile resource-paths to include dev/prod site.configs 2014-04-04 23:28:51 -04:00
resources use different profile resource-paths to include dev/prod site.configs 2014-04-04 23:28:51 -04:00
src/blarg use different profile resource-paths to include dev/prod site.configs 2014-04-04 23:28:51 -04:00
.gitignore update gitignore again 2014-03-23 15:44:59 -04:00
Procfile initial commit 2013-05-20 17:43:38 -04:00
project.clj use different profile resource-paths to include dev/prod site.configs 2014-04-04 23:28:51 -04:00
README.md update README.md 2013-06-06 19:20:30 -04:00

blarg

A custom blog engine for my personal website, located at http://www.blarg.ca/

Built with Clojure, Luminus, and CouchDB.