DonDebonair / pelican-bootstrap3

Bootstrap 3 theme for Pelican
330 stars 259 forks source link

limit number of lines on IndexPage for each post? #183

Closed mgiaco closed 9 years ago

mgiaco commented 9 years ago

Does anybody know if it is possible to limit the number of lines on the index page per post?

DonDebonair commented 9 years ago

Yes. To do so, you have to include a summary section in the metadata of your posts. Pelican will use this on the index page, instead of dynamically taking a slice of your post as summary. See: http://docs.getpelican.com/en/latest/content.html?highlight=summary Hope this helps!

mgiaco commented 9 years ago

Oh ... sorry so I think I should read the docs :-) Thanks for your help!