jekyll-ebook icon indicating copy to clipboard operation
jekyll-ebook copied to clipboard

Add option to hide page title

Open CristianCantoro opened this issue 11 years ago • 1 comments

Hi,

It would be handy the possibility to hide the title of a page otherwise with the setting presented in https://github.com/lmullen/jekyll-ebook/issues/2 the title is dublicated as a section title (so followed by a blank page) and then at the beginning of the next page.

I have worked it around changing in article.rb from:

out.push "# " + self.metadata['title'] + "\n\n"

to

out.push "# " +  "" + "\n\n"

It would be nice if this option was configurable.

Thanks.

CristianCantoro avatar Jan 12 '15 22:01 CristianCantoro

Thanks for the bug reports. I no longer use jekyll-ebook, and it is not being actively maintained. But if you submit pull requests, I'll see about merging them. Or you can fork the project if you wish.

On Mon, Jan 12, 2015 at 5:32 PM, Cristian Consonni <[email protected]

wrote:

Hi,

It would be handy the possibility to hide the title of a page otherwise with the setting presented in #2 https://github.com/lmullen/jekyll-ebook/issues/2 the title is dublicated as a section title (so followed by a blank page) and then at the beginning of the next page.

I have worked it around changing in article.rb from:

out.push "# " + self.metadata['title'] + "\n\n"

to

out.push "# " + "" + "\n\n"

It would be nice if this option was configurable.

Thanks.

— Reply to this email directly or view it on GitHub https://github.com/lmullen/jekyll-ebook/issues/3.

lmullen avatar Jan 13 '15 00:01 lmullen