Implement client-side search on your website with this JavaScript tool Lunr.js is a great option for providing search functionality on a website or application.
Turn any website into a Linux desktop app with open source tools Nativefier and Electron creates desktop apps from any website.
How I dynamically generate Jekyll config files Insert dynamic data into Jekyll static sites using Python or Bash and avoid creating an API backend.
A simple CSS trick for dark mode The ability to let your website adjust to the user's theme of choice is a great accessibility feature.
Build your website with Jekyll Jekyll is an open source static site generator. You can write your content in Markdown, use HTML/CSS for structure and presentation, and Jekyll compiles it all into static...
A guide to web scraping in Python using Beautiful Soup The Beautiful Soup library in Python makes extracting HTML from web pages easy.