Your ultimate destination for planning unforgettable journeys and discovering the world's hidden gems. Whether you're a seasoned explorer or a first-time traveler, we’re here to make your adventures seamless, exciting, and memorable.
- Travel Guides: Expertly curated guides to help you explore destinations like a local.
- Trip Planning Tools: Easily organize your itinerary, book accommodations, and find the best deals.
- Inspiration: Stunning photos, travel stories, and tips to fuel your wanderlust.
- Community: Connect with fellow travelers, share experiences, and get personalized recommendations.
Before installing Hugo, ensure you have the following:
- Hugo (
hugo_extended) downloaded from the GitHub Releases page- Recommended: Latest version or at least version X.X.X (if applicable)
- Visual Studio Code (or any code editor of your choice)
- Command-line interface (e.g., Command Prompt, PowerShell)
- Basic understangitding of command-line operations
- Navigate to the root directory (
C:\Program Files). - Create a folder named
Hugo(with a capital H). - Inside the
Hugofolder, create another folder namedbin.
- Visit the Hugo GitHub Releases Page.
- Locate the latest release and download the
hugo_extendedversion for Windows. - Ensure you select the appropriate file ending with
.zip.
- Extract the contents of the downloaded zip file.
- Copy the extracted files into the
binfolder created earlier (C:\Program Files\Hugo�in).
- Open the Start Menu and search for Environment Variables.
- Select Edit the system environment variables.
- Click the Environment Variables button.
- Under System Variables, find and select the Path variable, then click Edit.
- Click New and add the path to the
binfolder (C:\Program Files\Hugo�in). - Click OK to close all dialog boxes.
- Open Command Prompt (
cmd). - Type the following command and press Enter:
hugo version
- If Hugo is correctly installed, you should see the version information.
- Open the cloned folder in VS Code and to run the web application, press the following command:
hugo server
- Always use the
hugo_extendedversion for advanced features and better compatibility. - Ensure your contributions follow the project guidelines and coding standards.
Hugo is best installed using Homebrew. If you don’t have Homebrew installed, run this command in the terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Once Homebrew is installed, use the following command to install Hugo:
brew install hugoCheck if Hugo is installed correctly by running:
hugo versionThis should output the installed Hugo version, confirming a successful installation.
If you prefer not to use Homebrew, you can manually download Hugo:
- Go to the official Hugo Releases page.
- Download the macOS binary (
hugo_extended_x.x.x_macOS-universal.tar.gz). - Extract the archive and move the Hugo binary to
/usr/local/bin:tar -xvzf hugo_extended_x.x.x_macOS-universal.tar.gz mv hugo /usr/local/bin/
Verify installation using:
hugo version-run using hugo server
Alpine: doas apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community hugo
Arch: sudo pacman -S hugo
Debian: sudo apt install hugo
Fedora: sudo dnf install hugo
For more information, visit the Hugo Linux Installation page
Verify installation using hugo version
-run using hugo server
Fork the repository. Create a new branch (feature-branch) Commit your changes. Push to your branch and submit a pull request.
Visit the live website here: HappyTraveller
Copyright 2025
Another way: Step 1: Open PowerShell as Administrator
Press Win + X
Click Windows Terminal (Admin) or PowerShell (Admin)
Run the following command to install Chocolatey (if not installed already):
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
Restart your terminal after installation.
Step 2: Install Hugo
Once Chocolatey is installed, run the following command:
choco install hugo -y
Step 3: Verify Installation
After installation, check the installed Hugo version:
hugo version
✅ If successful, you will see output like:
hugo v0.142.0-xxxxxx windows/amd64 BuildDate=xxxx