Project
jekyll-site-tree
A jekyll generator which creates a site-tree consisting of all the files in the output (built) path of a jekyll website.
For a site with a structure like:
- /foo.md
- /bar.html
- /posts/2019/15/10/hello-world.md
- /posts/2019/15/10/lo-and-behold.md
- /assets/styles/main.scss
You'll recieve an XML unordered list like:
- foo
- bar
- posts/2019/15/10
- hello-world
- lo-and-behold
- assets/styles
- main
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Licenses
GPL-3.0
Dependencies