CoolFace
Apppublic

creay/blog

sourceHugging Facecc-by-4.0updated 5mo agoView on Hugging Face
0likes
App README

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 Code

Local development

bash
pip install markdown pygments
python build.py        # rescans posts/ and regenerates HTML

打开 index.html 即可本地预览。

Adding a new post

  1. 1.posts/ 下新建一个 <slug>.md,可加 YAML frontmatter(title / date / description / reading_time
  2. 2.python build.py 重新生成
  3. 3.浏览器验证后 git push

License

Content under CC BY 4.0 — free to share and adapt with attribution.

Author

Ehco · AI Algorithm Engineer · Multimodal / VLA / Robotics