Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vineetagarwal-code/blog.vineet.tech
Personal blogging platform built by vineet, but you can also make this your own ! check readme
https://github.com/vineetagarwal-code/blog.vineet.tech
Last synced: 2 months ago
JSON representation
Personal blogging platform built by vineet, but you can also make this your own ! check readme
- Host: GitHub
- URL: https://github.com/vineetagarwal-code/blog.vineet.tech
- Owner: VineeTagarwaL-code
- Created: 2024-09-08T10:31:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T16:07:44.000Z (3 months ago)
- Last Synced: 2024-11-01T16:30:23.452Z (3 months ago)
- Language: TypeScript
- Homepage: https://blog.vineet.tech
- Size: 598 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blog Template
Blog app for you in nextjs
Report Bug
.
Request Feature
# [Blog.vineet.tech](https://github.com/VineeTagarwaL-code/blog.vineet.tech)
A template to help you create your blog website in minutes, Built by vineet its an easy to use and configure template which you can customize to endless posibilities
## Features
- **Next.js** for server-side rendering
- **Tailwind CSS** for styling
- **Prisma** for database interactions
- **TypeScript** support
- **V3CN** for github graph
- **Docker** for containerized deployment## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/VineeTagarwaL-code/blog.vineet.tech
```
2. Install dependencies:
```bash
npm install
```
3. Set up environment variables (refer to `.env.sample`).4. Edit the data/info.tsx, with your data
5. This blog template uses github as its cms, so you will have to make a repository similar to this and upload your blogs in the form of mdx. Repository that, I use [remote-blogpost](https://github.com/VineeTagarwaL-code/remote-blogpost)
5. Start the development server:
```bash
npm run dev
```## License
MIT LicenseFor more details, visit [blog.vineet.tech](https://github.com/VineeTagarwaL-code/blog.vineet.tech).