mirror of
https://github.com/tiennm99/miti99.git
synced 2026-09-17 02:21:38 +00:00
Moves skill from .agents/skills/ to .claude/skills/ (Claude Code only) and renames it to mt:add-post with directory mt-add-post.
1.0 KiB
1.0 KiB
AGENTS.md
Guide for AI code assistants working with this Hugo blog.
Project Info
- Type: Hugo static site with Vietnamese tech content
- Theme: hugo-theme-stack
- Language: Vietnamese (with common English tech words)
- Timezone: Asia/Ho_Chi_Minh (UTC+7)
Directory Structure
content/post/
└── YYYY/
└── MM/
└── DD/
└── index.md
Starting Local Development Server
Run the Hugo development server:
hugo server -D
The site will be available at http://localhost:1313
Options:
-Dor--buildDrafts: Include draft content-For--buildFuture: Include future-dated content--disableFastRender: Full re-render on all changes
Skills
This project uses custom skills for automated workflows:
- mt:add-post: URL processing workflow for newsletter posts
- Automatically extracts content from URLs
- Generates Vietnamese summaries
- Creates/updates daily newsletter posts
Refer to .claude/skills/ for skill implementations.