Basic Usage
Basic usage of Hugo
“Hugo is a fast and modern static site generator written in Go.
Unlike systems that dynamically build a page with each visitor request, Hugo builds pages when you create or update your content. Since websites are viewed far more often than they are edited, Hugo is designed to provide an optimal viewing experience for your website’s end users and an ideal writing experience for website authors.” (https://gohugo.io/about/what-is-hugo/)
In other words, Hugo is an application that will create static website files to be published as a website. Hugo combines the markdown files in the content folder with the theme of choice and creates a set of html, css and javascript needed to run a static site. Hugo can be run locally on one’s desktop and be deployed to “localhost” for viewing before pushing into production.
You can install and run Hugo on your computer or you can use Docker to run Hugo for you.
Showcase of sites using HugoHugo Codex - a sample site built entirely with hugo.
Basic usage of Hugo
Convert Your Site to Hugo
Hugo Directory Structure
How Do I?
Configuring Your Hugo Site
Various tutorial links for Hugo.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.