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 🚀
- Host: GitHub
- URL: https://github.com/abelljs/abell-starter-minima
- Owner: abelljs
- Created: 2020-04-15T11:19:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T22:00:54.000Z (over 1 year ago)
- Last Synced: 2025-04-22T06:59:59.568Z (about 1 month ago)
- Topics: abell, abell-template
- Language: CSS
- Homepage: https://abell-starter-minima.abelljs.org
- Size: 3.14 MB
- Stars: 14
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 🎉
[](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)