Make your own site like me using Hugo with PaperMod theme
This blog will help you build your own blog site using Hugo with PaperMod theme and deploy it in github pages for $0 1. What is Hugo ? Hugo is a fast static site generator. It converts Markdown files into a full HTML, CSS, and Javascript site using a theme. Advantages: Extremely fast serving after deployment Intuitive folder based structure Great for blogs and portfolios Works effortlessly with Github Pages 2. Prerequisites Make sure git is installed. git will help you deploy your site to Github pages as well as add themes to your hugo site If you don’t have git, please refer to: Git Installation ...