Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

A decomposed content system for static site generation

Latest
Compare
Choose a tag to compare
@rsdoiel rsdoiel released this 19 Feb 00:58
· 332 commits to master since this release

Pretty much all you need to host a static website and build it from Markdown content. mkpage started as a single tool but now has friends.

+mkpage - render content from various sources (files, string, URL) in various formats (JSON, Markdown) using Go's template language

  • mkslides - like mkpage but for rendering HTML based slide presentations
  • mkrss - generate RSS from Markdown files
  • titleline - extract titles from Markdown files
  • byline - extract bylines from Markdown files
    +slugify - turn a title into a URL/Path friendly string
  • reldocpath - calculate relative paths for use in templates and scripts
  • sitemaper - generate sitemaps for your website
  • ws - a nimble static file web serer that will not reveal your dot files and directories