What I learnt using pelican
For this blog I use pelican static site generator - https://getpelican.com/ Below I think are the advantages and disadvantages of using pelican as a static site generator.
- Advantages: - Fast and simple to set up - Generates static HTML, which is fast and secure - Supports Markdown and reStructuredText, I like to write in reStructuredText - Can edit the themes and install plugins. It's all python - Reliable once live - Perfect for blogs and documentation sites - No database required - Images are included with the GIT repo, so no external dependencies for images - Easy to host on platforms like GitHub Pages, Netlify, Vercel etc
- Disadvantages: - Limited interactivity compared to dynamic CMS