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: 7 days ago
JSON representation

Code for my old (last updated 2020) blog built with Gatsby

Lists

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/