Module Arod_component

Arod component library for rendering with ocaml-tw.

Re-exports all component modules for use in Arod handlers.

module Common : sig ... end

Common utilities shared across Arod components.

module Theme : sig ... end

Design tokens and theme constants for the Arod site.

module Scripts : sig ... end

JavaScript strings for client-side interactivity.

module Nav : sig ... end

Navigation header component for the Arod site.

module Layout : sig ... end

Page shell layout component for the Arod website.

module Image : sig ... end

Responsive image component using htmlit.

module Entry : sig ... end

Shared entry components for the Arod site.

module Sidebar : sig ... end

Sidebar component for entry pages.

module Paper : sig ... end

Paper component rendering using htmlit.

module Note : sig ... end

Note component rendering using htmlit.

module Video : sig ... end

Video component rendering using htmlit.

module Idea : sig ... end

Idea component rendering using htmlit.

module Project : sig ... end

Project component rendering using htmlit.

module List_view : sig ... end

List and feed view components using htmlit.

Links page component.

module Feeds : sig ... end

Feeds page component.

module Network : sig ... end

Network page component.

module Markdown_export : sig ... end

Markdown export for content negotiation.