My awesome list is a custom theme for creating a site with a directory of websites using stackbit
This theme in particular is written in Unibit, a superset of static site generators. Unibit's powerful transpiling engine enables you to write once and stay SSG agnostic. Themes will automatically work with new generators as they are added and can currently convert to Jekyll, Hugo & Gatsby.
Develop locally using the Unibit CLI.
npm install -g @stackbit/unibit
Start the local development server.
unibit develop
Compile a production build into the public
folder.
unibit build