Skip to content

valon-loshaj/compiler-blog

Repository files navigation

Compiler Blog

A personal blog built with Next.js, where I write about things that interest me, musings and other topics that I find interesting.

🚀 Features

  • Modern Stack: Built with Next.js 14 and TypeScript
  • Markdown Support: Write blog posts in Markdown with frontmatter
  • Clean Design: Minimalist and responsive design focused on readability
  • Code Highlighting: Syntax highlighting for code snippets
  • Fast Performance: Optimized for quick loading and smooth navigation

🛠️ Tech Stack

🏃‍♂️ Getting Started

  1. Clone the repository
git clone <your-repo-url>
cd compiler-blog
  1. Install dependencies
npm install
# or
yarn install
  1. Run the development server
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 with your browser

📝 Writing Posts

Blog posts are stored in src/posts as Markdown files. Each post should include frontmatter with the following format:

---
title: "Your Post Title"
date: "YYYY-MM-DD"
subtitle: "A brief description of your post"
---

Your content here...

📦 Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run start - Start production server
  • npm run lint - Run ESLint

📄 License

MIT © [Your Name]

About

My personal blog website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published