Skip to content

Commit

Permalink
feat: Enable repo-actions (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored Jul 15, 2024
1 parent 743b3ab commit 507b41e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
3 changes: 3 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ website:
image-height: 630
card-style: "summary_large_image"

repo-url: https://github.com/posit-dev/py-shiny-site
repo-actions: [issue, edit]

navbar:
background: primary
foreground: light
Expand Down
1 change: 1 addition & 0 deletions components/_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ filters:
- quarto
- line-highlight
- shinylive
repo-actions: false
1 change: 1 addition & 0 deletions gallery/_metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo-actions: false
1 change: 1 addition & 0 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ format:
smooth-scroll: true
css:
- index.css
repo-actions: false
---

::::{.column-screen .mx-auto .pt-0 .mt-0 .pt-xl-5 style="max-width: 1500px;"}
Expand Down
7 changes: 4 additions & 3 deletions layouts/_metadata.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sidebar: layouts
format:
html:
css:
css:
- /components/_partials/components.css
- _partials/layouts-list.css
toc: false
Expand All @@ -10,5 +10,6 @@ format:
filters:
- quarto
- line-highlight
- shinylive

- shinylive

repo-actions: false
7 changes: 4 additions & 3 deletions templates/_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ format:
html:
template: _partials/gallery-article.template
page-layout: article
css:
css:
- /components/_partials/components.css
- _partials/templates.css
toc: false
code-line-numbers: false
include-after-body: ../components/_partials/componentsjs.html
filters:
- shinylive

- shinylive

repo-actions: false

0 comments on commit 507b41e

Please sign in to comment.