Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prismicio/gatsby-blog
Blog project with Gatsby & Prismic
https://github.com/prismicio/gatsby-blog
Last synced: 22 days ago
JSON representation
Blog project with Gatsby & Prismic
- Host: GitHub
- URL: https://github.com/prismicio/gatsby-blog
- Owner: prismicio-community
- License: apache-2.0
- Created: 2019-04-25T12:22:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T19:07:55.000Z (almost 2 years ago)
- Last Synced: 2024-11-26T07:08:47.867Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://gatsby-starter-prismic-blog.vercel.app
- Size: 5.2 MB
- Stars: 40
- Watchers: 12
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-prismic - gatsby-blog - Example blog project. (Starters & Examples / Gatsby)
README
# Prismic + Gatsby Blog Starter
This sample blog is an excellent starting point to explore [Gatsby][gatsby] and [Prismic][prismic]. Get it up and running in minutes. Modify and adapt it to your liking; it's all yours!
- **Demo**: [Open live demo][live-demo]
- **Learn more about Prismic and Gatsby**: [Prismic Gatsby Documentation][prismic-docs]
## 🚀 Quick Start
To start a new project using this starter, run the following command in your terminal:
```sh
npx prismic-cli@latest theme --theme-url https://github.com/prismicio-community/gatsby-starter-prismic-blog --conf sm.json
```The command will do the following:
1. Start a new Gatsby project using this starter.
2. Ask you to log in to Prismic or [create an account][prismic-sign-up].
3. Create a new Prismic content repository with sample content.When you're ready to start your project, run the following command:
```sh
npm run develop
```## Documentation
To learn how to work with your new project, [**see this starter's docs**][starter-docs].
To learn more about working with Prismic, [**see the Prismic docs**][prismic-docs].
## License
```
Copyright 2013-2022 Prismic (https://prismic.io)Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```[prismic]: https://prismic.io/
[prismic-docs]: https://prismic.io/docs/technologies/gatsby
[prismic-sign-up]: https://prismic.io/dashboard/signup
[starter-docs]: ./docs/README.md
[gatsby]: https://gatsby.org/
[live-demo]: https://gatsby-starter-prismic-blog.vercel.app/