hybridgroup / GitHub-Wikifier

A pre-commit Git Hook that will generate all the Table of Contents you will ever need. Just write your content, and let it take over.
100 stars 24 forks source link

Describe how to add or ignore generated footer #22

Closed xolvo closed 10 years ago

xolvo commented 10 years ago

I can't find any references about footer generation. And also I wish to not generate this file. Or not for all pages... Is it possible?

MarioRicalde commented 10 years ago

Currently there's no option to hide the footer, other than deleting the following line:

https://github.com/hybridgroup/GitHub-Wikifier/blob/master/pre-commit#L159

That should do it.

I think that not showing the footer is bad, if you plan to be using the generator more than once, things are prone to be overridden easily.

Cheers.