0.1.4 • Published 5 years ago

unibit v0.1.4

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

⚠️ Deprecation Warning ⚠️

This package is deprecated, please use @stackbit/unibit package instead.

install:

npm i @stackbit/unibit

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.

Links

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