getpelican / pelican-plugins

Collection of plugins for the Pelican static site generator
Other
1.39k stars 856 forks source link

[New Plugin] pelican-to-sqlite #1360

Open ryancheley opened 2 years ago

ryancheley commented 2 years ago

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

pauloxnet commented 2 years ago

It seems interesting. I'll have a look at it. Thanks for sharing.