We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d784d commit 82c834fCopy full SHA for 82c834f
source/index.md
@@ -5,7 +5,15 @@ Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [docume
5
6
## Quick Start
7
8
-### Create a new post
+## 📄 文章索引
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
17
18
``` bash
19
$ hexo new "My New Post"
@@ -32,4 +40,4 @@ More info: [Generating](https://hexo.io/docs/generating.html)
32
40
### Deploy to remote sites
33
41
34
42
35
-$ hexo deploy
43
+$ hexo deploy -->
0 commit comments