creay/blog
0
Ehco's Blog
个人技术博客,聚焦 AI 研究 / 多模态推理 / agent 系统。中文长文为主,偶有原创概念图与论文综述。
部署在 HuggingFace Static Space 上,每次 git push 后自动更新。
File structure
.
├── README.md # HF Space metadata + intro
├── index.html # generated homepage (post list)
├── posts/
│ ├── *.md # source markdown for each post
│ └── *.html # generated per-post HTML
├── build.py # markdown → HTML build script
└── CLAUDE.md # instructions for Claude CodeLocal development
pip install markdown pygments
python build.py # rescans posts/ and regenerates HTML打开 index.html 即可本地预览。
Adding a new post
- 在
posts/下新建一个<slug>.md,可加 YAML frontmatter(title/date/description/reading_time) - 跑
python build.py重新生成 - 浏览器验证后
git push
License
Content under CC BY 4.0 — free to share and adapt with attribution.
Author
Ehco · AI Algorithm Engineer · Multimodal / VLA / Robotics
