UNPKG

ghpages-convert

Version:

A command line tool to convert github page templates to blogs

9 lines (8 loc) 163 B
--- layout: default published: true --- {% for item in site.posts limit:1000 %} <h1><a id="{{item.title}}">{{item.title}}</a></h1> {{item.content}} {% endfor %}