项目作者: stackbit

项目描述 :
Stackbit's static site generator
高级语言: JavaScript
项目地址: git://github.com/stackbit/unibit.git
创建时间: 2019-06-25T08:56:27Z
项目社区:https://github.com/stackbit/unibit

开源协议:MIT License

下载


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

  1. npm install -g @stackbit/unibit

Create a starter site.

  1. unibit init

Go to the created folder

  1. cd unibit-universal

Start the local development server.

  1. unibit develop

Compile a production build into the public folder.

  1. unibit build