All Projects → strapi → strapi-starter-gatsby-blog

strapi / strapi-starter-gatsby-blog

Licence: MIT license
Updated version of the first Gatsby starter with much more features

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to strapi-starter-gatsby-blog

devFolio
Portfolio built with React (Gatsby) • Strapi • GraphQL 🎯
Stars: ✭ 25 (-82.14%)
Mutual labels:  gatsby, strapi
Gatsby Starter Tailwind
Gatsby starter styled with Tailwind CSS
Stars: ✭ 466 (+232.86%)
Mutual labels:  gatsby, starter
gatsby-starter-kit
A set of starters for Gatsby.js
Stars: ✭ 99 (-29.29%)
Mutual labels:  gatsby, starter
strapi-starter-nuxt-e-commerce
Strapi Starter Nuxt.js E-commerce
Stars: ✭ 170 (+21.43%)
Mutual labels:  starter, strapi
Gatsby Starter Delog
A blog for designers and developer, built with Gatsby and Netlfiy CMS. Live demo https://delog-w3layouts.netlify.com/
Stars: ✭ 145 (+3.57%)
Mutual labels:  gatsby, starter
gatsby-starter-glass
A Minimal & Beautiful Gatsby Personal Blog Starter With Nice Glassmorphism UI
Stars: ✭ 134 (-4.29%)
Mutual labels:  gatsby, starter
Gatsby Starter Bee
🐝Full Package | Simple | Fresh UI | Blog Template :: Let's start to blogging with gatsby-starter-bee!
Stars: ✭ 416 (+197.14%)
Mutual labels:  gatsby, starter
awesome-medusajs
A curated list of awesome resources related to MedusaJS 😎
Stars: ✭ 113 (-19.29%)
Mutual labels:  gatsby, starter
Gatsby Starter Procyon
An opinionated Gatsby starter designed for trash-eating pandas.
Stars: ✭ 88 (-37.14%)
Mutual labels:  gatsby, starter
Gatsby Styled Blog Starter
My first GatsbyJS starter.
Stars: ✭ 86 (-38.57%)
Mutual labels:  gatsby, starter
gatsby-simple-blog
an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint, algolia supported
Stars: ✭ 48 (-65.71%)
Mutual labels:  gatsby, starter
Gatsby Absurd
An absurd Gatsby starter
Stars: ✭ 153 (+9.29%)
Mutual labels:  gatsby, starter
Gatsby Mdx Netlify Cms Starter
Gatsby-MDX with Netlify CMS. Support React components in your CMS editor!
Stars: ✭ 84 (-40%)
Mutual labels:  gatsby, starter
Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: ✭ 1,932 (+1280%)
Mutual labels:  gatsby, starter
Gatsby Starter Ts
TypeScript starter for Gatsby. No plugins and styling. Exactly the necessary to start 🔥
Stars: ✭ 159 (+13.57%)
Mutual labels:  gatsby, starter
firebase-spring-boot-rest-api-authentication
Firebase Spring Boot Rest API Authentication
Stars: ✭ 172 (+22.86%)
Mutual labels:  starter
reactconf.tv
Find & watch all React conference talks, built for all React developers!
Stars: ✭ 26 (-81.43%)
Mutual labels:  gatsby
nest-typescript-starter
Nest framework TypeScript starter (node.js)
Stars: ✭ 35 (-75%)
Mutual labels:  starter
angular-lazy-loading
Angular 15 & React 18 Examples Lazy Loading
Stars: ✭ 39 (-72.14%)
Mutual labels:  starter
TvrboReact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-90.71%)
Mutual labels:  starter

DEPRECATED

This repository is no longer maintained and only works for Strapi v3. You can find the latest Strapi v4 version of this starter on the starters-and-templates monorepo.


Strapi Starter Gatsby Blog

Gatsby starter for creating a blog with Strapi.

screenshot image

This starter allows you to try Strapi with Gatsby with the example of a simple blog. It is fully customizable and due to the fact that it is open source, fully open to contributions. So do not hesitate to add new features and report bugs!

Features

  • 2 Content types: Article, Category
  • 2 Created articles
  • 3 Created categories
  • Responsive design using UIkit
  • SEO and social media friendly

This starter uses the Strapi blog template

Check out all of our starters here

Pages:

  • "/" to display every articles
  • "/article/:id" to display one article
  • "/category/:id" display articles depending on the category

Getting started

Use our create-strapi-starter CLI to create your project.

npx create-strapi-starter@3 my-site gatsby-blog

The CLI will create a monorepo, install dependencies, and run your project automatically.

The Gatsby frontend server will run here => http://localhost:8000

The Strapi backend server will run here => http://localhost:1337

Deploying to production

You will need to deploy the frontend and backend projects separately. Here are the docs to deploy each one:

Don't forget to setup the environment variables on your production app:

For the frontend the following environment variable is required:

  • API_URL: URL of your Strapi backend, without trailing slash

Enjoy this starter!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].