Skip to content

Commit d5cfdb6

Browse files
committed
Add storytelling README with blog preview, adjustable post spacing, and relaxed spacing for Think and Grow Rich
Made-with: Cursor
1 parent 79e59a6 commit d5cfdb6

5 files changed

Lines changed: 70 additions & 26 deletions

File tree

README.md

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
11
# Annabelle Lee's Space
22

3-
AI-Native Research & Web3 Systems. Built with Jekyll.
3+
> *Simplicity holds depth — that is truth.*
4+
5+
This is my personal journal. A place where I think out loud, explore ideas, and turn research into something I can hold onto. What starts here often finds its way to other platforms — but here is where it begins: raw, honest, and mine.
6+
7+
<img src="assets/README-preview.png" alt="Annabelle Lee's Space — A personal journal of thinking, exploring, and building" width="800" style="border-radius: 12px;">
8+
9+
---
10+
11+
## What lives here
12+
13+
I write about **AI-native product building**, **Web3 frontier research**, **design systems**, and the messy middle of figuring things out. Not polished takes for algorithms — these are the notes I actually use: frameworks, experiments, and reflections that shape how I work and what I build.
14+
15+
If you've landed here from X, GitHub, or somewhere else — welcome. You're seeing the source.
16+
17+
---
18+
19+
## Explore
20+
21+
**[→ Visit the blog](https://funghi88.github.io)**
22+
23+
---
424

525
## Local preview
626

7-
Uses Ruby 3.3 with Bundler 4.0. First-time setup (run each command separately):
27+
Uses Ruby 3.3 with Bundler 4.0. First-time setup:
828

929
```bash
1030
rbenv install 3.3.10
@@ -13,7 +33,7 @@ gem install bundler:4.0.3
1333
bundle install
1434
```
1535

16-
Then start the server:
36+
Then:
1737

1838
```bash
1939
./serve.sh
@@ -23,33 +43,12 @@ Open [http://localhost:4003](http://localhost:4003)
2343

2444
## Deploy
2545

26-
Push to `main`. GitHub Actions builds and deploys to Pages (no local Jekyll needed).
46+
Push to `main`. GitHub Actions builds and deploys to Pages.
2747

2848
**First-time setup:** Repo Settings → Pages → Build and deployment → Source: **GitHub Actions**
2949

30-
### Commit and push to GitHub
31-
3250
```bash
3351
git add .
3452
git commit -m "Your commit message"
3553
git push origin main
3654
```
37-
38-
To commit and push only the latest post:
39-
40-
```bash
41-
git add _posts/2026-03-15-openclaw-token-economics.md
42-
git commit -m "Your commit message"
43-
git push origin main
44-
```
45-
46-
### Undo the last commit (keep your file changes)
47-
48-
If you committed by mistake (e.g. included `_site/` or wrong files):
49-
50-
```bash
51-
git reset HEAD~1
52-
```
53-
54-
This removes the last commit and unstages everything; your edits stay in the working directory. Then add only the files you want and commit again. Do **not** run this after you have already pushed (use with care).
55-

_layouts/post.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
layout: default
33
---
44
{% assign post_url = page.url | prepend: site.baseurl | prepend: site.url %}
5-
<article class="post content-paper" data-page-type="post">
5+
{% comment %} Post spacing: set front matter spacing: relaxed (more) or spacing: compact (less). Omit for default. Use <div class="reading-spacer"></div> in content for extra breaks. {% endcomment %}
6+
{% assign spacing = page.spacing | default: 'default' %}
7+
<article class="post content-paper post-spacing-{{ spacing }}" data-page-type="post">
68
<header class="post-header post-header-above">
79
<h1 class="post-title" data-title-zh="{{ page.title_zh | default: page.title | escape }}" data-title-en="{{ page.title_en | default: page.title | escape }}">{{ page.title | escape }}</h1>
810
{% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}

_posts/2026-03-16-think-and-grow-rich.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ cover: /assets/images/posts/2026-03-16-think-and-grow-rich/cover.png
1010
image:
1111
path: /assets/images/posts/2026-03-16-think-and-grow-rich/og-card.png
1212
alt: Fan Deng says one book made him wealthy — but most people say it's useless
13+
spacing: relaxed
1314
---
1415

1516
### 《思考致富》
@@ -20,13 +21,15 @@ image:
2021

2122
樊登老师
2223

24+
<div class="reading-spacer"></div>
2325

2426
但同样一本书,有人说改变了他的人生, 也有人说,全是鸡汤
2527

2628
首版于 1937 年, 百年来备受争议的财富之书
2729

2830
为何被樊登老师定义为他赚钱的起点
2931

32+
<div class="reading-spacer"></div>
3033

3134
2013 年之前, 樊登老师是真的樊登老师, 在北京交通大学语言与传播学院教书
3235

@@ -36,38 +39,45 @@ image:
3639

3740
收入并没有大家想象的那么高, 每个月赚的钱,甚至还完房贷所剩不多
3841

42+
<div class="reading-spacer"></div>
3943

4044
看起来体面的社会身份标签,暗藏着的是生活的压力
4145

4246
他曾想:**是不是需要改变自己的思维方式**
4347

48+
<div class="reading-spacer"></div>
4449

4550
樊登老师的家庭背景很典型, 父亲也是教授, 一家人都是靠读书改变命运
4651

4752
于是他做了一件很朴素也很自然的事:**大量阅读**
4853

54+
<div class="reading-spacer"></div>
4955

5056
离开央视之后,他经常被邀请去商学院讲课, 课堂上,他发现:
5157

5258
这些花几十万、几百万来学习的企业家、创业者,根本没时间系统读书
5359

60+
<div class="reading-spacer"></div>
5461

5562
前半生一直靠教书、主持谋生的樊登老师产生了一个念头:
5663

5764
**既然大家没时间读书,那我读,然后讲给你们听**
5865

66+
<div class="reading-spacer"></div>
5967

6068
从最开始很简单的拿手机录音频群内分享, 到后来组织线下读书会
6169

6270
把一本书压缩成一节课
6371

6472
慢慢地,一批人开始喜欢这种形式
6573

74+
<div class="reading-spacer"></div>
6675

6776
后来投资人入场, 团队成立, 产品上线, 樊登读书慢慢成长起来
6877

6978
从创业角度看,这是一个很成功、也很励志的故事
7079

80+
<div class="reading-spacer"></div>
7181

7282
但如果换个角度,其实樊登老师遵循的只是一个很简单的逻辑:
7383

@@ -83,6 +93,8 @@ image:
8393

8494
> "这是一本鸡汤书, 一点用没有"
8595
96+
<div class="reading-spacer"></div>
97+
8698
但同样一批人,每天其实也在读其他类似的书籍,
8799

88100
比如中国人从小就背的:《三字经》
@@ -97,6 +109,8 @@ image:
97109

98110
长期主义、心性、 和行动
99111

112+
<div class="reading-spacer"></div>
113+
100114
例如《道德经》里那句话:
101115

102116
> 合抱之木,生于毫末
@@ -107,14 +121,20 @@ image:
107121

108122
"这句话是骗人的"
109123

124+
<div class="reading-spacer"></div>
125+
110126
为什么?
111127

112128
因为大家默认:
113129

114130
**这是道理,不是捷径**
115131

132+
<div class="reading-spacer"></div>
133+
116134
问题就出在这里
117135

136+
<div class="reading-spacer"></div>
137+
118138
很多人读《思考致富》的时候,期待的是:
119139

120140
> 有没有一个方法让我很快致富
@@ -133,6 +153,8 @@ image:
133153

134154
**李一舟**
135155

156+
<div class="reading-spacer"></div>
157+
136158
他早期做内容的时候,其实并不顺利
137159

138160
内容没人看,账号也不明显增长
@@ -143,6 +165,8 @@ image:
143165

144166
他逐渐找到了方法:**情绪 + 结构表达 = 爆款视频**
145167

168+
<div class="reading-spacer"></div>
169+
146170
后来演变成**用白板讲复杂问题**
147171

148172
这种表达方式很简单:把复杂的事情拆成结构
@@ -155,6 +179,8 @@ image:
155179

156180
很多人觉得他讲的是赚钱方法
157181

182+
<div class="reading-spacer"></div>
183+
158184
但如果细品,会发现他其实一直在做一件事:
159185

160186
**结构化输出**
@@ -167,6 +193,8 @@ image:
167193

168194
**洪树**
169195

196+
<div class="reading-spacer"></div>
197+
170198
他从去年三四月开始做内容, 一年不到,全网涨粉 **90 万**!
171199

172200
很多人看他的视频有一种熟悉感:
@@ -181,6 +209,8 @@ image:
181209

182210
**掌握一个简单的方法, 并持续执行下去**
183211

212+
<div class="reading-spacer"></div>
213+
184214
不是爆一条视频, 每条视频都在爆
185215

186216
---
@@ -195,6 +225,8 @@ image:
195225

196226
> 我还能靠什么赚钱?
197227
228+
<div class="reading-spacer"></div>
229+
198230
在这的外部大环境里,人会本能地寻找两样东西:
199231

200232
**解释世界的逻辑**
@@ -213,6 +245,8 @@ image:
213245

214246
**长期执行一个简单系统**
215247

248+
<div class="reading-spacer"></div>
249+
216250
---
217251

218252
#### **《思考致富》其实只讲了一件事**
@@ -225,6 +259,8 @@ image:
225259

226260
很多道理听上去都像废话!
227261

262+
<div class="reading-spacer"></div>
263+
228264
比如:
229265

230266
《易经》讲:
@@ -241,6 +277,8 @@ image:
241277

242278
大多数人读书的方式长这样:读完 → 很有道理 → 结束🔚
243279

280+
<div class="reading-spacer"></div>
281+
244282
但少数人会:**把一个道理化为行动**
245283

246284
哪怕行动很小, 演进很慢, 但持续很多年......

assets/README-preview.png

87 KB
Loading

assets/css/override.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ main .wrapper { margin-left: auto; margin-right: auto; padding-left: 24px; paddi
8989
.post-content p:first-child { margin-top: 0; }
9090
.post-content p:last-child { margin-bottom: 0; }
9191
.post-content .reading-spacer { height: 18px; }
92+
/* Adjustable spacing: set spacing: relaxed or spacing: compact in post front matter */
93+
.post-spacing-relaxed .post-content p { margin: 24px 0; }
94+
.post-spacing-relaxed .post-content .reading-spacer { height: 24px; }
95+
.post-spacing-compact .post-content p { margin: 12px 0; }
96+
.post-spacing-compact .post-content .reading-spacer { height: 12px; }
9297
.post-content ul, .post-content ol { margin: 12px 0 16px; padding-left: 1.2em; }
9398
.post-content li { margin: 6px 0; }
9499
.post-content li > p { margin: 8px 0; }

0 commit comments

Comments
 (0)