This guide explains how to integrate Hakanai Broadcast with your Pelican-powered blog to automatically send newsletters based on your RSS feed.
Pelican generates RSS feeds automatically. You just need to configure it properly in your pelicanconf.py file.
Add or update these settings in your pelicanconf.py:
# Feed generation is usually enabled by default
FEED_ALL_ATOM = 'feeds/all.atom.xml'
FEED_ALL_RSS = 'feeds/all.rss.xml'
CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
CATEGORY_FEED_RSS = 'feeds/{slug}.rss.xml'
AUTHOR_FEED_ATOM = 'feeds/{slug}.atom.xml'
AUTHOR_FEED_RSS = 'feeds/{slug}.rss.xml'
Your main RSS feed will be available at /feeds/all.rss.xml by default.
For additional feed customization options, refer to the Pelican Feed Settings documentation.
Once your RSS feed is set up, you can integrate it with Hakanai Broadcast in two steps:
https://yourblog.com/feeds/all.rss.xml)For detailed instructions on campaign creation and management, see our Campaign Management Guide.
To collect subscribers, you'll need to add a subscription form to your blog. Hakanai provides several options:
For form creation and customization instructions, check our Forms Documentation.
If you encounter any issues or need assistance, feel free to contact our support team.