Structure

Project Structure

Understanding the structure of your Hugo project is crucial for efficient development. This theme follows standard Hugo conventions. The assets folder contains your SCSS and JavaScript, while layouts defines the HTML structure. Content is organized in the content directory, mirroring the URL …

Content Organization

Hugo organizes content based on the directory structure inside the content folder. Sections Top-level directories in content become sections (e.g., content/posts becomes example.com/posts). Page Bundles A directory containing an index.md file is a Leaf Bundle. It can contain resources like images …