-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.yml
69 lines (61 loc) · 1.65 KB
/
menu.yml
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
entries:
- title: info
entries:
- title: Fangjun's development blog
- title: about
url: about
- title: all posts
post_list:
limit: 5
show_more: true
show_more_text: See archive...
show_more_url: archive.html
- title: high-performance computing
post_list:
limit: 3
category: high-performance-computing
show_more: true
show_more_text: See archive...
show_more_url: high-performance-computing.html
- title: computer graphics
post_list:
limit: 3
category: computer-graphics
show_more: true
show_more_text: See archive...
show_more_url: computer-graphics.html
- title: machine learning
post_list:
limit: 3
category: machine-learning
show_more: true
show_more_text: See archive...
show_more_url: machine-learning.html
- title: algorithms
post_list:
limit: 3
category: algorithms
show_more: true
show_more_text: See archive...
show_more_url: algorithms.html
- title: numerical methods and differential equations
post_list:
limit: 3
category: numerical-methods-and-differential-equations
show_more: true
show_more_text: See archive...
show_more_url: numerical-methods-and-differential-equations.html
- title: pure-math
post_list:
limit: 3
category: pure-math
show_more: true
show_more_text: See archive...
show_more_url: pure-math.html
- title: miscellaneous
post_list:
limit: 3
category: miscellaneous
show_more: true
show_more_text: See archive...
show_more_url: miscellaneous.html