Skip to main content

hugo

2023

How to Setup the Official Hugo Module for Bootstrap 5 SCSS and JS
·468 words·3 mins
hugo
To get started with the Hugo Bootstrap module, follow these simplified steps: Step 1 - Initialize Your Project as a Hugo Module # Open your terminal. Use the command hugo mod init github.
How to Add Google Analytics to a Hugo Site
·264 words·2 mins
google analytics hugo
Assuming you’ve already set up a Google Analytics account, here’s how you add it to your Hugo site. (If not then, see this post for instructions.) Setting up Google Analytics in your Hugo site is extremely simple.
Upgrading Hugo on Linux: A Step-by-Step Guide to Any Version You Need
·631 words·3 mins
hugo
Before we dive into the details, here’s the code you’ll need to upgrade Hugo to a specific version using dpkg: # Uninstall the existing Hugo version sudo apt autoremove hugo # Download your desired Hugo version from the Hugo releases page, e.