Quickguide - Hugo | Git | Netlify setup

This guide assumes that you have already bought a domain for your website (I recommend Porkbun if you want to buy one now). The domain cost is the only cost needed in this guide. To create, host and publish your website is completely FREE! Hugo installation There are many ways to install Hugo in all major operating systems, described under the Hugo installation documentation To install Hugo on some of the popular Linux distributions:...

February 16, 2021 · 6 min · Al3xis

Setting Up Disqus Comments in Hugo

Create comments file First create a html file in: layouts/partials/comments.html This is applicable mostly for the PaperMod theme. Other themes usually use a disqus.html file. It is important to name the file in the right way so your theme will recognise it. Check the documentation of your theme, in my case the PaperMod theme documentation about comments is here: https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-features/#comments Hugo Disqus template Copy from Hugo repository tpl/tplimpl/embedded/templates/disqus.html Add all the lines in the previously created comments....

January 3, 2021 · 1 min · Al3xis