personal blog built with astro, react, and tailwind v4.
live: blog.nik1t7n.work *
- astro 5
- react 19
- tailwind css v4
- framer motion
- markdown blog posts
- table of contents sidebar
- dark/light mode
- rss feed
- sitemap
- seo optimized
npm install
npm run devnpm run buildcreate a new .md file in src/content/blog/:
---
title: "Your Post Title"
description: "Brief description"
pubDate: 2025-11-27
author: "Your Name"
tags: ["tag1", "tag2"]
---
Your content here...built by nikita nosov