Archive of posts with tag “jekyll”
Embed the latest Mastodon post in my website
I show the latest Mastodon post in my website hosted on GitHub Pages, and it does not require JavaScript on the client side. How do I do that?
- Categories: update
- Tags: web, jekyll, selfhosting
I restructured my blog
If you have not noticed, the equations on my blog are now rendered server-side. This change makes it possible for those who turn off JavaScript on their browsers to see the equations. I also updated the theme from Minima v2 to Minima v3.
Typesetting math in emails
After some comparison among solutions, I use KaTeX to typeset math in my emails.
- Categories: programming
- Tags: jekyll, ruby, tex
Running Jekyll myself
I have got tired of letting GitHub Pages to run Jekyll for me. I cannot use custom plugins! I decide to run Jekyll myself and push the built result to GitHub repo. I wrote a script to do this.
- Categories: programming
- Tags: jekyll
Amazing Siteleaf
I have been using Siteleaf to manage my blog. It is just convenient and amazing.