An sbt plugin to create awesome microsites for your project
sbt-microsites is an SBT plugin that allows developers to create microsites for their projects easily. These microsites are instances of Jekyll that can publish static web pages for new libraries. They offer benefits such as easy documentation writing in markdown format, availability of templates and styles through the plugin at compile time, and removal of the need to deal with styling.
Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.