Initial commit

This commit is contained in:
kitajchuk
2021-03-30 12:32:33 -07:00
commit 25f5486415
63 changed files with 4150 additions and 0 deletions

34
README.md Normal file
View File

@@ -0,0 +1,34 @@
jambonz/next-static-site
========================
> The "bring your own everything" CPaaS
# [Jambonz](https://jambonz.vercel.app)
- `yarn install`
- `yarn dev`
![](/public/jambonz.png)
# [Nextra](https://nextra.vercel.app)
_Warning: this project is not production ready, API might change without notice._
[![](https://vercel.com/button)](https://vercel.com/import/git?s=https%3A%2F%2Fgithub.com%2Fshuding%2Fnextra&c=1)
**Nextra** is a [Next.js](https://nextjs.org) and [MDX](https://mdxjs.com) powered, no-code site generator.
![](/public/demo.png)
## Development
The code of Nextra is under the [`core`](https://github.com/shuding/nextra/tree/core) branch.
## Themes
- [nextra-theme-docs](https://github.com/vercel/swr-site) ([demo](https://swr.vercel.app))
- [nextra-theme-blog](https://github.com/shuding/site) ([demo](https://shud.in))
---
Created by [@shuding](https://github.com/shuding) and [@pacocoursey](https://github.com/pacocoursey) at [Vercel](https://vercel.com). Released under the MIT license.