Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/josef-friedrich/jekyll-navigation-tree
- Owner: Josef-Friedrich
- License: mit
- Created: 2017-04-21T07:33:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T07:15:23.000Z (over 6 years ago)
- Last Synced: 2024-11-15T07:55:28.437Z (about 1 month ago)
- Topics: jekyll, jekyll-plugin
- Language: Ruby
- Homepage: https://rubygems.org/gems/jekyll-navigation-tree
- Size: 21.5 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)