68 Commits (78804d61e80ccbca0661dab8a2e0635518a03f93)

Author SHA1 Message Date
Carmen La 98992b70de bump up deps and version number 8 years ago
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.
8 years ago
Carmen La 3e7d43b212 update dependencies/version 8 years ago
Carmen La ca8d5fe872 Bump version and dependencies 8 years ago
Jan Stępień 0d1149a9c2 Use Hawk in cryogen-core.watcher
This is a follow-up to PR #46. It replaces the 300ms loop with a file
watcher. Hawk is a wrapper around java.nio.file.WatchService coming with
proper OS X support.

Now rebuilds should be instantaneous.
8 years ago
Carmen La ef1422c42c Bump up version 8 years ago
Carmen La 36656de029 Update dependencies 8 years ago
Carmen La b3bdba2804 Bump up version 9 years ago
Carmen La 394ff37643 Bump up version 9 years ago
Yogthos e1a03943c4 bumped up dependency 9 years ago
Dmitri Sotnikov c0a3084d39 bumped up dependencies and version 9 years ago
Carmen La a0cf654453 Bump up version 9 years ago
Dmitri Sotnikov 1fb621e6ed Update project.clj 9 years ago
Yogthos 13c445ff17 bumped up dependencies, version 9 years ago
Carmen La 839ed5c469 Remove unnecesasry tag-root key 9 years ago
Carmen La bcd841d3df bump up version and dependencies 9 years ago
Yogthos 5b13b3b761 added :draft? key to allow creation of draft posts that won't be published 9 years ago
Carmen La da1fa73f8c bump up dependencies and version number 9 years ago
Dmitri Sotnikov 2df8fdec31 Update project.clj 9 years ago
lacarmen 42faca4b82 Bump up clojars version 9 years ago
Dmitri Sotnikov 1e354379e1 bumped up clj-rss 9 years ago
Carmen La 1afc36ecbc Update selmer dependency 9 years ago
Carmen La 85ea98f0ff bumped up dependencies 9 years ago
Carmen La d6941823fd Added option for post preview pages rather than a single index page. Issue #28 9 years ago
Carmen La e7636e7586 Fixed pubDate not showing up in filtered rss feeds 9 years ago
lacarmen 4511536cc9 Cleanup + fixes for config based themes 9 years ago
Carmen La 717b2dc370 Update project.clj 9 years ago
Carmen La eb8698944e bumped up dependencies 9 years ago
Dmitri Sotnikov 092e4e4774 updated url 9 years ago
Dmitri Sotnikov b355bba2e1 bumped up pandect 9 years ago
Yogthos e0d3676196 added an error check for parsing the config.edn 9 years ago
Dmitri Sotnikov 97de91ca90 Update project.clj 9 years ago
Dmitri Sotnikov e3641885a2 bumped up dependencies 9 years ago
Dmitri Sotnikov e909a48015 bumped up selmer 10 years ago
lacarmen 02b5117643 bumped up version 10 years ago
lacarmen 9de65df523 Added :content key to grouped tags in order to fix filtered rss generation 10 years ago
lacarmen dc50d12557 bumped up version 10 years ago
Dmitri Sotnikov c16aad96e1 bumped up pandect to latest 10 years ago
Dmitri Sotnikov 4518c29ade bumped up selmer version 10 years ago
Yogthos fee46ddf54 updated to use init function to load plugins 10 years ago
Yogthos 96502bd517 updated to use parser modules 10 years ago
Carmen La cc16110f10 bump up version 10 years ago
Adam Tankanow cb18e5734d Merge branch 'master' into add-asciidoc-support
Conflicts:
	project.clj
10 years ago
Yogthos 0afc39cf35 updated to latest markdown-clj 10 years ago
lacarmen c26357ac11 Update version 10 years ago
J Irving 072c093342 Copy each file rather than the whole directory 10 years ago
lacarmen 656cc2d0c9 Added curated RSS generation based on :rss-filters in the config 10 years ago
Carmen La 6c9be90fa4 Updated version 10 years ago
J Irving 4eb0036ef5 Use checksums instead of last modified times.
Also add pandect dependency.
10 years ago
lacarmen bca0e89aa2 Added uri and site-url selmer tags for canonical url meta tags 10 years ago