Epigone707 | Yanfu
About Me
Life
Literature
Tech
Tag: web
Automated Table of Contents for Jekyll with Highlighting
(15 Jul 2023)
A tutorial about how to create a table of contents for your Jekyll website. The table of contents will be automatically generated based on the headings in your markdown file. It will also highlight the current section you are reading.
Do not use Darkreader and Disqus at the same time
(21 Dec 2022)
You may hear that Darkreader is a automatic tool to generate a dark mode for your website. However, if you also use Disqus to build comments/discussion section for your website/blog, be careful! They don't work well together.
Syntax highlighting with Rouge in Jekyll
(17 Dec 2022)
When you use Jekyll to build your blog, you may find that the code block doesn't support syntax highliting. This is a tutorial about using Rouge to enable syntax highlighting and make your tech block much fancier!
Build Personal Blog with Jekyll and Github Pages
(25 Jul 2022)
Blog that supports tags, comments, code block customization, table of contents sidebar that automatically highlight current section, etc.