An open API service indexing awesome lists of open source software.

https://github.com/abelljs/abell-starter-minima

Official Blog starter for Abell. `npx create-abell --template abelljs/abell-starter-minima` to get started 🚀
https://github.com/abelljs/abell-starter-minima

abell abell-template

Last synced: 24 days ago
JSON representation

Official Blog starter for Abell. `npx create-abell --template abelljs/abell-starter-minima` to get started 🚀

Awesome Lists containing this project

README

        

✨ Abell Starter Minima ✨

Open in Stackblitz Codeflow  •  Preview  •  Create GitHub Repo from Template

Official Blog Starter template for Abell

## Usage

### Scaffold Locally

```sh
npx create-abell --template abelljs/abell-starter-minima
```

or

Create Repository to your account, and Deploy to Netlify in one click 🎉

[![Deploy to Netlify Button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/abelljs/abell-starter-minima)

This will create a repository in your GitHub and will deploy it to the Netlify.

## Write / Edit blogs

```sh
# Run dev server
npm run dev

# Run build
npm run generate
```

You will find content in the `/content` directory. For documentation on how to customize, checkout [Abell Documentation](https://abelljs.org)

---

Thank you and do let us know what you think on [Twitter @AbellLand](https://twitter.com/abellland)