Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dschau/blog
Code for my old (last updated 2020) blog built with Gatsby
https://github.com/dschau/blog
blog gatsby javascript markdown node react
Last synced: 1 day ago
JSON representation
Code for my old (last updated 2020) blog built with Gatsby
- Host: GitHub
- URL: https://github.com/dschau/blog
- Owner: DSchau
- License: mit
- Created: 2017-07-07T22:15:29.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T16:38:38.000Z (16 days ago)
- Last Synced: 2024-10-31T08:37:31.700Z (14 days ago)
- Topics: blog, gatsby, javascript, markdown, node, react
- Language: JavaScript
- Homepage: https://blog.dustinschau.com
- Size: 43.8 MB
- Stars: 170
- Watchers: 4
- Forks: 37
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blog
[![CircleCI](https://circleci.com/gh/DSchau/blog.svg?style=svg)](https://circleci.com/gh/DSchau/blog)
The source code for the [Gatsby][gatsby] driven statically generated blog. See [dschau/gatsby-theme-blog][blog-theme] for the theme that powers the functionality.
![blog](https://screenshot-v2.now.sh/blog.dustinschau.com?type=png)
## Tech stack
- [gatsby v2][gatsby]
- An awesome React powered app compiler
- CSS in JS with [emotion][emotion]
- "The Next Generation of CSS-in-JS," used as a styling solution
- [particles.js][particles.js]
- A nifty particle effect seen in the header
- [markdown][markdown]
- Each and every post is authored in Markdown parsed by [remark][remark][blog-theme]: https://github.com/dschau/gatsby-theme-blog
[gatsby]: https://github.com/gatsbyjs/gatsby
[emotion]: https://emotion.sh/
[particles.js]: https://github.com/VincentGarreau/particles.js/
[markdown]: https://en.wikipedia.org/wiki/Markdown
[remark]: http://remark.js.org/