add github
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 12m8s

This commit is contained in:
2025-06-13 22:48:00 +09:00
parent efc73490d1
commit 721c9b4e71
25 changed files with 2883 additions and 66 deletions

View File

@ -0,0 +1,34 @@
---
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!