cryogen-core/src/cryogen_core
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
..
compiler.clj Added navmap feature. 2017-01-04 09:36:50 +01: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 Provided fixes make cryogen work on Windows. 2016-12-17 11:29:16 +01:00
sitemap.clj Clear reflection warnings 2015-09-14 12:06:35 +02:00
toc.clj fix toc entry for title which has a link 2016-10-23 12:07:50 +09:00
watcher.clj Use Hawk in cryogen-core.watcher 2016-03-13 16:43:14 +01:00