Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rostools/r3-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Feb 26, 2024
2 parents 86babce + d7b5ccc commit 87a847f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ group:
- source: _extensions/r3-theme/
dest: _extensions/rostools/r3-theme/
repos: |
rostools/coding-club
rostools/r-cubed
rostools/r-cubed-advanced
rostools/r-cubed-intermediate
rostools/r-cubed-intro
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It also has an associated GitHub Action to use:
``` r
usethis::use_github_action(
"build-website",
url = "https://github.com/rostools/r3-theme/blob/main/.github/workflows/build-website.yml"
url = "https://raw.githubusercontent.com/quarto-dev/quarto-actions/main/examples/quarto-publish-example.yml"
)
```

Expand Down
10 changes: 6 additions & 4 deletions _extensions/r3-theme/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
title: r3-theme
author: Luke W. Johnston
version: 1.0.3
quarto-required: ">=1.2.0"
version: 1.0.5
quarto-required: ">=1.3.0"
contributes:
format:
html:
highlight-style: a11y
code-line-numbers: true
df-print: tibble
code-overflow: scroll
from: markdown+emoji
Expand Down Expand Up @@ -38,17 +40,17 @@ contributes:
type: overlay

execute:
freeze: auto
warning: false

csl: vancouver.csl

callout-appearance: minimal
reference-location: margin
crossref:
chapters: true

knitr:
opts_chunk:
class-output: sourceCode
comment: "#>"
fig-dpi: 72
fig-width: 5.5
Expand Down
2 changes: 1 addition & 1 deletion _extensions/r3-theme/custom-site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $code-block-border-left: "grey60" !default;

svg {
display: block;
max-width: 100%;
max-width: 100% !important;
margin: 0 auto;
height: auto !important;
width: auto !important;
Expand Down

0 comments on commit 87a847f

Please sign in to comment.