Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuaanlin/yual.in
The main repository of my blog (https://yual.in), made with Next.js and TailwindCss.
https://github.com/yuaanlin/yual.in
blog mdx mdx-js mongodb nextjs react redis tailwindcss typescript zeabur
Last synced: 25 days ago
JSON representation
The main repository of my blog (https://yual.in), made with Next.js and TailwindCss.
- Host: GitHub
- URL: https://github.com/yuaanlin/yual.in
- Owner: yuaanlin
- Created: 2022-04-30T12:44:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T16:55:15.000Z (6 months ago)
- Last Synced: 2024-10-01T05:21:40.365Z (about 1 month ago)
- Topics: blog, mdx, mdx-js, mongodb, nextjs, react, redis, tailwindcss, typescript, zeabur
- Language: TypeScript
- Homepage: https://yual.in
- Size: 6.19 MB
- Stars: 55
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yual.in
This is my blog (https://yual.in/). Built with the following cool technologies:
![](https://skillicons.dev/icons?i=ts,next,tailwind,mongodb)
- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [MongoDB](https://www.mongodb.com/)
- [TailwindCSS](https://tailwindcss.com/) for styling
- Article wrtten in [MDX](https://mdxjs.com/) syntax
- Serving the website through [Zeabur](https://zeabur.com).## Milestones
- [x] Basic Home Page
- [x] Basic Post Page
- [x] Basic query posts API
- [x] Basic query post API
- [x] Next.js Static Site Generate (SSG)
- [x] Dynamic meta tags and og image
- [x] Social media links
- [x] Sitemap and structured data
- [x] About author
- [ ] Query posts API paging and optimization
- [ ] MDX components: Callout
- [ ] MDX components: Select Question (just like practice part of Next.js
learning
website)
- [x] Visitor Google Login
- [x] Give ❤️ Like to post
- [ ] Comment on post
- [ ] Reply comment
- [x] Recommend posts at the end of post page