Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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