After reading Walden, a collection of essays by American writer Henry David Thoreau, I was deeply influenced by his love of nature and simple living. So, I wrote this concise and clear theme for my personal website and named it Walden.
Walden is a simple-structured, easy-to-use Hugo theme for personal websites.
- Responsive design
- Headline on homepage
- Thumbnail for post
- Shortcodes
- Multilingual mode
- ...
Two ways to see the demo:
-
View demo by clone repository from Github.
git clone https://github.com/homecat805/hugo-theme-walden.git hugo-theme-walden cd exampleSite hugo server --themesDir ../..
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
Walden is licensed under the MIT,Check the LICENSE file for details.