pelican-plugins / read-more

Pelican plugin that inserts an inline "Read More" link into the last HTML element of the summary
1 stars 2 forks source link

Dumb question, how to generate the summaries? #8

Open shazz opened 3 months ago

shazz commented 3 months ago

Hi, I added the plugin to the configuration, no issue. But when displaying the index, Pelican shows all articles completely, no summary or Read more link.

What did I miss?

Thanks!

wombelix commented 3 months ago

Hi,

you have to add the SUMMARY_ and READ_MORE_ Settings in your pelican config as described in the README: https://github.com/pelican-plugins/read-more?tab=readme-ov-file#settings

An example from my Blog: https://git.sr.ht/~wombelix/dominik-wombacher-cc/tree/main/item/pelicanconf.py#L96