I wish your bespoke React-Tailwind-etc static site generator had RSS
15 hours ago
- Many blogs lack RSS feeds, especially those built with modern frontend stacks by passionate programmers.
- Adding RSS to a custom static site generator is straightforward, as it's similar to HTML generation.
- Common RSS issues include missing meta tags for automatic discovery, invalid XML, mismatched content, and lacking permanent IDs.
- Standard blogging platforms like WordPress, Ghost, and newsletter platforms (Substack, Buttondown) generally provide working RSS.
- Static site generators like Jekyll and Hugo usually include RSS, but customization can lead to problems.