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

https://github.com/anuraghazra/abell-issues-blog

Abell Issues Blog
https://github.com/anuraghazra/abell-issues-blog

Last synced: 3 months ago
JSON representation

Abell Issues Blog

Awesome Lists containing this project

README

        

# Abell Starter Template

![Screenshot of Abell Minima Template's Cover. The cover shows dark and light mode of Minima with a picture of mobile view](https://res.cloudinary.com/saurabhdaware/image/upload/v1588342001/abell/og.png)

**DEMO: https://abell-starter-minima.netlify.app**

GitHub package.json version    Twitter profile badge of @abellland

A starter template for creating your blog with [abelljs/abell](https://github.com/abelljs/abell).

***ABELL IS NOT READY SO DO NOT USE IT IN SERIOUS APPLICATIONS***

## Using this template to create your blog.

Just one click and your blog will be ready!

[![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

- Take a local copy of your blog
`git clone `
- `cd` to the new cloned folder
- `npm run dev` to run a dev server

The new repository will have a `content` folder in the root directory. You can edit blogs from there and you can create a new folder with `index.md` to create a new blog.

To see the final output, you can build the site with `npm run build`

---

For documentation on editing layout, check out README of [abelljs/abell](https://github.com/abelljs/abell) repository

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