Getting Started with Hugo Help Site Template

A minimal Hugo template with i18n support, perfect for help sites, blogs, or content portals.

Welcome to the Hugo Help Site template! This is a minimal skeleton extracted from a real project, keeping only the essentials:

Features

Quick Start

  1. Clone the repo and initialize submodules
  2. Run hugo server -D to start the dev server
  3. Add content in the content/ directory

Directory Structure

content/
├── zh-cn/          # Chinese content
│   └── post/       # Posts
└── en/             # English content
    └── post/       # Posts

Customization

Happy writing!