About

About Hey Lazarus

Welcome to Hey Lazarus, a simple and clean blog platform built with Next.js and MDX.

What is this?

This is a simplified, static blog and website platform that allows you to:

  • Write blog posts using Markdown or MDX
  • Create static pages for important content
  • Enjoy a clean, responsive design
  • Support for dark/light themes

How to use

Adding Blog Posts

Create .mdx or .md files in the content/blog directory with the following frontmatter:

---
title: Your Post Title
date: 2024-01-01
excerpt: A brief description of your post
author: Your Name
---

Adding Pages

Create .mdx or .md files in the content/pages directory with frontmatter:

---
title: Page Title
description: Page description for SEO
---

Features

  • MDX Support: Write content using Markdown with React components
  • Dark Mode: Built-in theme switching
  • Responsive Design: Works great on all devices
  • SEO Friendly: Optimized for search engines
  • Fast: Built with Next.js for optimal performance

Built with ❤️ using Next.js, MDX, and Tailwind CSS