Join us at Jamstack Conf Virtual, October 6-7. Register now!
Saber is a simple yet powerful framework for building modern static websites.
If you want to create a blog with Saber, you can achieve this by using a single command:
npm init blog my-blog
# Or if you prefer Yarn
yarn create blog my-blog
Then run npm run dev
or yarn dev
in the created project and you're done!
Check out the website for more details.
StaticGen is hosted and maintained by Netlify, the perfect way to deploy your Jamstack sites and apps.