Easy Blog Site Creation with Hugo
Like everyone else and their dog, I set up this blog website to post about personal projects in technology and other fun topics. Components Used: Mac Hugo PaperMod GitHub Pages Local Deployment: In Local Machine: Brew Install Hugo git init git submodule add https://github.com/adityatelange/hugo-PaperMod/wiki/Features#profile-mode themes/hugo-PaperMod hugo server -D Go to: http://localhost:1313 Stop Server: Ctrl C GitHub Pages Deployment: In Github.com: Create new repository named <username>.github.io, filling in your username In Local Machine:...