Quick Start

Sep 3, 2025 Homecat

Quick start

The Hugo documentation describes in detail how to install on different operating systems, which will not be repeated here, the operating system related to this article is Ubuntu 22.04 LTS.

Create the website root directory mysite and perform git initialization, then install the theme as a module to the mysite/themes, and copy all the files in the exampleSite in theme directory to the root directory of the website.

mkdir mysite
cd mysite
git init
git branch -m main
mkdir themes
git submodule add [email protected]:Homecat805/hugo-theme-walden.git themes/hugo-theme-walden
cp -rf themes/hugo-theme-walden/exampleSite/* ./
hugo server
TABLE OF CONTENT