]> git.ipfire.org Git - thirdparty/systemd.git/commit
docs: generate index.md in Jekyll 11317/head
authorFilipe Brandenburger <filbranden@google.com>
Wed, 2 Jan 2019 22:20:39 +0000 (14:20 -0800)
committerFilipe Brandenburger <filbranden@google.com>
Wed, 2 Jan 2019 22:23:18 +0000 (14:23 -0800)
commit357211a4260e47d5ea24db2a8062d263d58ec791
tree1d79f7d8f1c077b2624ccc4875642c8a3d55f3c7
parentc3e270f4eeda70396b5af8dc01ac2a7234f098b9
docs: generate index.md in Jekyll

This uses a {% for %} loop in Jekyll to render the page, from the "title"
information in the Front Matter of the actual page files.

This also makes `make-index-md` build rule unnecessary, since generation is
done by the template engine itself.

Tested this by running Jekyll locally.
docs/index.md
meson.build
tools/make-index-md.sh [deleted file]