You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
<imgsrc="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
+
---
4
24
5
25
## Local preview
6
26
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:
8
28
9
29
```bash
10
30
rbenv install 3.3.10
@@ -13,7 +33,7 @@ gem install bundler:4.0.3
13
33
bundle install
14
34
```
15
35
16
-
Then start the server:
36
+
Then:
17
37
18
38
```bash
19
39
./serve.sh
@@ -23,33 +43,12 @@ Open [http://localhost:4003](http://localhost:4003)
23
43
24
44
## Deploy
25
45
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.
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).
{% comment %} Post spacing: set front matter spacing: relaxed (more) or spacing: compact (less). Omit for default. Use <divclass="reading-spacer"></div> in content for extra breaks. {% endcomment %}
0 commit comments