-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
70 lines (64 loc) · 1.89 KB
/
_quarto.yml
File metadata and controls
70 lines (64 loc) · 1.89 KB
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
70
project:
type: website
output-dir: _site
render:
- "*.qmd"
# 排除子课程目录(它们有独立的_quarto.yml,需要单独构建)
- "!*/**"
website:
title: "CSU生物医学信息系课程"
description: "中南大学生物医学信息系课程网站"
site-url: https://wanglabcsu.github.io/courses
repo-url: https://github.com/WangLabCSU/courses
repo-branch: main
navbar:
title: "CSU生物信息学课程"
left:
- href: index.qmd
text: 首页
- text: 课程
menu:
# 注意:子课程链接必须使用 .html 后缀
# 因为根目录排除了子目录渲染,Quarto 不会自动转换 .qmd 链接
- href: r-and-rmarkdown/index.html
text: "R与(R)Markdown基础"
- href: rna-seq-analysis/index.html
text: "转录组数据分析"
- href: mutation-analysis/index.html
text: "基因组突变分析"
- href: learning-resources.qmd
text: 学习资源
right:
- text: "🤖 AI问答"
href: https://deepwiki.com/WangLabCSU/courses
target: _blank
aria-label: AI问答
- icon: bug
text: "报告问题"
href: https://github.com/WangLabCSU/courses/issues/new
aria-label: 报告问题
- icon: github
href: https://github.com/WangLabCSU
aria-label: GitHub
- text: "实验室"
href: https://wanglabcsu.github.io/
page-footer:
left: "© 2026 王诗翔 - 中南大学 · 生物医学信息系"
center:
- text: "WangLabCSU"
href: https://github.com/WangLabCSU
right:
- text: 许可证
href: license.qmd
format:
html:
theme:
light: [cosmo, styles/custom.scss]
dark: [darkly, styles/custom-dark.scss]
css: styles/styles.css
toc: true
code-copy: true
execute:
freeze: false
echo: true
lang: zh