Background
After upgrading the blog theme over the weekend, I accidentally lost the On This Day sidebar. I spent some time restoring it and wrote down the steps so I would not have to search for them again.
Why I use it
I publish “On This Day” clips on Douyin by recording this section of the website. Without the sidebar, I would have no new material to post.
Implementation
Many implementations are fairly involved. Here is the simple approach I used.
Install the plugin:
npm i hexo-history-calendar --saveAdd the following configuration to the site’s
_config.yml:
1 | # On This Day |
After saving the configuration and rebuilding the site, the new sidebar card should appear.