Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josef-friedrich/jekyll-navigation-tree

A jekyll plugin for building hierarchial navigation trees from pages.
https://github.com/josef-friedrich/jekyll-navigation-tree

jekyll jekyll-plugin

Last synced: 23 days ago
JSON representation

A jekyll plugin for building hierarchial navigation trees from pages.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/Josef-Friedrich/jekyll-navigation-tree.svg?branch=master)](https://travis-ci.org/Josef-Friedrich/jekyll-navigation-tree)
[![Rubygems downloads](https://img.shields.io/gem/dt/jekyll-navigation-tree.svg)](https://rubygems.org/gems/jekyll-navigation-tree)

# jekyll-navigation-tree

A jekyll plugin for building hierarchial navigation trees from pages.

## Usage

```liquid
{% navigation_tree %}
```

```liquid
{% navigation_tree base/path %}
```

## Links

* [Source code on Github](https://github.com/Josef-Friedrich/jekyll-navigation-tree)
* [Project page on rubygems](https://rubygems.org/gems/jekyll-navigation-tree)