-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
257 lines (240 loc) · 12.5 KB
/
Copy pathindex.html
File metadata and controls
257 lines (240 loc) · 12.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta name="baidu-site-verification" content="codeva-C4tEpckCFX" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>景一 · 一人+AI=一人公司</title>
<meta name="description" content="景一 — 创始人IP孵化、AI自媒体想心经、GEO优化AI搜索获客、企业智能体搭建。把你的知识和能力,变成AI能搜到、能推荐、能成交的系统。">
<meta name="keywords" content="景一,创始人IP孵化,AI自媒体,GEO优化,AI搜索获客,企业智能体,一人公司,AI获客,fable-castle">
<link rel="canonical" href="https://fable-castle.com/">
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Person","name":"景一","description":"AI时代的一人公司架构师 — 创始人IP孵化 · AI自媒体想心经 · GEO优化AI搜索获客 · 企业智能体搭建","url":"https://fable-castle.com","sameAs":["https://github.com/fable-cc","https://kb.fable-castle.com"]}</script>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;background:#080810;color:#ccd6f6;line-height:1.8}
.container{max-width:820px;margin:0 auto;padding:0 24px}
/* Hero */
header{padding:80px 0 32px;text-align:center}
header h1{font-size:48px;font-weight:900;color:#fff;letter-spacing:3px;margin-bottom:8px}
header .tagline{font-size:20px;color:#00d2ff;font-weight:600;margin-bottom:8px}
header .subtagline{font-size:15px;color:#8892b0;max-width:520px;margin:0 auto 32px}
/* 业务四宫格 */
.biz-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:32px 0}
.biz-card{background:linear-gradient(135deg,#10101e,#151528);border-radius:10px;padding:28px;border-top:3px solid #6c5ce7;position:relative;overflow:hidden}
.biz-card:nth-child(2){border-top-color:#00d2ff}
.biz-card:nth-child(3){border-top-color:#f0932b}
.biz-card:nth-child(4){border-top-color:#6c5ce7}
.biz-card .icon{font-size:28px;margin-bottom:8px}
.biz-card h3{font-size:17px;color:#fff;margin-bottom:6px}
.biz-card .eng{font-size:11px;color:#6c5ce7;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}
.biz-card p{font-size:13px;color:#8892b0;line-height:1.7}
/* 链路图 */
.chain{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;padding:32px 0;margin:0 auto}
.chain-node{background:#10101e;border-radius:8px;padding:16px 20px;text-align:center;min-width:100px}
.chain-node .step{font-size:11px;color:#6c5ce7;font-weight:700;text-transform:uppercase;margin-bottom:4px}
.chain-node .label{font-size:14px;color:#fff;font-weight:600}
.chain-node .desc{font-size:11px;color:#8892b0}
.chain-arrow{color:#6c5ce7;font-size:20px;padding:0 8px;font-weight:bold}
/* 信任飞轮 */
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 0}
.trust-item{background:#10101e;border-radius:8px;padding:20px;text-align:center}
.trust-item .num{font-size:28px;font-weight:800;color:#00d2ff}
.trust-item .label{font-size:12px;color:#8892b0;margin-top:4px}
/* 服务卡片 */
section{padding:36px 0}
section h2{font-size:22px;font-weight:700;color:#fff;margin-bottom:20px;padding-left:14px;border-left:3px solid #6c5ce7}
.services{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.service-card{background:#10101e;border-radius:8px;padding:24px;border-top:2px solid #6c5ce7}
.service-card:nth-child(2){border-top-color:#00d2ff}
.service-card:nth-child(3){border-top-color:#f0932b}
.service-card:nth-child(4){border-top-color:#6c5ce7}
.service-card h4{font-size:15px;color:#fff;margin-bottom:6px}
.service-card .who{font-size:12px;color:#f0932b;margin-bottom:8px}
.service-card .desc{font-size:13px;color:#8892b0;line-height:1.7;margin-bottom:12px}
.service-card .price{display:inline-block;padding:4px 12px;background:#6c5ce7;color:#fff;border-radius:4px;font-size:13px;font-weight:600}
/* GitHub 展示区 */
.github-section{background:linear-gradient(135deg,#10101e,#0d1117);border-radius:10px;padding:28px;margin:16px 0;border:1px solid #21262d}
.github-section h3{color:#fff;margin-bottom:12px}
.gh-repos{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.gh-repo{background:#0d1117;border:1px solid #21262d;border-radius:6px;padding:16px;display:block}
.gh-repo .repo-name{color:#58a6ff;font-size:14px;font-weight:600;text-decoration:none}
.gh-repo .repo-desc{font-size:12px;color:#8b949e;margin-top:6px}
.gh-repo .repo-tag{display:inline-block;margin-top:8px;padding:2px 8px;background:rgba(108,92,231,0.2);color:#b8acff;border-radius:3px;font-size:11px}
/* CTA */
.cta-section{text-align:center;padding:40px 0}
.cta-primary{display:inline-block;padding:14px 40px;background:#6c5ce7;color:#fff;border-radius:8px;font-size:17px;font-weight:700;text-decoration:none;margin:8px}
.cta-primary:hover{background:#7d6ff0}
.cta-secondary{display:inline-block;padding:14px 40px;background:transparent;color:#00d2ff;border:1px solid #00d2ff;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;margin:8px}
.cta-secondary:hover{background:rgba(0,210,255,0.08)}
a{color:#00d2ff;text-decoration:none}
a:hover{text-decoration:underline}
footer{padding:48px 0 32px;text-align:center;color:#555;font-size:13px;border-top:1px solid #1a1a2e}
footer a{color:#8892b0}
@media(max-width:640px){
header h1{font-size:32px}
.biz-grid{grid-template-columns:1fr}
.services{grid-template-columns:1fr}
.trust{grid-template-columns:1fr 1fr}
.gh-repos{grid-template-columns:1fr}
.chain{flex-direction:column;gap:8px}
.chain-arrow{transform:rotate(90deg)}
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>景一</h1>
<p class="tagline">AI 时代的一人公司架构师</p>
<p class="subtagline">把你的知识和能力,变成 AI 能搜到、能推荐、能成交的系统</p>
</header>
<!-- 四宫格业务矩阵 -->
<div class="biz-grid">
<div class="biz-card">
<div class="icon">🎯</div>
<h3>创始人 IP 孵化</h3>
<div class="eng">Founder IP Incubation</div>
<p>从定位到人设到内容体系,帮你成为赛道里"AI 第一个推荐的人"。不抄模板,从你的底层人性密码出发。</p>
</div>
<div class="biz-card">
<div class="icon">✍️</div>
<h3>AI 自媒体 · 想心经</h3>
<div class="eng">AI Self-Media System</div>
<p>冶炼方法论 + AI 写作引擎。一天一篇深度文不重样,有灵魂、有金句、没有 AI 味。把你的知识变成可复用的内容管线。</p>
</div>
<div class="biz-card">
<div class="icon">🔍</div>
<h3>GEO 优化 · AI 搜索获客</h3>
<div class="eng">Generative Engine Optimization</div>
<p>让 ChatGPT、Perplexity、微信小微搜到你、引用你、推荐你。从传统 SEO 升级到 AI 搜索生态占位,把流量变成精准客户。</p>
</div>
<div class="biz-card">
<div class="icon">🤖</div>
<h3>企业智能体 · 获客搭建</h3>
<div class="eng">AI Agent for Customer Acquisition</div>
<p>获客智能体,24 小时帮你聊客户、筛线索、约见面。不是 chatbot,是懂你业务、能独立判断、会主动跟进的 AI 销售。</p>
</div>
</div>
<!-- 业务链路 -->
<div class="chain">
<div class="chain-node">
<div class="step">Step 1</div>
<div class="label">IP 定位</div>
<div class="desc">创始人IP孵化</div>
</div>
<div class="chain-arrow">→</div>
<div class="chain-node">
<div class="step">Step 2</div>
<div class="label">内容生产</div>
<div class="desc">AI自媒体·想心经</div>
</div>
<div class="chain-arrow">→</div>
<div class="chain-node">
<div class="step">Step 3</div>
<div class="label">搜索占位</div>
<div class="desc">GEO优化·AI搜索</div>
</div>
<div class="chain-arrow">→</div>
<div class="chain-node">
<div class="step">Step 4</div>
<div class="label">自动成交</div>
<div class="desc">企业智能体获客</div>
</div>
</div>
<!-- 信任飞轮 -->
<section>
<h2>为什么是我</h2>
<div class="trust">
<div class="trust-item">
<div class="num">600+</div>
<div class="label">原创冶炼文章</div>
</div>
<div class="trust-item">
<div class="num">72</div>
<div class="label">知识支柱 · 开源</div>
</div>
<div class="trust-item">
<div class="num">6</div>
<div class="label">管线 · 全自动运行</div>
</div>
<div class="trust-item">
<div class="num">50+</div>
<div class="label">知识星球付费会员</div>
</div>
</div>
</section>
<!-- 服务与定价 -->
<section>
<h2>服务与定价</h2>
<div class="services">
<div class="service-card">
<h4>创始人 IP 孵化</h4>
<div class="who">想做个人品牌但不知道怎么定位的创始人/专家</div>
<div class="desc">定位诊断 + 人设提炼 + 内容体系搭建 + 30天陪跑。从"不知道说什么"到"AI 搜得到你是谁"。</div>
<span class="price">¥999 / 次咨询</span>
</div>
<div class="service-card">
<h4>AI 自媒体 · 想心经</h4>
<div class="who">有 IP 但写不出、写不快、写不出灵魂的人</div>
<div class="desc">冶炼方法论 × 6 条管线 × AI 写作模板。一天一篇深度文,格式自动适配公众号/知乎/小红书/微博。</div>
<span class="price">¥3,999 / 套</span>
</div>
<div class="service-card">
<h4>GEO 优化 · AI 搜索获客</h4>
<div class="who">有内容但 AI 搜不到、不被引用的企业和个人</div>
<div class="desc">AI 可见度诊断 + 内容结构优化 + Schema 部署 + llms.txt 配置。从被忽略到被 ChatGPT/Perplexity 引用。</div>
<span class="price">¥1,999 起</span>
</div>
<div class="service-card">
<h4>企业智能体 · 获客搭建</h4>
<div class="who">有流量但缺人手转化、想用 AI 自动获客的实体商家/B2B</div>
<div class="desc">获客智能体定制:懂你业务、能聊客户、筛线索、约见面。24h 在线,不是 chatbot,是 AI 销售。</div>
<span class="price">定制报价</span>
</div>
</div>
</section>
<!-- GitHub 能力展示 -->
<section>
<h2>开源验证</h2>
<div class="github-section">
<h3>💻 GitHub 开源仓库</h3>
<p style="color:#8892b0;font-size:14px;margin-bottom:16px">我说的,都在代码里能验证。一人+AI 不是口号,是正在运行的管线。</p>
<div class="gh-repos">
<a href="https://github.com/fable-cc/fable-castle" class="gh-repo" style="text-decoration:none">
<div class="repo-name">🏰 fable-castle</div>
<div class="repo-desc">72知识支柱 · 600+原创 · 国学×心理×商业</div>
<span class="repo-tag">知识资产化</span>
</a>
<a href="https://github.com/fable-cc/knowledge-pipeline" class="gh-repo" style="text-decoration:none">
<div class="repo-name">⚡ knowledge-pipeline</div>
<div class="repo-desc">抓取→分类→去重→冶炼→输出,全自动</div>
<span class="repo-tag">AI管线</span>
</a>
<a href="https://github.com/fable-cc/jingyi" class="gh-repo" style="text-decoration:none">
<div class="repo-name">🌐 jingyi</div>
<div class="repo-desc">独立站源码 · fable-castle.com</div>
<span class="repo-tag">独立站</span>
</a>
</div>
<p style="margin-top:16px;text-align:center"><a href="https://github.com/fable-cc" style="color:#58a6ff;font-size:14px">查看全部仓库 →</a></p>
</div>
</section>
<!-- CTA -->
<div class="cta-section">
<a href="https://wx.zsxq.com/group/28882114285211" class="cta-primary">🪐 入门:加入知识星球 ¥69.9</a>
<a href="https://kb.fable-castle.com/" class="cta-secondary">📚 先看 600 篇免费内容</a>
</div>
<footer>
<p>📍 景一的寓言城堡 · 从人性出发,自然穿透所有领域</p>
<p style="margin-top:8px">
<a href="services/">🛠️ 服务</a> ·
<a href="course.html">🎓 课程</a> ·
<a href="https://kb.fable-castle.com/">📚 知识库</a> ·
<a href="faq.html">❓ FAQ</a> ·
<a href="https://github.com/fable-cc">💻 GitHub</a>
</p>
<p style="margin-top:16px;color:#444">© 2026 景一 · fable-castle.com</p>
</footer>
</div>
</body>
</html>