cryogen-core/src/cryogen_core
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
..
compiler.clj Fallback to resources/templates/{pages,posts} 2016-05-27 11:52:41 -04:00
github.clj Clear reflection warnings 2015-09-14 12:06:35 +02:00
io.clj Implement clean URLs feature (Issue #89) 2016-02-11 20:04:56 -06:00
markup.clj Fallback to resources/templates/{pages,posts} 2016-05-27 11:52:41 -04:00
plugins.clj Simplify load-plugins with enumeration-seq 2015-09-20 22:52:51 +02:00
rss.clj Add author and (short) description for RSS 2016-02-09 03:01:10 +01:00
sass.clj Fix type hint cast 2015-09-15 18:24:51 +02:00
sitemap.clj Clear reflection warnings 2015-09-14 12:06:35 +02:00
toc.clj Fixed a regression under which the old style of using :toc true would throw an exception because the tag was not properly cast to a :ul or :ol tag. Added unit testing for all cases. 2015-11-08 20:35:04 -05:00
watcher.clj Use Hawk in cryogen-core.watcher 2016-03-13 16:43:14 +01:00