This is a hack to add a simple latest-page RSS feed to the BookStack using the logical theme system.
This uses the logical theme system.
- Within the BookStack install folder, you should have a
themes
folder. - Create a
themes/custom/functions.php
file with the contents of thefunctions.php
file example below. - Add
APP_THEME=custom
to your .env file. - Save the contents of the
rss.blade.php
file below to athemes/custom/rss.blade.php
file.
These customizations are not officially supported any may break upon, or conflict with, future updates. Quickly tested on BookStack v22.11.1.