RandomWits

life is too short for a diary



Posts Tagged: jekyll

Adding Clap Controlled Dark Mode With TensorFlow.js

I added a small experiment to this site: click a clap listener button, allow the microphone, clap your hands, and the site toggles dark mode. The interesting part is not the dark mode itself. The interesting part is how a static Jekyll site can run a small machine learning model in the browser without a backend server...

Continue reading โ†’ javascript tensorflowjs ml jekyll dark-mode



Fix jekyll jolt plugin using monkey patching

My existing `jekyll` website started failing newer jekyll version: `4.4.1`. I had to do a **monkey patch** to resolve this error...

Continue reading โ†’ jekyll ruby monkey-patching



Manage Ruby Version using rbenv

I usually build my `jekyll` website using `bundle install`. However I started getting following build error...

Continue reading โ†’ ruby jekyll