Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tarunsha009/taps-techie-blog


https://github.com/tarunsha009/taps-techie-blog

Last synced: about 2 months ago
JSON representation

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)