No description
Find a file
Arsene Rei f383661e5e Fallback to resources/templates/{pages,posts}
By default, when using markdown files, Cryogen will look for
`resources/templates/md/pages/*.md`. This commits allows Cryogen to fall back to
`resources/templates/pages/*.md` in the case that it can't find any files in the
former directory. It works similarly for posts and Asciidoc files.

Since we're looking specifically for `*.md` for Markdown files and `*.asc` for
Ascii files, this is an opportunity to eliminate redundancy.
2016-05-27 11:52:41 -04:00
resources Fallback to resources/templates/{pages,posts} 2016-05-27 11:52:41 -04:00
src/cryogen_core Fallback to resources/templates/{pages,posts} 2016-05-27 11:52:41 -04:00
test/cryogen_core Fallback to resources/templates/{pages,posts} 2016-05-27 11:52:41 -04:00
.gitignore Initial commit 2014-12-04 11:38:48 -05:00
LICENSE Initial commit 2014-12-04 11:38:48 -05:00
project.clj Fallback to resources/templates/{pages,posts} 2016-05-27 11:52:41 -04:00
README.md Updated versioneye badge 2015-01-29 22:58:49 -05:00

cryogen-core

Dependency Status

Cryogen's compiler.

Leiningen

Clojars Project

License

Copyright © 2014 Carmen La

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.