Complete Guide to Hugo

Tags: #hugo

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

First, install Hugo Extended:

1
sudo apt install hugo

Then create your site:

1
2
hugo new site my-blog
cd my-blog

Edit your config.toml:

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

Create your first post:

1
hugo new posts/my-first-post.md

💬 Feel free to leave your comments

Share your thoughts below!

No comments yet. Be the first!