Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syukrie77/basukiwid
https://github.com/syukrie77/basukiwid
Last synced: about 18 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/syukrie77/basukiwid
- Owner: syukrie77
- License: gpl-3.0
- Created: 2020-07-28T04:54:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:20:58.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T23:21:01.734Z (7 months ago)
- Language: CSS
- Size: 2.41 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blog Basuki Sharea Business Coach[![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.
## ContributorsMuch thanks to these contributors for making this project awesome:
- [@sparky005](https://github.com/sparky005)