Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.01 KB

respawn.io

This repo contains the source code for (yet another?) iteration of respawn.io blog. That one uses Next.js and Tailwind.

A few more things under the hood:

  • Simple posts layout with metadata and opengraph cards support.
  • RSS feed that includes all posts.
  • Mark posts as draft: true in front matter to hide them from the generated site.
  • MDX support for posts, pre-configured to use next/image and next/link. Also supports Markdown image tags. Callouts support is pending.
  • Support for generating opengraph images via ImageResponse in edge runtime, see hello-world.md for details.
  • Uses Vercel built-in analytics with zero configuration.

License

The source code in this repository is licensed under MIT. The contents of _posts directory, and the articles as they are available on https://respawn.io are licensed under Creative Commons Attribution-ShareAlike 4.0.