321 Commits (dcf4c64ba3f1287b15026a29a561e5279f9ba089)
 

Author SHA1 Message Date
Aleksander Madland Stapnes c5d995b262 Add some docstrings 8 years ago
Aleksander Madland Stapnes ac52785b19 Automatic klipse integration 8 years ago
Carmen La 84a933bdcf Fix dest-sass/sass-dest key
Issue #85
8 years ago
Carmen La f0cc7353c1 Pass both page/post params to the index template 8 years ago
Carmen La 6ba76bc7f5 Fix a regression 8 years ago
Carmen La 1b7f0fb367 update deps and version number 8 years ago
Carmen La 9cd5016537 Don't create prev/next links pointing to :home? pages
- Also include more metadata in page.prev and page.next params
- And some general code cleanup
8 years ago
Carmen La e1cb70dc1d Merge pull request #83 from madstap/master
Remove crouton dep because enlive does the same thing
8 years ago
Aleksander Madland Stapnes 1cfb2b17df Remove crouton dep because enlive does the same thing
Almost the same thing; it doesn't insert missing html, head and body
tags, but in this case we only care about the stuff in the body.
8 years ago
Carmen La dec80185e5 A big ol' cleanup 8 years ago
Carmen La abf45945d0 Merge pull request #82 from madstap/master
Depend on enlive instead of tagsoup (to be able to upgrade to clojure 1.9.0)
8 years ago
Aleksander Madland Stapnes dbd5caaf1f Replace tagsoup dependency with enlive
Tagsoup depends on an old version of clojure.data.xml, which doesn't
compile with clojure 1.9.0-alpha12. Enlive seems more actively
maintained and used.
8 years ago
Aleksander Madland Stapnes 9c7c935d66 Style pedantry: Remove trailing whitespace.
My emacs did it...
8 years ago
Michael Jerger 65cd1f5997 adjust project name 8 years ago
Michael Jerger 6a4ede6117 gitgnore ... 8 years ago
Michael Jerger 1ea38c5b84 respect :page-index order for navmap 8 years ago
M.Jerger 0d4a9c90f6 Merge branch 'master' into master 8 years ago
Michael Jerger b6b8ebfa22 undo project renaming 8 years ago
Michael Jerger 3c415f48e0 Added navmap feature.
Navmap will allow nested navigation for pages. To 
* add a page to navmap, you've to add `{:navmap? true}` to pages meta.
* define navigation hierarchy you can use directory-structure (first
level will be in /pages/nav1.md, second level will be in
/pages/nav1/nav11.md)
* use navmap, you can 
  * access navmap-pages (sequence of pages) in your template, same as
you've used navbar-pages and
  * access navigation childs as :navmap-children in specific pages (eg.
nav1 will contain a sequence of one page representing nav11).
8 years ago
Michael Jerger 78e4a6d067 fixed navbar-pages bug 8 years ago
Carmen La e7a4172237 promote from snapshot to release 8 years ago
Carmen La 247c512fd5 Merge pull request #80 from SVMBrown/master
Fix symbol not found exception in compile-assets function
8 years ago
Scot Brown 6d28af459f Fix symbol not found exception in compile-assets function 8 years ago
Carmen La 5bb7c5b3fb Merge pull request #79 from DomainDrivenArchitecture/master
enhanced homepage handling & debug option
8 years ago
Michael Jerger 773ee269b9 add some more debug options 8 years ago
Michael Jerger 173472e9df prepare pull request 8 years ago
Michael Jerger e796a5adc5 added debug switch & improved home vs. preview handling 8 years ago
Michael Jerger 0e882e6637 gitignore 8 years ago
Michael Jerger 60b395e047 added ability to select one page as home-page (add :home? true as meta)
instead of newest post.
8 years ago
Carmen La e3d2d3f433 Fix npe 8 years ago
Carmen La 551a8e5c21 Bump version 8 years ago
Carmen La cfb8e4cc0d Bump selmer version 8 years ago
Carmen La fb0dc9e1d4 Merge pull request #77 from SVMBrown/master
conditionally drop any posts with dates set in the future
8 years ago
Carmen La 31d51def2f Merge pull request #78 from tuhlmann/master
Provided fixes make cryogen work on Windows.
8 years ago
Torsten Uhlmann 998fc077e8 Provided fixes make cryogen work on Windows.
The path is converted to forward slash before further processed
The executables for sass and compass are configurable, that's because
on a Windows installation they are named sass.bat and compass.bat
The default is still the Unix version.
8 years ago
Torsten Uhlmann ca2513f954 Merge pull request #1 from cryogen-project/master
Update cryogen-core to latest version
8 years ago
Scot Brown 1a75abb0e4 conditionally drop any posts with dates set in the future 8 years ago
Carmen La bb4d772611 Bump version, update deps 8 years ago
Carmen La 78804d61e8 Merge pull request #75 from benswift/master
bugfix for `compass-installed?`
8 years ago
Ben Swift c9828f6cc3 nicer pretty-printing of "compiling sass" 8 years ago
Ben Swift a66f8df5e4 in compile-sass-file!, sh doesn't like nil arg when no compass 8 years ago
Ben Swift fc1d1d725c bugfix for compass-installed?
catch the (previously uncaught) exception when there isn't a `compass`
binary on the `$PATH`, return `false` instead
8 years ago
Carmen La a4ab7f1409 Merge pull request #71 from matsu911/master
Fix toc entries for titles which are links
8 years ago
Shigeaki Matsumura 9858723403 fix toc entry for title which has a link 8 years ago
Carmen La fb80203554 Merge pull request #70 from matsu911/master
support sub directories in pages and posts
Resolves #57
8 years ago
Shigeaki Matsumura 510c33c23d support sub directories in pages and posts 8 years ago
Carmen La 98992b70de bump up deps and version number 8 years ago
Carmen La 52457c7b64 Add `:today` key to params for compiling posts 8 years ago
Arsene Rei 272d688010 Add test for no directories 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