Sbt Microsites

screenshot of Sbt Microsites
jekyll

Sbt Microsites

An sbt plugin to create awesome microsites for your project

Overview

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.

Features

  • Easy documentation writing in markdown format
  • Availability of templates, layouts, styles, and other resources through the plugin at compile time
  • Eliminates the need to deal with styling
jekyll
Jekyll

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.