bengal-site-scaffold

Scaffold a Bengal static site with configuration, content structure, and theme setup.

41|Updated Oct 2, 2025
One-click install
npx skills add https://github.com/lbliii/bengal --skill bengal-site-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bengal-site-scaffold
Source: https://github.com/lbliii/bengal/tree/main/skills/bengal-site-scaffold
Command: npx skills add https://github.com/lbliii/bengal --skill bengal-site-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of a new static site using the Bengal framework, providing a pre-configured structure and essential files to get started quickly.

Core Features & Use Cases

  • Project Initialization: Sets up the basic directory structure (content/, templates/, static/).
  • Configuration File: Creates a bengal.toml with sensible defaults.
  • Content Structure: Generates placeholder _index.md files for home and section pages.
  • Use Case: When starting a new documentation project, blog, or product website with Bengal, use this Skill to rapidly set up the foundational elements, saving manual setup time.

Quick Start

Run the bengal new site command to start the interactive site creation wizard.

Frequently Asked Questions about bengal-site-scaffold

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new static site using the Bengal framework?

To scaffold a new static site with Bengal, run the interactive site creation wizard. This generates the basic directory structure, a bengal.toml configuration file, and placeholder content files to get your project started quickly.

What is the best way to set up a new documentation or blog project with Bengal?

Setting up a new documentation or blog project with Bengal is best handled by scaffolding the site foundation. This creates the required content, templates, and static directories, along with sensible default configurations tailored for static site generation.

What directory structure does Bengal require for a new static site?

Bengal requires a specific project structure for static sites, including content, templates, and static directories. Scaffolding automatically generates this structure, along with placeholder _index.md files for home and section pages.

Can I use this scaffolding tool to initialize a product website with Bengal?

Yes, you can use this scaffolding tool to initialize a product website with Bengal. It creates the foundational elements and configuration schema needed, supporting rapid setup for documentation, blog, or product website projects.

What configuration file is created when initializing a Bengal static site?

Initializing a Bengal static site creates a bengal.toml configuration file with sensible defaults. This file manages the project setup and ensures adherence to Bengal's configuration schema for static site generation.