All Projects → stackbit → Unibit

stackbit / Unibit

Licence: mit
Stackbit's static site generator

Programming Languages

javascript
184084 projects - #8 most used programming language

Unibit

Unibit is a superset of existing static site generators, if you build a theme according to the Unibit spec then Stackbit will be able to convert (transpile) it into a host of target SSGs.

The following conversions are currently supported by Stackbit:

  • Static Site Generators: Jekyll, Hugo, Gatsby, Next.js
  • Headless CMS: Forestry, Netlify CMS, DatoCMS, Contentful, Sanity

Documentation

Unibit Documentation

Quickstart

npm install -g @stackbit/unibit

Create a starter site.

unibit init

Go to the created folder

cd unibit-universal

Start the local development server.

unibit develop

Compile a production build into the public folder.

unibit build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].