An open API service indexing awesome lists of open source software.

https://github.com/ruslanxdev/gatsby-starter-brutalist

The Gatsby starter with theme Brutalist.
https://github.com/ruslanxdev/gatsby-starter-brutalist

Last synced: about 1 year ago
JSON representation

The Gatsby starter with theme Brutalist.

Awesome Lists containing this project

README

          

# Brutalist

The Gatsby starter with theme Brutalist. Kick off your project with this boilerplate ([live demo](http://ruslankhh.com/gatsby-starter-brutalist)).

_Have another more specific idea? You may want to check out our vibrant collection of [official and community-created starters](https://www.gatsbyjs.org/docs/gatsby-starters/)._

## πŸš€ Quick start

1. **Create a Gatsby site.**

Use the Gatsby CLI to create a new site, specifying the starter.

```sh
# create a new Gatsby site using the starter
npx gatsby new my-website https://github.com/ruslankhh/gatsby-starter-brutalist
```

2. **Start developing.**

Navigate into your new site’s directory and start it up.

```sh
cd my-website/
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).*

Open the `my-website` directory in your code editor of choice and edit `src/pages/index.js`. Save your changes and the browser will update in real time!

## πŸŽ‰ Features

- [ ] Easy editable content in **Markdown** files (posts, pages and parts)
- [ ] **SEO** (sitemap generation, robot.txt, meta and OpenGraph Tags)
- [ ] **Social** sharing (Twitter, Facebook, Google, LinkedIn)
- [ ] **Images** lazy loading and `webp` support (gatsby-image)
- [ ] Speedy, optimized **images** without the work (gatsby-image)
- [ ] Post **categories** (category based post list)
- [ ] **RSS** feed
- [ ] **PWA** (manifest, offline support, favicons)
- [ ] Google **Analytics**
- [ ] App **favicons** generator (node script)
- [ ] **CSS** with `PostCSS`
- [x] **Prettier** code formatting
- [ ] Static type-checking with **Typescript**
- [ ] Interactively develop and test UI components with **Storybook**
- [ ] Testing with **Jest**, **Enzyme**
- [ ] Continius Integration with **Travis CI**, **AppVeyor CI**

## πŸŽ“ Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives [on the website](https://www.gatsbyjs.org/). Here are some places to start:

- **For most developers, we recommend starting with our [in-depth tutorial for creating a site with Gatsby](https://www.gatsbyjs.org/tutorial/).** It starts with zero assumptions about your level of ability and walks through every step of the process.

- **To dive straight into code samples, head [to our documentation](https://www.gatsbyjs.org/docs/).** In particular, check out the _Guides_, _API Reference_, and _Advanced Tutorials_ sections in the sidebar.

## Author

[Ruslan Khusnetdinov](https://github.com/ruslankhh)

## License

MIT