https://github.com/natikgadzhi/respawn-io
A blog on engineering leadership and building software, in Typescript, Next.js, Contentlayer, MDX, and Obsidian.
https://github.com/natikgadzhi/respawn-io
blog contentlayer engineering-management markdown mdx nextjs til typescript
Last synced: 6 months ago
JSON representation
A blog on engineering leadership and building software, in Typescript, Next.js, Contentlayer, MDX, and Obsidian.
- Host: GitHub
- URL: https://github.com/natikgadzhi/respawn-io
- Owner: natikgadzhi
- License: other
- Created: 2022-06-17T02:30:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T23:29:29.000Z (6 months ago)
- Last Synced: 2024-11-23T00:18:17.855Z (6 months ago)
- Topics: blog, contentlayer, engineering-management, markdown, mdx, nextjs, til, typescript
- Language: TypeScript
- Homepage: https://respawn.io
- Size: 5.69 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# respawn.io
This repo contains the source code for (yet another?) iteration of
[respawn.io](https://respawn.io) blog. That one uses Next, Tailwind, and Contentlayer.A few more things under the hood:
- Content pipeline is handled by `contentlayer`. See [Contentlayer with multiple data types](http://respawn.io/posts/contentlayer-with-multiple-data-types).
- 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](https://respawn.io/posts/hello-world) for details.
- Uses Vercel built-in analytics with zero configuration.## License
The source code in this repository is [licensed under](/LICENSE) 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](https://creativecommons.org/licenses/by-sa/4.0/).