Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamskok/gatsby-dev-blog-starter
Gatsby development blog starter
https://github.com/iamskok/gatsby-dev-blog-starter
blog gatsby
Last synced: 2 months ago
JSON representation
Gatsby development blog starter
- Host: GitHub
- URL: https://github.com/iamskok/gatsby-dev-blog-starter
- Owner: iamskok
- License: mit
- Created: 2018-12-26T17:40:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T19:45:13.000Z (almost 2 years ago)
- Last Synced: 2024-04-26T14:36:42.259Z (9 months ago)
- Topics: blog, gatsby
- Language: JavaScript
- Homepage: https://gatsby-dev-blog-starter.netlify.com
- Size: 93.4 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Gatsby Development Blog StarterKick off your project with this development blog boilerplate. This starter ships with the main Gatsby configuration files you might need to get up and running blazing fast with the blazing fast app generator for React.
## Features
* [Commitizen](https://github.com/commitizen/cz-cli) CLI prompt for constructing commits based on Angular's [Commit Message Conventions](https://gist.github.com/stephenparish/9941e89d80e2bc58a153).
* [Standard Version](https://github.com/conventional-changelog/standard-version) CLI tool to automate versioning and CHANGELOG generation.
* [Prettier](https://github.com/prettier/prettier) is an opinionated code formatter.
* [React Headroom](https://github.com/KyleAMathews/react-headroom) - hides page header until it's needed.
* [React Helmet](https://github.com/nfl/react-helmet) add `` to React.
* [Dracula syntax highlighting theme](https://github.com/iamskok/gatsby-prismjs-dracula) with [code block titles](https://github.com/DSchau/gatsby-remark-code-titles) and [copy buttons](https://github.com/iamskok/gatsby-remark-code-buttons)
* GitHub Comments. The original idea was taken from [donw.io](http://donw.io/post/github-comments/).
* [Gatsby Images](https://www.gatsbyjs.org/packages/gatsby-image/) optimized for the theme layout.
* [Emoji](https://www.gatsbyjs.org/packages/gatsby-remark-emoji-unicode/) support 🎉.
* [Autolink Headers](https://www.gatsbyjs.org/packages/gatsby-remark-autolink-headers/)
* [Responsive iFrame](https://www.gatsbyjs.org/packages/gatsby-remark-responsive-iframe/) wraps iFrames in a responsive elastic container with a fixed aspect ratio.## Roadmap
* Configure [Google Analytics](https://www.gatsbyjs.org/packages/gatsby-plugin-google-analytics/).
* Add share buttons in post template.
* Add form submition on contacts page.
* UI redesign and dropping [Google Material UI](https://github.com/mui-org/material-ui).[PR's are welcome](https://github.com/iamskok/gatsby-dev-blog-starter/pulls) 🤗