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.
- Host: GitHub
- URL: https://github.com/ruslanxdev/gatsby-starter-brutalist
- Owner: ruslanxdev
- License: mit
- Created: 2018-12-09T15:43:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T21:50:47.000Z (over 7 years ago)
- Last Synced: 2025-02-14T21:35:56.016Z (over 1 year ago)
- Language: CSS
- Size: 6.64 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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