About

About

Why this C++ learning site exists and how it is organized.

About

This project is a static C++ knowledge base built with Zola, a fast static site generator written in Rust.

Goals

Site structure

Intended audience

Editing workflow

All content lives in Markdown under the content/ folder, so the site can grow page by page without changing application code.

Example in practice

cpp-handbook/
    content/
        tutorials/
            getting-started.md
        cheatsheet/
            core-syntax.md
        reference/
            header-vector.md
    static/
        style.css
    templates/
        page.html

This project grows by adding Markdown pages to the appropriate content section, then rebuilding the site.