Making Pelican Link To Title Plugin

Today we are going to dive into Pelican, and it's plugins :) We are going to make a plugin that will transform only a link into an HTML link with a description consisting of the page title.

more ...


Utilizing Elasticsearch Python Client

Elasticsearch is a great search engine, but using JSON and curl does not fit python. Fortunatelly there are two libraries that you can use - and in today's article I'll focus on that :) Check out!

more ...