| 1 |
- <?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hello, there! on Indigo Floyd's Latent Garden</title><link>https://example.com/</link><description>Recent content in Hello, there! on Indigo Floyd's Latent Garden</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Thu, 12 Mar 2026 00:00:00 +0800</lastBuildDate><atom:link href="https://example.com/index.xml" rel="self" type="application/rss+xml"/><item><title>项目架构</title><link>https://example.com/projects/robotdaily/architecture/</link><pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate><guid>https://example.com/projects/robotdaily/architecture/</guid><description>项目架构 目录结构 skills/robdaily/ ├── arxiv-digest/ # 代码层 │ ├── scripts/ │ │ ├── run_daily.py # 主调度脚本 │ │ ├── fetch_arxiv.py # 论文抓取 │ │ ├── llm_process.py # LLM 处理 │ │ ├── publish_discord.py # Discord 推送 │ │ └── publish_hugo.py # Hugo 文章生成 │ └── .env # 配置 (API keys, bot token) ├── site/ # Hugo 站点层 │ ├── content/ │ │ ├── ai-daily/ # 每日论文归档 │ │ ├── projects/ # 项目管理层页面 │ │ ├── blog/ # 博客文章 │ │ └── resume/ # 简历页面 │ ├── layouts/ # Hugo 模板 │ ├── static/ # 静态资源 │ └── hugo.yaml # Hugo 配置 └── deploy/ # 部署层 ├── docker-compose.yml # Docker Compose └── hugo.Dockerfile # Hugo 容器镜像 生成链路 抓取: fetch_arxiv.py 从 arXiv API 获取今日论文 筛选: 聚焦具身智能/表征学习/强化学习,每领域 2-3 篇 富化: llm_process.</description></item><item><title>运维指南</title><link>https://example.com/projects/robotdaily/ops/</link><pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate><guid>https://example.com/projects/robotdaily/ops/</guid><description>部署 Docker Compose version: &#39;3.8&#39; services: robotdaily: build: ./deploy volumes: - ./site:/app environment: - ARXIV_API_KEY=${ARXIV_API_KEY} - DISCORD_BOT_TOKEN=${DISCORD_BOT_TOKEN} nginx: image: nginx:alpine ports: - &#34;80:80&#34; volumes: - ./site/public:/usr/share/nginx/html:ro 本地开发 cd skills/robdaily hugo server -D -F 日常维护 每日自动推送 时间:每天 10:30 触发:cron 作业或手动执行 scripts/run_daily.py 输出:Discord Embed + Hugo Markdown 归档 日志查看 docker logs robotdaily-arxiv-digest 故障排查 Discord 推送失败 检查 DISCORD_BOT_TOKEN 是否有效 验证 Webhook URL 权限 查看日志中的 HTTP 状态码 Hugo 构建失败 检查模板语法错误 验证 Markdown 文件格式 清理并重新构建:hugo --cleanDestinationDir</description></item><item><title>项目路线图</title><link>https://example.com/projects/robotdaily/roadmap/</link><pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate><guid>https://example.com/projects/robotdaily/roadmap/</guid><description>当前阶段 (2026-Q1) ✅ 已完成 arXiv 论文抓取管道 Discord Embed 卡片推送 Hugo 静态站点基础架构 项目管理层页面 🚧 进行中 论文质量评分算法 历史数据归档查询 Docker 镜像优化 📅 计划中 多源支持 (Semantic Scholar, PubMed) 邮件订阅功能 移动端适配优化 长期目标 知识图谱: 构建论文关系网络 趋势分析: 研究领域热点追踪 个性化推荐: 基于用户兴趣的论文过滤</description></item><item><title>更新日志</title><link>https://example.com/projects/robotdaily/changelog/</link><pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate><guid>https://example.com/projects/robotdaily/changelog/</guid><description>2026-03-12 新增 Hugo 项目管理层页面结构 架构设计文档 运维指南 项目路线图 改进 Discord 推送卡片化 (Embed 格式) Hugo 站点目录重构 每日 Markdown 纳入 Git 版本控制 2026-03-10 新增 论文质量筛选算法 LLM 中文摘要生成 关键词标签提取 修复 HTTP 403 拦截问题 LaTeX 渲染异常 2026-03-08 初始版本 arXiv API 集成 Discord 机器人推送 基础管道搭建</description></item><item><title>2026-03-12 · AI 每日简报</title><link>https://example.com/ai-daily/2026-03-12/</link><pubDate>Thu, 12 Mar 2026 13:34:30 +0800</pubDate><guid>https://example.com/ai-daily/2026-03-12/</guid><description>RobotDaily 2026-03-12:共 8 篇,含 具身智能 3 篇,表征学习 3 篇,强化学习 2 篇。</description></item><item><title>[项目名称]</title><link>https://example.com/projects/_template/</link><pubDate>Thu, 12 Mar 2026 00:00:00 +0800</pubDate><guid>https://example.com/projects/_template/</guid><description>一句话描述项目</description></item><item><title>个人简历(占位)</title><link>https://example.com/resume/profile/</link><pubDate>Thu, 12 Mar 2026 00:00:00 +0800</pubDate><guid>https://example.com/resume/profile/</guid><description>这里放你的个人经历、技能栈和项目摘要。</description></item><item><title>站点初始化说明</title><link>https://example.com/blog/welcome/</link><pubDate>Thu, 12 Mar 2026 00:00:00 +0800</pubDate><guid>https://example.com/blog/welcome/</guid><description>个人站已经按 AI 简报 / Blog / 简历 三个分区拆开。</description></item><item><title>2026-03-11 · AI 每日简报</title><link>https://example.com/ai-daily/2026-03-11/</link><pubDate>Wed, 11 Mar 2026 18:36:12 +0800</pubDate><guid>https://example.com/ai-daily/2026-03-11/</guid><description>RobotDaily 2026-03-11:共 9 篇,含 具身智能 3 篇,表征学习 3 篇,强化学习 3 篇。</description></item></channel></rss>
|