如何添加相应的页面 #18
Replies: 5 comments
-
添加人员
---
layout: people
name: ...
image: /assets/people/....jpg
role: PhD Student
blog: https://www.baidu.com (可选)
email: [email protected] (可选)
github: https://www.baidu.com (可选)
alumni: true/false
alumni_since: XXXX (when alumni: true)
advisors:
- AdvisorFirstName AdvisorLastName
date: YYYY-MM-DD
permalink: people/KEY
lang: zh/en
---
Your context... We have the following roles: Add a picture, add it to the assets directory with around Once someone leaves the group, change Please send a pull request with the changes and an admin will merge it. |
Beta Was this translation helpful? Give feedback.
-
添加论文(文章)Create the Markdown fileCreate a new ---
layout: publication
year: ...
title: "..."
poster: /assets/.../*.png
thumb: /assets/.../*_thumb.png
authors:
- ...
permalink: publications/KEY
lang: zh/en
doi: ...
short_doi: ...
osf: ...
type:
- ...
venue: ...
venue_location: ...
venue_tags:
- ...
venue_url:
tags:
- ...
awards:
- ...
tweet: "..."
blog: https://...
link: https://...
pdf: ...
recording: ...
slides: ...
construct: true/false
---
## Abstract
...
Only the properties in the first block(the under list) are required. The rest is optional but encouraged (where it makes sense). layout: publication
year: ...
title: "..."
poster: /assets/.../*.png
thumb: /assets/.../*_thumb.png
authors:
- ...
permalink: publications/KEY
lang: zh/en
Add a poster and thumbnail imageAdd a poster and thumbnail image to The poster image should be at least 1920 pixels wide and wider than tall. Name your poster image The thumbnail may have any aspect ratio but should be recognizable when shown as a small image. The thumbnail should be at least 600 pixels wide or tall. Name your thumbnail Also, do not forget to put these pieces of information( |
Beta Was this translation helpful? Give feedback.
-
添加新闻(或一些记录)Create a new You can create a Markdown file like below: ---
layout: post
title: ...
date: 2023-06-29 14:41:00 +0800 (optional)
studyLink: https://... (optional)
excerpt_separator: <!--more--> (optional)
side_image: "/assets/posts/*.png" (optional)
side_image_alt: ... (optional)
author: (optional)
- ...
- ...
lang: zh/en
---
## Title
...
<!--more-->
...
|
Beta Was this translation helpful? Give feedback.
-
添加课程Create a new ---
layout: course
title: ...
year: ...
semester: Spring/Fall (or any other words)
instructors:
- instructor1
- instructor2
- ...
tas:
- ta1
- ta2
- ...
time: ... (optional)
location: ... (optional)
permalink: courses/KEY
lang: zh/en
schedule:
- date: YYYY-MM-DD
title: ...
slides: https://...
discussion: https://...
due:
- name: ...
url: https://...
- name: ...
url: ...
readings:
- name: ...
type: website
author: ...
year: 2017
required: true/false
venue: ...
note: ...
url: https://...
- name: ...
type: pdf
author: ...
year: 2017
required: true
url: https://...
- name: ...
type: video
author: ...
url: https://...
- name: ...
type: audio
author: ...
url: https://...
- name: ...
type: notebook
author: ...
url: https://... In section schedule:
- date: YYYY-MM-DD
title: ...
slides: https://... (optional)
discussion: https://... (optional)
due: (optional)
- ...
readings: (optional)
- ... In section - name: ...
type: website
author: ... (optional)
year: 2017 (optional)
required: true/false (optional - false)
venue: ... (optional)
note: ... (optional)
url: https://... (optional) |
Beta Was this translation helpful? Give feedback.
-
添加研究方向Create a new ---
layout: research
title: ...
description: ...
advisors:
- advisor1
- advisor2
- ...
maintainers:
- maintainer1
- maintainer2
- ...
contributors:
- contributor1
- contributor2
- ...
date: YYYY-MM-DD
permalink: research/KEY
lang: zh/en
construct: true/false (optional is false)
index_hide: true/false (optional is false)
---
## Something...
... The Please send a pull request with the changes and an admin will merge it. Also, if you want to create each group in a team, use Make sure on each page, you need use [Link]({% link _research/*.md %}) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
目录
对应的页面分别有(点击跳转):
提交方法
git commit
操作main
分支外的分支当然,你完成相应的修改后,需要提交PR,在CI检查通过,有一位进行code review后,才能进行Merge。
其他有用信息
通用的头部标记可供使用
Beta Was this translation helpful? Give feedback.
All reactions