32 lines
484 B
Markdown
32 lines
484 B
Markdown
---
|
|
title: "Welcome to ailog"
|
|
date: 2025-01-06
|
|
tags: ["welcome", "ailog"]
|
|
---
|
|
|
|
# Welcome to ailog
|
|
|
|
This is your first post powered by **ailog** - a static blog generator with AI features.
|
|
|
|
## Features
|
|
|
|
- Fast static site generation
|
|
- Markdown support with frontmatter
|
|
- AI-powered features (coming soon)
|
|
- atproto integration for comments
|
|
|
|
## Getting Started
|
|
|
|
Create new posts with:
|
|
|
|
```bash
|
|
ailog new "My New Post"
|
|
```
|
|
|
|
Build your blog with:
|
|
|
|
```bash
|
|
ailog build
|
|
```
|
|
|
|
Happy blogging! |