Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattbrailsford/mattbrailsford.dev

A GitHub Discussions powered blog
https://github.com/mattbrailsford/mattbrailsford.dev

Last synced: 1 day ago
JSON representation

A GitHub Discussions powered blog

Awesome Lists containing this project

README

        

# mattbrailsford.dev

This is the repository for my personal blog [mattbrailsford.dev](https://mattbrailsford.dev).

## Stack
- [GitHub discussions](https://github.com/mattbrailsford/mattbrailsford.dev/discussions) as the blog engine. [What?](https://mattbrailsford.dev/building-a-github-discussions-powered-blog)
- [Astro](https://astro.build) as the static site generator
- [Netlify](https://www.netlify.com) for hosting
- [astro-og-canvas](https://github.com/delucis/astro-og-canvas) to generate Open Graph images for posts
- [Giscus](https://giscus.app/) to embed GitHub comments into articles

## License
[MIT](LICENSE.md)

## Credit
This project is highly inspired by [Matteo Rigon's GitHub discussions powered blog](https://reego.dev/). I've learnt a lot from [his setup](https://github.com/reegodev/reego.dev) and adapted it to suit my needs.