2019.11.26
Base64 encode in Jekyll
A custom defined Ruby plugin in Jekyll to encode any content with base64.
2019.11.26
A custom defined Ruby plugin in Jekyll to encode any content with base64.
2019.11.01
Generate random numbers in Liquid was once possible with built-in rand(), but it has been taken out because it's easy to replicate in JavaScript and doesn't benefits to server side caching. However, you can actually get a random number in Liquid through a simple trick: making use of both the date & modulo Liquid filters.
2016.08.20
Liquid is a simple template language that Jekyll uses to process pages for your site. With Liquid you can output complex contents without additional plugins.