Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarunsha009/taps-techie-blog
https://github.com/tarunsha009/taps-techie-blog
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarunsha009/taps-techie-blog
- Owner: tarunsha009
- Created: 2024-10-30T06:02:40.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T09:45:09.000Z (2 months ago)
- Last Synced: 2024-11-01T10:25:08.812Z (2 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TapsTechie Blog
A personal tech blog built with Next.js and Markdown.
## Features
- Markdown-based blog posts
- Syntax highlighting for code blocks
- Tag-based filtering
- Responsive design
- Dark mode support## Running Locally
```bash
# Clone the repository
git clone https://github.com/USERNAME/taps-techie-blog.git# Navigate to the directory
cd taps-techie-blog# Install dependencies
npm install# Start the development server
npm run dev
```## Adding New Posts
1. Create a new markdown file in `public/content/posts/`
2. Add frontmatter with required metadata
3. Add the post slug to `src/lib/markdown.ts`## Built With
- Next.js
- TailwindCSS
- Markdown
- Vercel## Author
Tarun - [GitHub](https://github.com/tarunsha009)