Welcome to the AlphaLift Blog
This is an example blog post. You can edit this file or create new markdown files in the content/blog directory.
Features
The blog system supports:
- Markdown formatting
- Front matter metadata (title, date, excerpt, author, category, tags)
- Automatic static generation
- SEO optimization
- RSS feed support
Getting Started
To create a new blog post, simply add a new .md file to the content/blog directory with the following front matter:
---
title: "Your Post Title"
date: "2024-01-15"
excerpt: "A brief description of your post"
author: "Author Name"
category: "Category"
tags: ["tag1", "tag2"]
---
Your content here...
Happy blogging!