https://github.com/pr4j3sh/temp-blog
blog website template
https://github.com/pr4j3sh/temp-blog
blog contentlayer frames nextjs template typescript
Last synced: 14 days ago
JSON representation
blog website template
- Host: GitHub
- URL: https://github.com/pr4j3sh/temp-blog
- Owner: pr4j3sh
- Created: 2024-11-03T18:38:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-06T22:57:30.000Z (12 months ago)
- Last Synced: 2025-05-06T23:31:01.218Z (12 months ago)
- Topics: blog, contentlayer, frames, nextjs, template, typescript
- Language: JavaScript
- Homepage: https://temp-blog-frames.vercel.app
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Blog Template
This is a Blog app template built using NextJs + Tailwind CSS, @next/mdx template with router, dark/light theme mode, svg icons support with Icones, pre-styled components, fully responsive and SEO friendly.
## Getting Started
- Use this template via `@pr4j3sh/frames` npm package:
```bash
npm create @pr4j3sh/frames@latest temp-blog myapp
```
> You can replace `myapp` with the desired name of your choice.
- Run using `dev`:
```bash
npm run dev
```
## Deploy
- Use [vercel](https://vercel.com/) for deployment.
## Read More
Here are some useful documentation links:
- [Next Documentation](https://nextjs.org/)
- [@next/mdx Documentation](https://nextjs.org/docs/app/guides/mdx)
- [TailwindCSS Documentation](https://tailwindcss.com/docs/utility-first)
- [Iconer](https://icones.js.org/)
- [@pr4j3sh/frames](https://github.com/pr4j3sh/frames/)