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
- Host: GitHub
- URL: https://github.com/anuraghazra/abell-issues-blog
- Owner: anuraghazra
- Created: 2020-06-25T15:31:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T13:47:54.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T08:45:21.768Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Abell Starter Template

**DEMO: https://abell-starter-minima.netlify.app**
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!
[](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 serverThe 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)