osteele / gojekyll

A fast Go implementation of the Jekyll blogging engine
MIT License
332 stars 14 forks source link

Emulate the `jekyll-readme-index` plugin #29

Open osteele opened 7 years ago

osteele commented 7 years ago

Implementation plan:

Site.Read asks the config whether this plugin is present. If it is, it changes the permalink of any document with README.htmlto / before putting it in the routing table.