Roadmap

If you want to list all pages in the current directory, add following code to your markdown file!

{% include list.liquid %}

Then Generate a list like this:

If you want to list all pages and sub directory in the current directory, add following code to your markdown file!

{% include list.liquid all=true %}

Then Generate a list like this table of contents!