Franklin.jl list of pages

I am experimenting with Franklin.jl, with the intention of migrating my blog from Hugo.

Suppose I have a bunch of blog posts in a folder structure like

pages/blog.md
pages/posts/on-why-julia-is-awesome/index.md
...

and I would like to autogenerate the list of all posts in blog.md, not unlike {{ range .Pages }} ... {{ end }} in Hugo.

How is that done in Franklin? Also, pointers to source code for websites that do this would be appreciated, all the examples I have seen add posts manually.

1 Like

Some examples:

2 Likes

This should also still work (something similar also powers help.juliahub.com).

1 Like