Deploy

Deploy personal blog in 3 different ways

date
Apr 11, 2023
slug
first commit welcome to tech blog
author
status
Public
tags
Deploy
summary
first commit blog
type
Post
thumbnail
category
Deploy
updatedAt
Apr 11, 2023 01:46 PM

Setting Up My Personal Blog

 

1. Deploy using Remix

Pros: Effortlessly deploy as a template, customize and design various components to your liking. Even the most intricate designs can be altered.
Cons: Post-deployment, hosting and domain costs can be burdensome and time-consuming. Maintenance can be cumbersome and expensive, plus you need to purchase a domain.
 

2. Deploy using Vercel with Notion Database

Pros: Simpler and ready for deployment. You can write and update from anywhere.
Cons: Notion templates have become less popular recently for various reasons. I have already faced challenges in processing, moving, and organizing my posts efficiently, so I am reluctant to use Notion again. Customizing the design in detail can be challenging.
 

3. Deploy using Github.io

Pros: You need to distribute and design in markdown, but it's easy to manage, process, and transfer data in the direction you desire.
Cons: Stability may be compromised as Git's service has recently transitioned to a paid model. Writing on mobile devices and other gadgets can be inconvenient as you need to gitpull and push every time you redeploy the page.