About
About
Why this C++ learning site exists and how it is organized.
About
Why this C++ learning site exists and how it is organized.
This project is a static C++ knowledge base built with Zola, a fast static site generator written in Rust.
All content lives in Markdown under the content/ folder, so the site can grow page by page without changing application code.
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.