Home

How to Serve This Jekyll Blog Locally

A local blog server can show a blog preview before pushing changes to GitHub, but certain dependencies need to be installed. Recently I installed Ubuntu 20.04 and this Jekyll blog was one of the very first things I downloaded. Here I record how I got it working locally.

Read more

Publicly Hide Magic Strings (1)

This is the 1st post in the Publicly Hide Magic Strings series (»). A common form of website Easter eggs is magic strings, but how can they be hidden in a public repository? Encryption. In this post, I’ll develop a magic string encryption tool based on crypto-js.

Read more