Create your own blog and connect it to git hub.
The source for creating a blog is accessable through open source.
Static blogs are blogs that store info on physical files. Blogs created through other sites store information in databases run by the company. (ex-naver blogs) In this method physical files are uploaded to github then transformed into a blog through Gatsby.
Markdown is a method used to mark how a text is going to be rendered on a page. The
#
s and>
used are exmples of markdown. The markdown gets translated to HTML then displayed on a page.
Deploying is uploading so that other can access it
Domain is the Address of your blog