Skip to content

Commit

Permalink
Add new blog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar Giri committed Jan 20, 2025
1 parent d7bc302 commit cb3672c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions content/articles/i-transferred-my-domain-to-cloudflare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Title: I transferred my domain to cloudflare
Date: 2025-1-20 19:30
Modified: 2025-1-20 19:30
Category: log
Tags: log
Slug: i-transferred-my-domain-to-cloudflare
Summary: I transferred my domain to cloudflare

The domain `sagargiri.com` was registered with `namecheap.com` and I was using `namecheap.com`'s nameservers to manage the domain.
I decided to transfer the domain to `cloudflare.com` for better security and performance.

I followed the steps mentioned in this YouTube Video

<iframe width="560" height="315" src="https://www.youtube.com/embed/zkA1oZz3GUo?si=7HqhxEf9QKhB9ir4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

Following above steps to the tee, I successfully transferred the domain to `cloudflare.com`.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def pelican_run(cmd):


@task
def new_post(c, title, *args, **kwargs):
def new_post(c, title):
"""
creates new post
Usage: $ invoke new-post title="My Brand New Awesome Post"
Expand Down

0 comments on commit cb3672c

Please sign in to comment.