-
Notifications
You must be signed in to change notification settings - Fork 0
/
_format.yml
109 lines (109 loc) · 2.68 KB
/
_format.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
format:
html:
callout-appearance: simple
code-link: true
code-line-numbers: true
toc: true
self-contained: false
toc-location: right
page-layout: article
grid:
body-width: 1150px
fig-responsive: true
anchor-sections: true
# highlight-style: atom-one
code-overflow: scroll
code-fold: true
code-copy: hover
code-summary: "`code`:"
code-tools:
source: repo
toggle: true
caption: none
html-math-method: katex
css:
- css/default.css
- css/callouts.css
# - css/profile.css
theme:
dark:
- css/common.scss
- css/dark.scss
- css/syntax-dark.scss
- css/callout-cards.scss
light:
- css/common.scss
- css/light.scss
- css/syntax-light.scss
- css/callout-cards.scss
smooth-scroll: false
citations-hover: true
footnotes-hover: true
header-includes: |
<link href="https://pvinis.github.io/iosevka-webfont/3.4.1/iosevka.css" rel="stylesheet" />
revealjs:
scrollable: true
output-file: "slides.html"
appearance:
appearparents: true
code-line-numbers: false
code-link: false
code-copy: false
# callout-appearance: simple
# syntax-definitions:
# - ./docs/python.xml
title-block-style: none
slide-number: c
title-slide-style: default
chalkboard:
buttons: false
auto-animate: true
reference-location: section
touch: true
pause: false
footnotes-hover: true
citations-hover: true
preview-links: true
controls-tutorial: true
controls: false
logo: "https://raw.githubusercontent.com/saforem2/llm-lunch-talk/main/docs/assets/anl.svg"
history: false
highlight-style: "atom-one"
css:
- css/default.css
- css/callouts.css
- css/code-callout.css
theme:
- css/common.scss
- css/dark.scss
- css/syntax-dark.scss
# - css/dark-reveal.scss
# - white
# - css/light.scss
# - css/dark-reveal.scss
# - css/syntax-light.scss
self-contained: false
embed-resources: false
self-contained-math: false
center: true
default-image-extension: svg
code-overflow: scroll
html-math-method: katex
fig-align: center
# mermaid:
# theme: dark
# revealjs-plugins:
# - RevealMenu
# menu:
# markers: true
# themes:
# - name: Dark
# theme: css/dark.scss
# highlightTheme: css/syntax-dark.scss
# - name: Light
# theme: css/light.scss
# highlightTheme: css/syntax-light.scss
# themesPath: './docs/css/'
# gfm:
# author: Sam Foreman
# output-file: "index.md"