-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
44 lines (40 loc) · 928 Bytes
/
_quarto.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
project:
type: website
theme:
dark: _assets/darkly.scss
light: _assets/flatly.scss
# jupyter: julia-1.10
website:
title: "likan.org"
favicon: _assets/logo.png
repo-url: https://github.com/likanzhan/likan.org
repo-actions: [edit, issue]
navbar:
background: "light"
left:
- file: content/en/about-en.md
text: About
- file: content/en/cv-en.md
text: CV
- file: content/zh/about-zh.md
text: 关于
- file: content/zh/cv-zh.md
text: 简历
- url: http://sapere-aude.group
text: 小组
page-footer:
left: "Copyright 2024 - , Likan Zhan"
right:
- icon: github
href: https://github.com/likanzhan
format:
pdf:
documentclass: ctexbook
toc: false
classoption:
- UTF8
papersize: a4
linestretch: 1
include-in-header:
- text: |
\usepackage{../../_assets/CV-LaTeX-Preamble}