#ChatGPT
#GPT3 Introduction Hugo is a popular static site generator that allows users to easily create and maintain a website by writing content in a simple markup language such as Markdown. In this blog post, we will go through the steps of installing Hugo, setting up a new site, starting the development server, and using version control with Git and GitHub. We will also cover deploying the site to CDN providers such as Cloudflare, Netlify, and Vercel.
#github
#hugo
#comments
#giscus I was using Disqus comments on this blog but i was not satisfied with it. Reasons being, it was increasing load times and sometimes inserting ads, even after opting out and expensive. And there is privacy issue with it. To enable Disqus, all you have to do was signup and add site tag in config.toml/config.yaml. But i decided to let go and go with giscus.
What is giscus giscus premise is simple.
#k8s
#digitalocean
#terraform Deploy k8s cluster on DigitalOcean with terraform
#terraform
#iac
#digitalocean
#cloud Getting Started with Terraform & Digitalocean
#terraform
#iac
#azure
#cloud Getting Started with Terraform for Microsoft Azure to deploy infrastructure with code.