-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
64 lines (58 loc) · 1.13 KB
/
_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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
project:
type: website
title: "Logical Analysis of Language"
execute-dir: project
output-dir: docs
render:
- index.qmd
- about.qmd
- week1.qmd
- week2.qmd
- week3.qmd
- week4.qmd
- week5.qmd
- week6.qmd
- week9.qmd
- week12.qmd
- week14.qmd
# - week*.qmd
website:
title: "語言的邏輯分析"
site-url: https://lopentu.github.io/lal/
repo-url: https://github.com/lopentu
repo-actions: [issue]
navbar:
background: primary
left:
- href: index.qmd
text: 首頁
- href: about.qmd
text: 關於
right:
- icon: github
href: https://github.com/lopentu
sidebar:
style: "docked"
search: true
contents:
- index.qmd
- week1.qmd
- week2.qmd
- week3.qmd
- week4.qmd
- week5.qmd
- week6.qmd
- week10.qmd
- week12.qmd
- week14.qmd
page-navigation: true
format:
html:
theme: cosmo
css: [styles.css,q-theme.scss]
toc: true
callout-appearance: simple
date: today
date-format: iso
from: markdown+emoji
jupyter: python3