A Guide to Implementing Automatic Posts to X for New Articles via GitHub Actions
This article outlines the procedures and troubleshooting steps for implementing a GitHub Action that detects new articles and posts them to X as Twitter Cards.
This article outlines the procedures and troubleshooting steps for implementing a GitHub Action that detects new articles and posts them to X as Twitter Cards.
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.
To streamline content management for this site, I integrated the headless CMS, Decap CMS (formerly Netlify CMS). This article documents the implementation process, the technical decisions made, and the solutions to the problems I encountered.
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.
This article documents the steps for introducing Docker Compose to a Docusaurus project for local development.
This article outlines a simple method for displaying a "Last Updated" date on our Docusaurus documentation articles to indicate the freshness of the information.
This article provides a step-by-step guide on how to set up Google Analytics 4 (GA4) on a Docusaurus site to enable access analysis.
This article outlines three primary patterns for displaying icons or specific symbols in the Docusaurus site's navigation bar.
Based on user feedback and technical challenges, I have implemented significant feature enhancements to the previously developed Browser Memo feature.
This article outlines the steps and troubleshooting process for setting up an internal site search feature using Algolia DocSearch.
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.
When implementing Algolia DocSearch on a multi-language (i18n) site built with Docusaurus, a common challenge is that search results contain a mix of multiple languages. This often leads to a poor user experience, such as English pages appearing in search results when a user is searching in Japanese.
This article outlines the steps I took to set up a custom domain, hkdocs.com, acquired from Value Domain, for this Docusaurus site hosted on Google Cloud Run.
This article outlines the steps to implement the internationalization (i18n) feature on a Docusaurus site, enabling content switching between Japanese (default) and English.
In a previous article, I explained how to integrate Decap CMS into a Docusaurus site. While this setup provided a solid foundation for content updates, I found room for improvement in day-to-day use, especially regarding mobile usability and streamlining repetitive input.
This article chronicles the journey of identifying and resolving two tricky problems encountered after adding internationalization (i18n) to a Docusaurus v3 site: "client-side routing collapse" and "container startup failure on Cloud Run."
ここでは、サイト内に国内外のニュースサイトを一覧できる「ニュースページ」を実装した際の備忘録として整理します。