diff --git a/generate-epub.ts b/generate-epub.ts index 229c33a..1390860 100644 --- a/generate-epub.ts +++ b/generate-epub.ts @@ -26,7 +26,24 @@ async function generateEpub() { output: 'cronicas-periodisticas.epub', content: [], appendChapterTitles: true, - verbose: true + verbose: true, + fetchImages: false, // Disable image downloading + customHtmlTocTemplate: ({ title, author, chapters }) => ` + + + + ${title} + + +

${title}

+

Por ${author}

+

Nota: Las imágenes no se incluyeron en este eBook. Visite los enlaces originales para ver el contenido completo.

+ + + + ` }; // Convert each post to ePub chapter format