Skip to content

Commit 82c834f

Browse files
committed
Update Index
1 parent 63d784d commit 82c834f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

source/index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [docume
55

66
## Quick Start
77

8-
### Create a new post
8+
## 📄 文章索引
9+
10+
1. {% post_link A0-onboarding A0 Onboarding %}
11+
2. {% post_link A1-matmul A1 Matmul %}
12+
3. {% post_link A2-norm-emb A2 RMSNorm and Embedding %}
13+
4. {% post_link A3-modeling-mlp A3 Modeling MLP %}
14+
5. {% post_link A4-attention-module A4 Attention Module %}
15+
16+
<!-- ### Create a new post
917
1018
``` bash
1119
$ hexo new "My New Post"
@@ -32,4 +40,4 @@ More info: [Generating](https://hexo.io/docs/generating.html)
3240
### Deploy to remote sites
3341
3442
``` bash
35-
$ hexo deploy
43+
$ hexo deploy -->

0 commit comments

Comments
 (0)