https://github.com/jasonlamv-t/tailwind-next-blog
This is a personal blog project template modeled after Tailwind-Nextjs-Starter-Blog based on NextJS and TailwindCSS, which can be used out of the box and has a high degree of custom freedom.
https://github.com/jasonlamv-t/tailwind-next-blog
blog markdown mdx nextjs static-site tailwindcss
Last synced: 27 days ago
JSON representation
This is a personal blog project template modeled after Tailwind-Nextjs-Starter-Blog based on NextJS and TailwindCSS, which can be used out of the box and has a high degree of custom freedom.
- Host: GitHub
- URL: https://github.com/jasonlamv-t/tailwind-next-blog
- Owner: JasonLamv-t
- License: mit
- Created: 2023-01-08T16:45:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T10:12:25.000Z (11 months ago)
- Last Synced: 2025-04-04T08:06:39.105Z (about 1 month ago)
- Topics: blog, markdown, mdx, nextjs, static-site, tailwindcss
- Language: TypeScript
- Homepage: https://tailwind-next-blog.vercel.app
- Size: 28 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tailwind Next Blog
[](https://GitHub.com/jasonlamv-t/tailwind-next-blog/stargazers/)  
> Refactoring for v3, please check [master](https://github.com/JasonLamv-t/tailwind-next-blog/tree/master) branch for v1.
This is a personal blog project template modeled after [Tailwind-Nextjs-Starter-Blog](https://github.com/timlrx/tailwind-nextjs-starter-blog) based on [NextJS](https://nextjs.org/) and [TailwindCSS](https://tailwindcss.com), which can be used out of the box and has a high degree of custom freedom. Here is the [DEMO](https://tailwind-next-blog.vercel.app)
If you have any questions in use, please ask the issue, and I will reply and deal with it as soon as possible.
## Features / Roadmap
   
- Out of box
- [x] All your need to set only the `data` directory
- [x] Mobile-friendly view
- [x] Light and dark theme
- [x] Support for nested routing of blog posts
- [x] Pinned Article
- [x] Additional build-in markdown syntax support via mdx, can also customize
- [x] Preconfigured security headers, which is SEO friendly
- [ ] Support RSS and Sitemap- Markdown
- [x] GFM support
- [x] Math display supported via [KaTeX](https://katex.org/) & [remark-math](https://github.com/remarkjs/remark-math)
- [x] Syntax & line highlighting in VSCode style, and display line numbers in code blocks via [rehype-prism-plus](https://github.com/timlrx/rehype-prism-plus)- Advanced development
- [x] MDX support via [contentlayer](https://www.contentlayer.dev/) and [mdx-bundler](https://github.com/kentcdodds/mdx-bundler)
- [ ] Support search everything in the blog via [Algolia](https://algolia.com/).[Docsearch](https://docsearch.algolia.com/)
- [ ] Support full-text search locally via @TBD- TODO
- [x] Configurate all in one
- [ ] Pagination for the list page and the post page
- [ ] Chinese documentation
- [x] Demo via GitHub and Vercel
- [ ] Infinity scrolling of the homepage- Need Fix
- [ ] The resouces url error under the data directory caused by the base path configuration
- [ ] Refacotor the header component to replace deprecated API## Get Started
[](https://vercel.com/new/git/external?repository-url=https://github.com/JasonLamv-t/tailwind-next-blog)