DEMO: https://abell-starter-minima.netlify.app
A starter template for creating your blog with abelljs/abell.
npx create-abell-app my-blog --template abelljs/abell-starter-minima
or
Create Repository to your account, and Deploy to Netlify in one click 🎉
This will create a repository in your GitHub and will deploy it to the Netlify.
- Take a local copy of your blog
git clone <blog-github-url>
cd
to the new cloned foldernpm 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 repository
Thank you and do let us know what you think Twitter @AbellLand