Skip to main content

2 posts tagged with "website"

View All Tags

Automate your GitHub Pages deployment using Actions

· 3 min read

Preview

GitHub provides a free public static webpage hosting using the GitHub servers. It also provides a free domain by the name of username.github.io. You can automate the deployment using GitHub Actions easily. In this article, we will learn how to deploy the site build by a static site generator named Gatsby.

Create a fast static site in React using Gatsby

· 4 min read

Preview

The absence of middleman/database makes the static site much faster and reliable. They can be deployed using static servers like Netlify, Github, etc. So, they are much more secured and require very little maintenance. Gatsby is a React based open-source framework that can be used to create static sites.