Plain

screenshot of Plain

network .md into .html with plaintext files

Overview:

Plain is a static-site generator that converts plaintext files written in Markdown into a network of HTML pages. Originally developed as a solution to republish lost web files, Plain offers a frictionless way to generate static HTML files from Markdown articles. It also allows for customization and additional features such as generating RSS feeds, highlighting articles in the navigation menu, and creating link-only article dumps.

Features:

  • Markdown to HTML Conversion: Plain can convert individual Markdown files into HTML pages.
  • Copy Directories into Webroot: You can copy entire directories into your webroot and connect them to your other pages.
  • Customization: Plain allows you to customize command names by editing the symbols file.
  • Separation of Files and Publishing: Plain avoids the use of front matter, separating your files from the publishing process.
  • RSS Feed Generation: Plain can generate RSS feeds for different website categories.
  • Article Highlighting: Articles can be highlighted in the header navigation.
  • Link-only Article Dumps: Plain can create link-only article dumps.
  • OpenGraph Image Generation: Plain can automatically generate OpenGraph images for social media link previews.

Summary:

Plain is a versatile static-site generator that simplifies the process of converting Markdown files into HTML pages. It offers a range of features, including directory copying, RSS feed generation, and customization options. With its frictionless use and support for additional functionalities, Plain provides an efficient solution for publishing static websites.