No description
Find a file
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).
2017-01-04 09:36:50 +01:00
resources Fallback to resources/templates/{pages,posts} 2016-05-27 11:52:41 -04:00
src/cryogen_core Added navmap feature. 2017-01-04 09:36:50 +01:00
test/cryogen_core Added navmap feature. 2017-01-04 09:36:50 +01:00
.gitignore gitignore 2016-12-31 10:44:14 +01:00
LICENSE Initial commit 2014-12-04 11:38:48 -05:00
project.clj fixed navbar-pages bug 2017-01-04 09:36:37 +01: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.