3.2 KiB
3.2 KiB
layout, title
| layout | title |
|---|---|
| default | Home |
Horizon
欢迎来到 Horizon,一个 AI 驱动的信息聚合系统。
文档
- 配置指南 — AI 提供商、信息源、过滤规则与环境变量替换
- 信息源采集器 — Horizon 如何从 GitHub、Hacker News、RSS、Reddit 采集内容
- 评分系统 — 基于 AI 的内容分析与 0-10 评分体系
每日速递
-
{% assign zh_posts = site.posts | where: "lang", "zh" %}
{% for post in zh_posts limit:20 %}
- {{ post.date | date: "%Y-%m-%d" }} {% else %}
- 暂无内容 {% endfor %}
Welcome to Horizon, an AI-driven information aggregation system.
Documentation
- Configuration Guide — AI providers, information sources, filtering, and environment variable substitution
- Source Scrapers — How Horizon collects content from GitHub, Hacker News, RSS, and Reddit
- Scoring System — AI-based content analysis and the 0-10 scoring scale
Daily Digest
-
{% assign en_posts = site.posts | where: "lang", "en" %}
{% for post in en_posts limit:20 %}
- {{ post.date | date: "%Y-%m-%d" }} {% else %}
- No posts yet {% endfor %}