Learned loads about Jekyll today when experimenting with a template as a way to upload my posts from Demo here https://jasonleow.github.io/200wad/

Ref:
How to get filenames without dates - https://talk.jekyllrb.com/t/how-to-get-filenames-without-dates/2412/2

Frontmatter defaults - https://jekyllrb.com/docs/configuration/front-matter-defaults/

Permalinks - https://jekyllrb.com/docs/permalinks/

Collections - https://jekyllrb.com/docs/collections/#output

Sorting by date:
https://jekyllrb.com/docs/collections/#sort-by-front-matter-key
https://jekyllrb.com/tutorials/navigation/#scenario-2-sorted-list
https://jekyllrb.com/docs/liquid/filters/

Simple Jekyll search - https://github.com/christian-fei/Simple-Jekyll-Search