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: about 2 months 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:57:26.000Z (over 2 years ago)
- Last Synced: 2025-03-20T06:32:57.330Z (over 1 year ago)
- Topics: blog, cms, nodejs, strapi, template
- Language: JavaScript
- Homepage: https://adapttive.com/
- Size: 80.1 KB
- Stars: 2
- Watchers: 1
- 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)