Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adapttive/strapi-template-blog
Gridsome Strapi Blog Starter
https://github.com/adapttive/strapi-template-blog
blog cms nodejs strapi template
Last synced: 28 days ago
JSON representation
Gridsome Strapi Blog Starter
- Host: GitHub
- URL: https://github.com/adapttive/strapi-template-blog
- Owner: adapttive
- License: mit
- Created: 2020-12-11T13:43:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:57:26.000Z (about 1 year ago)
- Last Synced: 2024-05-21T01:46:01.546Z (7 months ago)
- Topics: blog, cms, nodejs, strapi, template
- Language: JavaScript
- Homepage: https://adapttive.com/
- Size: 80.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# strapi-template-blog
A Strapi template to create Strapi projects pre-configured for blog apps.
## Usage
```bash
# Using Yarn
yarn create strapi-app my-app-name --template https://github.com/adapttive/strapi-template-blog# Or using NPM
npx create-strapi-app my-app-name --template https://github.com/adapttive/strapi-template-blog
```## Starters
This template is used by the following starters:
* [strapi-starter-gridsome-blog](https://github.com/adapttive/strapi-starter-gridsome-blog)
* [strapi-starter-next-blog](https://github.com/strapi/strapi-starter-next-blog)
* [strapi-starter-nuxt-blog](https://github.com/strapi/strapi-starter-nuxt-blog)
* [strapi-starter-gatsby-blog](https://github.com/strapi/strapi-starter-gatsby-blog)