Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nzws/nzws.me
My cool website, built with App Router
https://github.com/nzws/nzws.me
Last synced: 20 days ago
JSON representation
My cool website, built with App Router
- Host: GitHub
- URL: https://github.com/nzws/nzws.me
- Owner: nzws
- License: mit
- Created: 2019-06-12T14:03:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T17:08:37.000Z (about 2 months ago)
- Last Synced: 2024-10-29T18:37:31.386Z (about 2 months ago)
- Language: MDX
- Homepage: https://nzws.me
- Size: 36.3 MB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nzws.me
[![Node CI](https://github.com/nzws/nzws.me/actions/workflows/nodejs.yml/badge.svg)](https://github.com/nzws/nzws.me/actions/workflows/nodejs.yml)
My website ✨
## Built with
- TypeScript + React + [Next.js 13](https://nextjs.org/)
- [next-mdx-remote](https://npm.im/next-mdx-remote) for markdown rendering
- [MDX](https://mdxjs.com/) - Markdown + JSX
- [Unified](https://unifiedjs.com/) - Markdown's pluggable parser
- SCSS - not using any UI framework
- [Vercel](https://vercel.com) for hosting## Page structures
See also: [nzws.me/visualize](https://nzws.me/visualize)
This website is built with [App Router](https://beta.nextjs.org) and all page components are rendered as Server Component & Static Generation.
- [/](https://nzws.me/) - ISR (fetching github's data)
- [/blog](https://nzws.me/blog) - Build on normal build step
- /blog/[slug] - Build on normal build step
- [/product](https://nzws.me/product) - Static (WIP)
- /api - Serverless Functions
- /api/og/[hash]/[base64] - Generate Open Graph image (using [Edge Functions](https://edge-runtime.vercel.sh/) + [Satori](https://github.com/vercel/satori))
- /api/search - Search blog posts (using Edge Functions)
- /api/internal/search-raw - Returns all blog data for the Edge API, Not used directly from the web client.
- [/visualize](https://nzws.me/visualize) - [next-route-visualizer](https://github.com/DiiiaZoTe/next-route-visualizer)## License
MIT