aiclouds / aiclouds.github.io-unibit

Stackbit's static site generator

Home Page:https://docs.stackbit.com/unibit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • Headless CMS: Forestry, Netlify CMS, DatoCMS, Contentful

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

About

Stackbit's static site generator

https://docs.stackbit.com/unibit

License:MIT License