docs: avoid redundant headers
This commit is contained in:
@@ -4,8 +4,6 @@ description: Complete reference for site.toml configuration
|
|||||||
weight: 2
|
weight: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
# Configuration
|
|
||||||
|
|
||||||
sukr is configured via `site.toml`. All settings have sensible defaults.
|
sukr is configured via `site.toml`. All settings have sensible defaults.
|
||||||
|
|
||||||
## Basic Configuration
|
## Basic Configuration
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ description: How the filesystem maps to your site structure
|
|||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
# Content Organization
|
|
||||||
|
|
||||||
sukr builds your site structure from your `content/` directory. No routing config needed — the filesystem _is_ the config.
|
sukr builds your site structure from your `content/` directory. No routing config needed — the filesystem _is_ the config.
|
||||||
|
|
||||||
## The Rule
|
## The Rule
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ description: Automatic CSS optimization at build time
|
|||||||
weight: 7
|
weight: 7
|
||||||
---
|
---
|
||||||
|
|
||||||
# CSS Minification
|
|
||||||
|
|
||||||
sukr automatically minifies CSS files in your static directory during the build.
|
sukr automatically minifies CSS files in your static directory during the build.
|
||||||
|
|
||||||
## How It Works
|
## How It Works
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ description: Build-time feed generation for blog posts
|
|||||||
weight: 6
|
weight: 6
|
||||||
---
|
---
|
||||||
|
|
||||||
# Atom Feeds
|
|
||||||
|
|
||||||
sukr generates an Atom 1.0 feed for blog posts at build time.
|
sukr generates an Atom 1.0 feed for blog posts at build time.
|
||||||
|
|
||||||
## Output
|
## Output
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ description: Build-time LaTeX math with KaTeX
|
|||||||
weight: 5
|
weight: 5
|
||||||
---
|
---
|
||||||
|
|
||||||
# Math Rendering
|
|
||||||
|
|
||||||
sukr renders LaTeX math expressions at build time using KaTeX, producing static HTML and CSS. No client-side JavaScript required.
|
sukr renders LaTeX math expressions at build time using KaTeX, producing static HTML and CSS. No client-side JavaScript required.
|
||||||
|
|
||||||
## Inline Math
|
## Inline Math
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ description: Build-time diagram rendering with Mermaid
|
|||||||
weight: 4
|
weight: 4
|
||||||
---
|
---
|
||||||
|
|
||||||
# Mermaid Diagrams
|
|
||||||
|
|
||||||
sukr renders Mermaid diagrams at build time, producing inline SVG. No client-side JavaScript required.
|
sukr renders Mermaid diagrams at build time, producing inline SVG. No client-side JavaScript required.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ description: Automatic section discovery and processing
|
|||||||
weight: 2
|
weight: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
# Sections
|
|
||||||
|
|
||||||
sukr automatically discovers sections from your content directory structure.
|
sukr automatically discovers sections from your content directory structure.
|
||||||
|
|
||||||
## What is a Section?
|
## What is a Section?
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ description: Build-time code highlighting with Tree-sitter
|
|||||||
weight: 3
|
weight: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
# Syntax Highlighting
|
|
||||||
|
|
||||||
sukr highlights code blocks at build time using Tree-sitter. No client-side JavaScript required.
|
sukr highlights code blocks at build time using Tree-sitter. No client-side JavaScript required.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ description: Customizable templates without recompilation
|
|||||||
weight: 1
|
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.
|
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
|
## Template Directory Structure
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ description: Install sukr and build your first site
|
|||||||
weight: 0
|
weight: 0
|
||||||
---
|
---
|
||||||
|
|
||||||
# Getting Started
|
|
||||||
|
|
||||||
This guide walks you through installing sukr and creating your first static site.
|
This guide walks you through installing sukr and creating your first static site.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|||||||
Reference in New Issue
Block a user