· HugoWind Team · Tutorial · 1 min read
Getting Started with HugoWind
Learn how to set up and customize your HugoWind website

Introduction
Welcome to HugoWind! This guide will help you get started with your new Hugo website.
Prerequisites
Before you begin, make sure you have the following installed:
- Hugo Extended (v0.120.0 or later)
- Node.js (v18 or later)
- pnpm (v10 or later)
Quick Start
- Clone the repository
- Install dependencies with
pnpm install - Start the development server with
pnpm dev
Customization
HugoWind is highly customizable. You can modify:
- Colors and typography in
tailwind.config.js - Site configuration in
config/_default/ - Content in the
content/directory
Next Steps
- Explore the documentation
- Check out the example posts
- Join our community
Happy building! 🚀
