Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stackbit/unibit
Stackbit's static site generator
https://github.com/stackbit/unibit
stackbit unibit
Last synced: 10 days ago
JSON representation
Stackbit's static site generator
- Host: GitHub
- URL: https://github.com/stackbit/unibit
- Owner: stackbit
- License: mit
- Created: 2019-06-25T08:56:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T08:50:23.000Z (about 1 year ago)
- Last Synced: 2024-10-16T09:01:33.971Z (about 1 month ago)
- Topics: stackbit, unibit
- Language: JavaScript
- Homepage: https://docs.stackbit.com/unibit
- Size: 776 KB
- Stars: 63
- Watchers: 7
- Forks: 10
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unibit
Unibit is a superset of existing static site generators, if you build a theme
according to the [Unibit spec](https://docs.stackbit.com/unibit/) then
[Stackbit](https://www.stackbit.com) 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](https://docs.stackbit.com/unibit)
## 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
```