A Log of Implementing Share Buttons in Docusaurus
I've added social media share buttons to each article on this site. This post documents the implementation process and the technical decisions behind it.
I've added social media share buttons to each article on this site. This post documents the implementation process and the technical decisions behind it.
This article serves as a memorandum on the implementation of the "News Page," which lists domestic and international news sites on this website.
This article outlines the key specifications and technical points for implementing a simple, client-side browser memo feature in a Docusaurus site using React and TypeScript.
Based on user feedback and technical challenges, I have implemented significant feature enhancements to the previously developed Browser Memo feature.
This article provides a step-by-step guide on how to internationalize (i18n) the main UI components of a Docusaurus site: the navbar and footer.
To visualize reader empathy and boost motivation for site operation, I have added a "GitHub Star Support Button" to each article.
When making a Docusaurus site multilingual (i18n), translating article content and UI components is generally a smooth process using standard procedures. However, translating the "Announcement Bar" displayed at the top of the site requires a slightly different approach.