Skip to content

Commit 6eac546

Browse files
authored
style: 💄 add rostools-theme Quarto extension (#5)
# Description Adds the `rostools-theme` to the repo.
1 parent f0d089b commit 6eac546

21 files changed

+8696
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
meta:
2+
name:
3+
full: rostools
4+
link:
5+
github: https://github.com/rostools
6+
7+
typography:
8+
fonts:
9+
- family: quattrocento sans
10+
source: "bunny"
11+
- family: outfit
12+
source: "bunny"
13+
- family: source code pro
14+
source: "bunny"
15+
base:
16+
family: quattrocento sans
17+
size: 18px
18+
headings:
19+
family: outfit
20+
weight: 400
21+
monospace: source code pro
22+
23+
defaults:
24+
bootstrap:
25+
defaults:
26+
mermaid-edge-color: "gray"
27+
rules: |
28+
.slide-deck {
29+
border: 3px solid #203C6E;
30+
width: 100%;
31+
height: 425px;
32+
}
33+
kbd {
34+
padding: .15rem .15rem;
35+
}
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
title: rostools-theme
2+
author: Luke W. Johnston
3+
version: 1.3.1
4+
quarto-required: ">=1.5.0"
5+
contributes:
6+
shortcodes:
7+
- text-snippet.lua
8+
format:
9+
common:
10+
shortcodes:
11+
- quarto-ext/fontawesome
12+
html:
13+
highlight-style: a11y
14+
fig-align: center
15+
df-print: tibble
16+
code-link: true
17+
code-overflow: scroll
18+
from: markdown+emoji
19+
theme:
20+
- brand
21+
- yeti
22+
23+
revealjs:
24+
embed-resources: true
25+
from: markdown+emoji
26+
theme:
27+
- simple
28+
- custom-slides.scss
29+
menu: true
30+
progress: true
31+
logo: favicon.ico
32+
33+
project:
34+
project:
35+
type: book
36+
execute: project
37+
38+
book:
39+
navbar:
40+
logo: "favicon-white.ico"
41+
logo-alt: "Graphic of a capital R with a 3 as a superscript."
42+
pinned: true
43+
search:
44+
location: navbar
45+
type: textbox
46+
favicon: "favicon.ico"
47+
repo-branch: main
48+
repo-actions: [edit, issue, source]
49+
50+
csl: vancouver.csl
51+
52+
reference-location: margin
53+
citation-location: margin
54+
crossref:
55+
chapters: true
56+
57+
knitr:
58+
opts_chunk:
59+
R.options:
60+
width: 72
61+
62+
brand: _brand.yml
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
title: Font Awesome support
2+
author: Carlos Scheidegger
3+
version: 1.2.0
4+
quarto-required: ">=1.2.269"
5+
contributes:
6+
shortcodes:
7+
- fontawesome.lua

0 commit comments

Comments
 (0)