diff --git a/docs/content/configuration.md b/docs/content/configuration.md index d05fa18..88f0a47 100644 --- a/docs/content/configuration.md +++ b/docs/content/configuration.md @@ -4,8 +4,6 @@ description: Complete reference for site.toml configuration weight: 2 --- -# Configuration - sukr is configured via `site.toml`. All settings have sensible defaults. ## Basic Configuration diff --git a/docs/content/content-organization.md b/docs/content/content-organization.md index 720570c..a5d918d 100644 --- a/docs/content/content-organization.md +++ b/docs/content/content-organization.md @@ -4,8 +4,6 @@ description: How the filesystem maps to your site structure weight: 1 --- -# Content Organization - sukr builds your site structure from your `content/` directory. No routing config needed — the filesystem _is_ the config. ## The Rule diff --git a/docs/content/features/css.md b/docs/content/features/css.md index a064801..24bc25a 100644 --- a/docs/content/features/css.md +++ b/docs/content/features/css.md @@ -4,8 +4,6 @@ description: Automatic CSS optimization at build time weight: 7 --- -# CSS Minification - sukr automatically minifies CSS files in your static directory during the build. ## How It Works diff --git a/docs/content/features/feeds.md b/docs/content/features/feeds.md index 06ad0a1..32cebe9 100644 --- a/docs/content/features/feeds.md +++ b/docs/content/features/feeds.md @@ -4,8 +4,6 @@ description: Build-time feed generation for blog posts weight: 6 --- -# Atom Feeds - sukr generates an Atom 1.0 feed for blog posts at build time. ## Output diff --git a/docs/content/features/math.md b/docs/content/features/math.md index 4103991..b5280fa 100644 --- a/docs/content/features/math.md +++ b/docs/content/features/math.md @@ -4,8 +4,6 @@ description: Build-time LaTeX math with KaTeX weight: 5 --- -# Math Rendering - sukr renders LaTeX math expressions at build time using KaTeX, producing static HTML and CSS. No client-side JavaScript required. ## Inline Math diff --git a/docs/content/features/mermaid.md b/docs/content/features/mermaid.md index 44d79d9..8d1071d 100644 --- a/docs/content/features/mermaid.md +++ b/docs/content/features/mermaid.md @@ -4,8 +4,6 @@ description: Build-time diagram rendering with Mermaid weight: 4 --- -# Mermaid Diagrams - sukr renders Mermaid diagrams at build time, producing inline SVG. No client-side JavaScript required. ## Usage diff --git a/docs/content/features/sections.md b/docs/content/features/sections.md index 57164af..b39205d 100644 --- a/docs/content/features/sections.md +++ b/docs/content/features/sections.md @@ -4,8 +4,6 @@ description: Automatic section discovery and processing weight: 2 --- -# Sections - sukr automatically discovers sections from your content directory structure. ## What is a Section? diff --git a/docs/content/features/syntax-highlighting.md b/docs/content/features/syntax-highlighting.md index 3d258d1..3ec8b59 100644 --- a/docs/content/features/syntax-highlighting.md +++ b/docs/content/features/syntax-highlighting.md @@ -4,8 +4,6 @@ description: Build-time code highlighting with Tree-sitter weight: 3 --- -# Syntax Highlighting - sukr highlights code blocks at build time using Tree-sitter. No client-side JavaScript required. ## Usage diff --git a/docs/content/features/templates.md b/docs/content/features/templates.md index d4eef4f..153ed90 100644 --- a/docs/content/features/templates.md +++ b/docs/content/features/templates.md @@ -4,8 +4,6 @@ description: Customizable templates without recompilation weight: 1 --- -# Tera Templates - sukr uses [Tera](https://tera.netlify.app/), a Jinja2-like templating engine. Templates are loaded at runtime, so you can modify them without recompiling sukr. ## Template Directory Structure diff --git a/docs/content/getting-started.md b/docs/content/getting-started.md index 4d54451..4398e36 100644 --- a/docs/content/getting-started.md +++ b/docs/content/getting-started.md @@ -4,8 +4,6 @@ description: Install sukr and build your first site weight: 0 --- -# Getting Started - This guide walks you through installing sukr and creating your first static site. ## Installation