Interview
Introduce yourself
Introduce yourself
Currently Minimal Mistakes doesn’t support sticky Table of Contents for mobile display, even if you have set toc_sticky: true (see Table of contents). Now I ...
This post is password protected.
From now on I will be able to write posts in Org Mode for this blog, besides the existing Markdown method. Here’s how I configure it. This article is written...
Here are the customizations I’ve made to the gallery feature of Minimal Mistakes:
I want to be able to load local images when the site is served locally. However, the URL format file:///Users/<username>/archive/image/20260218184820.p...
I want to be able to use link abbreviations in Minimal Mistakes, for example, use foo:<filename> in place of the full link for images and images in a g...
You can execute SQL source code blocks in Org Mode.
Here’s how you can connect to databases and execute SQLs in Spacemacs (Emacs).
gem and bundle
In the Ruby ecosystem, gem and bundle serve distinct but complementary roles in managing code libraries (known as gems). While gem is the primary interface f...