-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
166 lines (153 loc) · 6.63 KB
/
index.html
File metadata and controls
166 lines (153 loc) · 6.63 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
---
layout: default
title: 首页
---
{% assign featured_post = site.posts.first %}
<section class="home-intro">
<p class="eyebrow">姚金刚的博客与资料库</p>
<h1>记录 AI、GEO、自动化与长期积累,也整理持续更新的文档资料。</h1>
<p class="intro-text">
这里既发布博客文章,也集中整理我长期维护的认知随笔、GEO 白皮书和提示词文档,方便从一个入口查看公开内容与外部资料。
</p>
</section>
<section class="guestbook-callout content-card">
<div class="guestbook-callout-copy">
<p class="guestbook-callout-kicker">首页留言</p>
<h2>可以直接在首页留言</h2>
<p>
下面就是内嵌留言框。任意 GitHub 用户都可以直接发言,我会在同一个 GitHub Discussion 线程里继续回复。
</p>
</div>
<div class="guestbook-callout-actions">
<a class="primary-link-button" href="#homepage-comments">直接开始留言</a>
<a class="secondary-link-button" href="{{ '/guestbook/' | relative_url }}">进入独立留言页</a>
</div>
</section>
<div id="homepage-comments">
{% include giscus-comments.html
kicker="留言区"
title="首页留言板"
description="登录 GitHub 后即可直接在这里评论。"
%}
</div>
<section class="section-title-row">
<div class="section-title">
<span class="section-dot"></span>
<span>资料入口</span>
</div>
</section>
<section class="resource-grid home-resource-grid">
<article class="content-card resource-card">
<div class="resource-card-top">
<span class="meta-badge">认知随笔</span>
<span class="resource-frequency">每周更新</span>
</div>
<h2><a href="{{ '/resources/cognitive-notes/' | relative_url }}">42.5万字《姚金刚认知随笔》</a></h2>
<p>围绕认知、工作、AI 与长期积累持续更新,适合长期跟读。</p>
<div class="resource-links">
<a class="read-more-link" href="{{ '/resources/cognitive-notes/' | relative_url }}">查看说明</a>
<a class="resource-secondary-link" href="https://jiahejiaoyu.feishu.cn/docx/YHOHd1TLyom6KDxQY8Ac8m4hngf" target="_blank" rel="noopener noreferrer">飞书原文</a>
</div>
</article>
<article class="content-card resource-card">
<div class="resource-card-top">
<span class="meta-badge">GEO</span>
<span class="resource-frequency">不定时更新</span>
</div>
<h2><a href="{{ '/resources/geo-whitepaper/' | relative_url }}">《GEO白皮书》</a></h2>
<p>面向 AI 搜索营销的科普文档,用来快速建立基础认知和整体框架。</p>
<div class="resource-links">
<a class="read-more-link" href="{{ '/resources/geo-whitepaper/' | relative_url }}">查看说明</a>
<a class="resource-secondary-link" href="https://yaojingang.feishu.cn/docx/Jv85dXAeZoKJ7exJi4Yc4Edrnhf" target="_blank" rel="noopener noreferrer">飞书原文</a>
</div>
</article>
<article class="content-card resource-card">
<div class="resource-card-top">
<span class="meta-badge">提示词</span>
<span class="resource-frequency">不定时更新</span>
</div>
<h2><a href="{{ '/resources/yao-prompts/' | relative_url }}">《姚金刚提示词合集》</a></h2>
<p>整理日常高频可复用的提示词,覆盖写作、分析和工作流等场景。</p>
<div class="resource-links">
<a class="read-more-link" href="{{ '/resources/yao-prompts/' | relative_url }}">查看说明</a>
<a class="resource-secondary-link" href="https://yaojingang.feishu.cn/docx/ER4rdSlvcofCtQxttSac2Xc4nGd" target="_blank" rel="noopener noreferrer">飞书原文</a>
</div>
</article>
<article class="content-card resource-card">
<div class="resource-card-top">
<span class="meta-badge">GEO 提示词</span>
<span class="resource-frequency">书籍配套</span>
</div>
<h2><a href="{{ '/resources/geo-prompts/' | relative_url }}">《GEO提示词合集》</a></h2>
<p>我和向阳共同整理,作为 GEO 书籍配套提示词使用。</p>
<div class="resource-links">
<a class="read-more-link" href="{{ '/resources/geo-prompts/' | relative_url }}">查看说明</a>
<a class="resource-secondary-link" href="https://yaojingang.feishu.cn/wiki/YbMLwkChmiktbskRoHZcFixBnxb" target="_blank" rel="noopener noreferrer">飞书原文</a>
</div>
</article>
</section>
{% if featured_post %}
<section class="section-title-row">
<div class="section-title">
<span class="section-dot"></span>
<span>推荐文章</span>
</div>
</section>
<article class="post-card post-card-featured">
<div class="post-card-head">
<div class="meta-badges">
{% for category in featured_post.categories limit:1 %}
<span class="meta-badge">{{ category }}</span>
{% endfor %}
<span class="meta-badge meta-badge-muted">推荐</span>
</div>
<time datetime="{{ featured_post.date | date_to_xmlschema }}">{{ featured_post.date | date: "%Y年%m月%d日" }}</time>
</div>
<h2><a href="{{ featured_post.url | relative_url }}">{{ featured_post.title }}</a></h2>
<p>{{ featured_post.excerpt | strip_html | truncate: 140 }}</p>
{% if featured_post.tags and featured_post.tags.size > 0 %}
<div class="tag-row">
{% for tag in featured_post.tags limit:4 %}
<span class="tag-pill">{{ tag }}</span>
{% endfor %}
</div>
{% endif %}
<div class="post-card-foot">
<span>GitHub Pages / Jekyll</span>
<a class="read-more-link" href="{{ featured_post.url | relative_url }}">阅读全文</a>
</div>
</article>
{% endif %}
<section class="section-title-row">
<div class="section-title">
<span class="section-dot section-dot-muted"></span>
<span>最新文章</span>
</div>
</section>
<section class="post-feed">
{% for post in site.posts %}
<article class="post-card">
<div class="post-card-head">
<div class="meta-badges">
{% for category in post.categories limit:1 %}
<span class="meta-badge">{{ category }}</span>
{% endfor %}
</div>
<time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%Y年%m月%d日" }}</time>
</div>
<h2><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h2>
<p>{{ post.excerpt | strip_html | truncate: 120 }}</p>
{% if post.tags and post.tags.size > 0 %}
<div class="tag-row">
{% for tag in post.tags limit:4 %}
<span class="tag-pill">{{ tag }}</span>
{% endfor %}
</div>
{% endif %}
<div class="post-card-foot">
<span>{{ post.categories | first | default: "文章" }}</span>
<a class="read-more-link" href="{{ post.url | relative_url }}">阅读全文</a>
</div>
</article>
{% endfor %}
</section>