Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangonya/flexible-gatsby
Flexible-Gatsby is a simple and clean theme for Gatsby
https://github.com/wangonya/flexible-gatsby
Last synced: about 1 month ago
JSON representation
Flexible-Gatsby is a simple and clean theme for Gatsby
- Host: GitHub
- URL: https://github.com/wangonya/flexible-gatsby
- Owner: wangonya
- License: gpl-3.0
- Created: 2019-10-08T09:53:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T14:26:40.000Z (9 months ago)
- Last Synced: 2024-04-12T22:16:39.352Z (9 months ago)
- Language: SCSS
- Homepage: https://flexible-gatsby.netlify.com/
- Size: 9.47 MB
- Stars: 50
- Watchers: 5
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Flexible Gatsby[![Netlify Status](https://api.netlify.com/api/v1/badges/a0a6e226-6c7a-43e0-bab6-0c658c8abca5/deploy-status)](https://app.netlify.com/sites/flexible-gatsby/deploys)
A simple minimalist Gatsby starter for your blog. [Demo](https://flexible-gatsby.netlify.com/).
Inspired by [flexible-jekyll](https://github.com/artemsheludko/flexible-jekyll).
![home-page-screenshot](./static/promo-img.jpg)
![home-page-screenshot](./static/home-page.jpg)
![blog-page-screenshot](./static/post-example.jpg)
## Quick Start π
1. **Create a Gatsby site.**
Use the Gatsby CLI to create a new site, specifying the default starter.
```sh
# create a new Gatsby site using the-plain-gatsby starter
gatsby new my-blog https://github.com/wangonya/flexible-gatsby
```2. **Start developing.**
Navigate into your new siteβs directory and start it up.
```sh
cd my-blog/
gatsby develop
```3. **Open the source code and start editing!**
Your site is now running at `http://localhost:8000`!
_Note: You'll also see a second link: _`http://localhost:8000/___graphql`_. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql)._
Edit `gatsby.config.js` to update site metadata.
Add blog posts in markdown in `content/blog`. Example blog posts have been provided.
## Contributors
Much thanks to these contributors for making this project awesome:
- [@scottelundgren](https://github.com/scottelundgren)
- [@sparky005](https://github.com/sparky005)
- [@wozniaklukasz](https://github.com/wozniaklukasz)
- [@SMagic-L](https://github.com/SMagic-L)