awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Metadata Schemas · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesMetadata Schemas

Configurations for defining and mapping document properties like author, title, and custom fields.

Distinguishing note: Focuses on document-level metadata injection rather than generic database schema management.

Explore 2 awesome GitHub repositories matching content management & publishing · Metadata Schemas. Refine with filters or upvote what's useful.

  1. Home
  2. Content Management & Publishing
  3. Metadata Schemas

Awesome Metadata Schemas GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • jgm/pandoc

    jgm/pandoc

    42,166View on GitHub↗

    Pandoc is a universal document converter that translates content between a wide range of markup and binary formats. It functions by parsing input documents into a unified intermediate abstract syntax tree, which serves as the foundation for consistent manipulation and transformation across diverse output types. The system is distinguished by its modular reader-writer pipeline, which decouples input parsing from output generation to allow for granular control over document structure. Users can programmatically manipulate this intermediate tree through a robust filter system, supporting both ex

    Defines document properties like title and author to populate standard fields in various output formats.

    Haskellcommonmarkconverterdocument
    42,166View on GitHub↗
  • hexojs/hexo

    hexojs/hexo

    41,251View on GitHub↗

    Hexo is a command-line static site generator designed for content-driven blogging and website creation. It functions as a structured framework that transforms plain text files and markdown into production-ready static websites, utilizing a template-based rendering engine to separate site content from visual presentation. The project is distinguished by its event-driven build pipeline, which manages the entire site lifecycle through a series of hooks for file processing, asset generation, and deployment. Developers can extend the system’s core capabilities through a modular plugin architecture

    Uses YAML blocks at the top of files to define page-specific variables and layout properties.

    TypeScripthacktoberfesthexojavascript
    41,251View on GitHub↗