You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
resources Fallback to resources/templates/{pages,posts} 8 years ago
src/cryogen_core Added navmap feature. 8 years ago
test/cryogen_core Added navmap feature. 8 years ago
.gitignore gitignore 8 years ago
LICENSE Initial commit 10 years ago
README.md Updated versioneye badge 10 years ago
project.clj fixed navbar-pages bug 8 years ago

README.md

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.