A Guide to Implementing Automatic Posts to X for New Articles via GitHub Actions
A guide to implementing automatic posting to X (formerly Twitter) via GitHub Actions when a new blog post is detected, including the setup and troubleshooting.
A guide to implementing automatic posting to X (formerly Twitter) via GitHub Actions when a new blog post is detected, including the setup and troubleshooting.
A guide to adding SNS share buttons (X, Hatena Bookmarks, etc.) to Docusaurus articles, covering the CSS Modules component design decisions.
A guide to integrating Decap CMS into a Docusaurus site on Cloud Run, using a hybrid setup with Netlify for the CMS UI and Cloud Run for the public site.
A guide to implementing a news links page in Docusaurus using React, TypeScript, and CSS Modules with full i18n support.
A memo on improving Docusaurus + Algolia search accuracy with a single-index setup. It explains the correct behavior of contextualSearch and how to apply settings via the Crawler REST API.
A guide to implementing a browser-based memo feature in Docusaurus using React, TypeScript, and localStorage, covering the spec and key technical points.
A guide to setting up the development environment for a Docusaurus project with Docker Compose, covering the setup steps and key technical points.
A guide to displaying a last-updated date on Docusaurus Docs pages using front matter — no Git history dependency or CI/CD changes required.
A guide to implementing a Stripe-powered support (donation) button in Docusaurus — frontend-only with no secret keys in the codebase.
A guide to integrating Google Analytics 4 (GA4) into a Docusaurus site for access analytics, covering the gtag plugin configuration.
A guide to adding Mermaid diagram rendering to the Docusaurus browser memo, extending the Markdown preview to support text-based diagram creation.
A guide covering three approaches to displaying icons in the Docusaurus navbar: CSS, SVG, and image, organized by implementation pattern.
A guide to adding URL sharing and UX improvements to the Docusaurus browser memo feature, using lz-string for URL-encoded memo sharing.
A guide to implementing Algolia DocSearch on a Docusaurus site for site search, including the setup process and troubleshooting.
A guide to localizing the Docusaurus navbar and footer, covering translation file placement and a concrete workflow through to verification.
A guide to fixing mixed-language search results in a multilingual Docusaurus site with Algolia, to deliver search results that match the current display language.
Step-by-step guide for setting up a custom domain on a Docusaurus site hosted on Google Cloud Run using Value Domain, from DNS configuration to Cloud Run mapping.
A guide to implementing a GitHub Star button in Docusaurus — a custom component that fetches star counts via the GitHub API without OAuth.
A guide to adding Japanese/English multilingual support (i18n) to a Docusaurus site, including Docker commands and pre-deployment verification steps.
A guide to customizing Decap CMS config.yml and index.html to improve UX, covering mobile usability enhancements and streamlined field input.
A guide to localizing the Docusaurus announcement bar using process.env.DOCUSAURUS_CURRENT_LOCALE to switch content based on the current locale.
A guide to solving two issues encountered when adding i18n to Docusaurus v3: client-side routing breakdown and container startup failure on Cloud Run.