Skip to content

Commit 924eb5b

Browse files
committed
add xmu logo
1 parent 1dd5100 commit 924eb5b

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

assets/media/logo.png

119 KB
Loading

config/_default/menus.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ main:
1111
- name: 最新资讯
1212
url: post
1313
weight: 20
14+
- name: 动态成果
15+
url: demo
16+
weight: 25
1417
- name: 学术团队
1518
url: people
1619
weight: 30

content/demo/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: demo展示
3+
type: landing
4+
5+
sections:
6+
- block: markdown
7+
content:
8+
title:
9+
subtitle:
10+
# text: Add any **markdown** formatted content here - text, images, videos, galleries - and even HTML code!
11+
design:
12+
# See Page Builder docs for all section customization options.
13+
# Choose how many columns the section has. Valid values: '1' or '2'.
14+
columns: '1'
15+
16+
17+
---

0 commit comments

Comments
 (0)