Files
log/my-blog/content/posts/welcome.md
syui dadfbb69c3
Some checks failed
Deploy Blog to Cloudflare Pages / build-and-deploy (push) Failing after 12m33s
Deploy ailog / build-and-deploy (push) Failing after 13m44s
deploy cf
2025-06-13 23:18:53 +09:00

34 lines
520 B
Markdown

---
title: "Welcome to ailog"
slug: welcome-to-ailog
date: 2025-01-06
tags: ["welcome", "ailog"]
language: en
---
# 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!