Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 387 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 387 Bytes

Jekyll Tag Page Generator

Generates page for every tag in /tag/:name and an overview in /tags/

How to use

  • Place tag_generator.rb in _plugins
  • Place tag_index.html and tag_page.html in _layouts
  • Edit templates where necessary
  • ???
  • Profit!

Acknowledgements

Based on Charlie Park's implementation