From c38c4ff3235563ccb62bba5554893932acdb713e Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 14 Jun 2025 00:32:10 +0900 Subject: [PATCH] fix --- my-blog/content/posts/welcome.md | 34 -------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 my-blog/content/posts/welcome.md diff --git a/my-blog/content/posts/welcome.md b/my-blog/content/posts/welcome.md deleted file mode 100644 index 53652a9..0000000 --- a/my-blog/content/posts/welcome.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -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! \ No newline at end of file