Skip to main content

3 posts tagged with "blog"

View All Tags

Learn how to add a comment section in Docusaurus using commentbox.io

· 3 min read
Yayo Arellano
Software Engineer

In this article, I will show you step by step how to add a comments section in your Docusaurus blog using commentbox.io.

Prerequisites

Set up commentbox.io account

Visit https://dashboard.commentbox.io to get your project ID.

Visit https://dashboard.commentbox.io to get your project ID.

  1. Copy your project ID, we will use it later to initialize commentbox.io in our Docusaurus project.
  2. During development, type localhost in the Website Domain field. When you release to production make sure the Website Domain matches your own domain, for example, in my case yayocode.com.

Why I decided to migrate from Next.js to Docusaurus

· 2 min read
Yayo Arellano
Software Engineer

Over the past two years, my blog has been a place to share my experiences and learning in mobile app development, primarily focused on Flutter.

Initially, I decided to create my blog with Next.js because it's the framework used in my workplace, and I've always been curious to learn web development.

info

You can find the blog created with Next.js here: Yayo Code Legacy Next.js Blog

However, like any software project, without a constant maintenance, we'll soon be using outdated dependencies. So over the last 3 months, I decided to migrate the blog to Docusaurus. The reason? Simplification and efficiency.