Arod_componentArod component library for rendering with ocaml-tw.
Re-exports all component modules for use in Arod handlers.
module Common : sig ... endCommon utilities shared across Arod components.
module Theme : sig ... endDesign tokens and theme constants for the Arod site.
module Scripts : sig ... endJavaScript strings for client-side interactivity.
Navigation header component for the Arod site.
module Layout : sig ... endPage shell layout component for the Arod website.
module Image : sig ... endResponsive image component using htmlit.
module Entry : sig ... endShared entry components for the Arod site.
module Sidebar : sig ... endSidebar component for entry pages.
module Paper : sig ... endPaper component rendering using htmlit.
module Note : sig ... endNote component rendering using htmlit.
module Video : sig ... endVideo component rendering using htmlit.
module Idea : sig ... endIdea component rendering using htmlit.
module Project : sig ... endProject component rendering using htmlit.
module List_view : sig ... endList and feed view components using htmlit.
module Links : sig ... endLinks page component.
module Feeds : sig ... endFeeds page component.
module Network : sig ... endNetwork page component.
module Markdown_export : sig ... endMarkdown export for content negotiation.