You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve created a new plugin called pelican-to-sqlite which will take published posts and add them to a SQLite database. This SQLite database can then be used with datasette to create a search tool.
I’ve created a new plugin called
pelican-to-sqlite
which will take published posts and add them to a SQLite database. This SQLite database can then be used with datasette to create a search tool.I wrote up how i did it here
There are still a few enhancements I’d like to make to it, but I think it would be a good addition to the
pelican-plugin
ecosystem.The repo can be found here
The text was updated successfully, but these errors were encountered: