For un generador de sitios estáticos para documentación en Markdown, the strongest matches are getzola/zola (Zola is a static site generator that compiles Markdown), gohugoio/hugo (Hugo is a high‑performance static site generator that takes) and kensuke-hinata/statistic (This project is a static site generator that transforms). hexojs/hexo is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.
Curamos repositorios de código abierto en GitHub que coinciden con “markdown based directories”. Los resultados están clasificados por relevancia según tu búsqueda; usa los filtros de abajo para acotar o refina con IA.
Zola is a static site generator that compiles Markdown and templates into a standalone website. It is distributed as a single binary, removing the need for external runtimes or package managers to build the final site. The project includes a built-in Sass compiler to transform styles into compressed CSS and a dedicated Markdown rendering engine that supports task lists and footnotes. It also features a client-side search indexer, enabling full-text site search without a backend server, and a multilingual content manager for organizing translated content. Additional capabilities cover asset o
Zola is a static site generator that compiles Markdown with front matter into a static website, supporting taxonomies for categories/tags, built-in full-text search, and customizable Tera templates—exactly what you need to create a searchable, categorized directory site from Markdown files.
Hugo is a high-performance static site generator that transforms source content and templates into optimized web assets. Built with a focus on speed and scalability, it provides a comprehensive framework for managing large-scale documentation and editorial projects through structured content organization, taxonomies, and a flexible template-driven rendering engine. The project distinguishes itself through a sophisticated build system that utilizes incremental caching to minimize redundant processing during site updates. It supports complex content requirements by enabling multidimensional mod
Hugo is a high‑performance static site generator that takes Markdown with front matter and supports taxonomies, custom themes, and third‑party search integration, making it a flagship tool for building a searchable, categorized directory website from Markdown files.
This project is a curated technical resource library and static site generator designed to organize books and documentation covering computer science, cybersecurity, DevOps, and systems programming. It functions as a schema-driven resource directory that uses markdown content management to transform structured files and metadata into pre-rendered HTML pages. The system implements a client-side search engine that utilizes a JSON manifest to filter resources directly in the browser, removing the need for server-side queries. It organizes technical literature into a structured directory by mappi
This project is a static site generator that transforms Markdown files into a pre-rendered, searchable directory, with client-side full-text search and a structured taxonomy — fitting your need for a self-hostable tool to create a curated resource listing site.
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
Hexo is a static site generator that builds websites from Markdown files with front matter and supports categories/tags, themes, and self-hosting — it can power a curated directory site, though full-text search typically requires a plugin.