Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: urlstechie/urlchecker-action@master
with:
file_types: .qmd
exclude_patterns: https://cdn.posit.co/positron/prereleases/,https://positron.posit.co/images/,https://github.com/posit-dev/positron/issues
exclude_patterns: https://cdn.posit.co/positron/prereleases/,https://positron.posit.co/images/,https://github.com/posit-dev/positron/issues,https://forms.gle/DRCf8wgbaafz5fcG8
6 changes: 6 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ website:
repo-url: https://github.com/posit-dev/positron-website
issue-url: https://github.com/posit-dev/positron/issues/
repo-actions: [edit, source, issue]
announcement:
icon: heart
dismissable: true
content: "Thank you for an incredible 2025! Share how Positron has helped you this year — [Tell your story](https://forms.gle/DRCf8wgbaafz5fcG8)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested wording to directly mention testimonial:

Suggested change
content: "Thank you for an incredible 2025! Share how Positron has helped you this year — [Tell your story](https://forms.gle/DRCf8wgbaafz5fcG8)"
content: "Thank you for an incredible 2025! Let us know how Positron has helped you this year: [share a testimonial](https://forms.gle/DRCf8wgbaafz5fcG8)"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps a bit more left/right padding for the banner? Maybe something like this in the css/theme.scss file?

#quarto-announcement {
  padding-left: 2em;
  padding-right: 2em;
}

type: primary
position: below-navbar

page-footer:
left:
Expand Down