Complete Guide to Hugo

This guide is comprehensive, so we’ve organized it into collapsible sections.

First, install Hugo Extended:

sudo apt install hugo

Then create your site:

hugo new site my-blog
cd my-blog

Edit your config.toml:

baseURL = "https://example.com/"
title = "My Blog"

Create your first post:

hugo new posts/my-first-post.md
Tags: #hugo
Share your thoughts

💬 Feel free to leave your comments

Share your thoughts below!

Loading comments...