Skip to content
Merged
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
3 changes: 2 additions & 1 deletion news/changelog-1.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ All changes included in 1.9:

- ([#13524](https://github.com/quarto-dev/quarto-cli/issues/13524)): Add support for Plausible Analytics via `plausible-analytics` configuration option. Users can either paste their Plausible script snippet directly in YAML or provide a path to a file containing the snippet using `plausible-analytics: { path: _plausible_snippet.html }`.
- ([#13525](https://github.com/quarto-dev/quarto-cli/issues/13525)): Algolia Insights now uses privacy-friendly defaults: `useCookie: false` with random session tokens when cookie consent is not configured. When `cookie-consent: true` is enabled, Algolia scripts are deferred and only use cookies after user grants "tracking" consent, ensuring GDPR compliance.
- ([#13547](https://github.com/quarto-dev/quarto-cli/issues/13547))`cookie-content: { type: express }` is now the default. Previously it was `type: implied`. It now means this will block cookies until the user expressly agrees to allow them (or continue blocking them if the user doesn’t agree).
- ([#13547](https://github.com/quarto-dev/quarto-cli/issues/13547))`cookie-content: { type: express }` is now the default. Previously it was `type: implied`. It now means this will block cookies until the user expressly agrees to allow them (or continue blocking them if the user doesn't agree).
- ([#13570](https://github.com/quarto-dev/quarto-cli/pull/13570)): Replace Twitter with Bluesky in default blog template and documentation examples. New blog projects now include Bluesky social links instead of Twitter.

## `publish`

Expand Down
2 changes: 1 addition & 1 deletion src/project/types/website/website.ts
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ function websiteTemplate(
title: "About",
content: "About this blog",
yaml:
`image: profile.jpg\nabout:\n template: jolla\n links:\n - icon: twitter\n text: Twitter\n href: https://twitter.com\n - icon: linkedin\n text: LinkedIn\n href: https://linkedin.com\n - icon: github\n text: Github\n href: https://github.com\n`,
`image: profile.jpg\nabout:\n template: jolla\n links:\n - icon: bluesky\n text: Bluesky\n href: https://bsky.app/\n - icon: linkedin\n text: LinkedIn\n href: https://linkedin.com\n - icon: github\n text: Github\n href: https://github.com\n`,
supporting: [
join(resourceDir, "templates", "blog", "profile.jpg"),
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ website:
- about<%= ext %>
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com
- icon: bluesky
href: https://bsky.app/
format:
html:
theme:
Expand Down
4 changes: 2 additions & 2 deletions src/resources/schema/definitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@
icon:
string:
description:
short: Name of bootstrap icon (e.g. `github`, `twitter`, `share`)
short: Name of bootstrap icon (e.g. `github`, `bluesky`, `share`)
long: |
Name of bootstrap icon (e.g. `github`, `twitter`, `share`)
Name of bootstrap icon (e.g. `github`, `bluesky`, `share`)
See <https://icons.getbootstrap.com/> for a list of available icons
id:
# "core identification"
Expand Down
7 changes: 2 additions & 5 deletions tests/docs/blog-grid/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ website:
- about.qmd
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com
- icon: bluesky
href: https://bsky.app/
format:
html:
theme: cosmo
css: styles.css



6 changes: 3 additions & 3 deletions tests/docs/blog-grid/about.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ image: profile.jpg
about:
template: jolla
links:
- icon: twitter
text: Twitter
href: https://twitter.com
- icon: bluesky
text: Bluesky
href: https://bsky.app
- icon: linkedin
text: LinkedIn
href: https://linkedin.com
Expand Down
5 changes: 2 additions & 3 deletions tests/docs/blog/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ website:
- about.qmd
- icon: github
href: https://www.github.com/
- icon: twitter
href: https://www.twitter.com
- icon: bluesky
href: https://bsky.app/
format:
html:
theme: cosmo
css: styles.css

editor: visual

6 changes: 3 additions & 3 deletions tests/docs/blog/about.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ about:
template: jolla
image: profile.jpg
links:
- icon: twitter
text: Twitter
href: https://www.twitter.com
- icon: bluesky
text: Bluesky
href: https://bsky.app
- icon: linkedin
text: LinkedIn
href: https://www.linkedin.com
Expand Down
4 changes: 2 additions & 2 deletions tests/docs/extensions/project/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ website:
- about.qmd
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com
- icon: bluesky
href: https://bsky.app/
format:
html:
theme: cosmo
Expand Down
6 changes: 3 additions & 3 deletions tests/docs/extensions/project/about.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ image: profile.jpg
about:
template: jolla
links:
- icon: twitter
text: Twitter
href: https://twitter.com
- icon: bluesky
text: Bluesky
href: https://bsky.app
- icon: linkedin
text: LinkedIn
href: https://linkedin.com
Expand Down
6 changes: 3 additions & 3 deletions tests/docs/smoke-all/2024/04/17/9356/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ website:
- about.qmd
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com
- icon: bluesky
href: https://bsky.app
sidebar:
logo: "https://quarto.org/quarto.png"
format:
html:
theme: cosmo
css: styles.css
css: styles.css
7 changes: 2 additions & 5 deletions tests/docs/smoke-all/2024/10/23/issue-10829/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ website:
- about.qmd
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com
- icon: bluesky
href: https://bsky.app
format:
html:
theme: cosmo
css: styles.css



6 changes: 3 additions & 3 deletions tests/docs/smoke-all/2024/10/23/issue-10829/about.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ image: profile.jpg
about:
template: jolla
links:
- icon: twitter
text: Twitter
href: https://twitter.com
- icon: bluesky
text: Bluesky
href: https://bsky.app
- icon: linkedin
text: LinkedIn
href: https://linkedin.com
Expand Down
4 changes: 2 additions & 2 deletions tests/docs/smoke-all/2024/10/28/issue-5625/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ website:
right:
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com
- icon: bluesky
href: https://bsky.app

format:
html:
Expand Down
7 changes: 2 additions & 5 deletions tests/docs/smoke-all/2024/12/03/issue-11580/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ website:
- about.qmd
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com
- icon: bluesky
href: https://bsky.app
format:
html:
theme:
- cosmo
- brand
css: styles.css



6 changes: 3 additions & 3 deletions tests/docs/smoke-all/2024/12/03/issue-11580/about.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ image: profile.jpg
about:
template: jolla
links:
- icon: twitter
text: Twitter
href: https://twitter.com
- icon: bluesky
text: Bluesky
href: https://bsky.app
- icon: linkedin
text: LinkedIn
href: https://linkedin.com
Expand Down
13 changes: 5 additions & 8 deletions tests/docs/websites/drafts/drafts-default/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,18 @@ website:
- posts/draft-post/index.qmd
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com
- icon: bluesky
href: https://bsky.app
sidebar:
contents: posts
page-footer:
left:
left:
- posts/draft-post/index.qmd
drafts:
- posts/draft-post/index.qmd
- posts/draft-post/index.qmd
site-url: https://www.charlesteague.com

format:
html:
theme: cosmo
css: styles.css



6 changes: 3 additions & 3 deletions tests/docs/websites/drafts/drafts-default/about.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ image: profile.jpg
about:
template: jolla
links:
- icon: twitter
text: Twitter
href: https://twitter.com
- icon: bluesky
text: Bluesky
href: https://bsky.app
- icon: linkedin
text: LinkedIn
href: https://linkedin.com
Expand Down
13 changes: 5 additions & 8 deletions tests/docs/websites/drafts/drafts-env/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,19 @@ website:
- posts/draft-post/index.qmd
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com
- icon: bluesky
href: https://bsky.app
sidebar:
contents: posts
page-footer:
left:
left:
- posts/draft-post/index.qmd
draft-mode: gone
drafts:
- posts/draft-post/index.qmd
site-url: https://www.charlesteague.com
- posts/draft-post/index.qmd
site-url: https://www.charlesteague.com

format:
html:
theme: cosmo
css: styles.css



6 changes: 3 additions & 3 deletions tests/docs/websites/drafts/drafts-env/about.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ image: profile.jpg
about:
template: jolla
links:
- icon: twitter
text: Twitter
href: https://twitter.com
- icon: bluesky
text: Bluesky
href: https://bsky.app
- icon: linkedin
text: LinkedIn
href: https://linkedin.com
Expand Down
13 changes: 5 additions & 8 deletions tests/docs/websites/drafts/drafts-gone/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,19 @@ website:
- posts/draft-post/index.qmd
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com
- icon: bluesky
href: https://bsky.app
sidebar:
contents: posts
page-footer:
left:
left:
- posts/draft-post/index.qmd
draft-mode: gone
drafts:
- posts/draft-post/index.qmd
site-url: https://www.charlesteague.com
- posts/draft-post/index.qmd
site-url: https://www.charlesteague.com

format:
html:
theme: cosmo
css: styles.css



6 changes: 3 additions & 3 deletions tests/docs/websites/drafts/drafts-gone/about.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ image: profile.jpg
about:
template: jolla
links:
- icon: twitter
text: Twitter
href: https://twitter.com
- icon: bluesky
text: Bluesky
href: https://bsky.app
- icon: linkedin
text: LinkedIn
href: https://linkedin.com
Expand Down
11 changes: 5 additions & 6 deletions tests/docs/websites/drafts/drafts-preprocessor/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,20 @@ website:
- posts/draft-post/index.qmd
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com
- icon: bluesky
href: https://bsky.app
sidebar:
contents: posts
page-footer:
left:
left:
- posts/draft-post/index.qmd
site-url: https://www.charlesteague.com
site-url: https://www.charlesteague.com
draft-mode: gone

format:
html:
theme: cosmo
css: styles.css

metadata-files:
metadata-files:
- _drafts.yml

6 changes: 3 additions & 3 deletions tests/docs/websites/drafts/drafts-preprocessor/about.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ image: profile.jpg
about:
template: jolla
links:
- icon: twitter
text: Twitter
href: https://twitter.com
- icon: bluesky
text: Bluesky
href: https://bsky.app
- icon: linkedin
text: LinkedIn
href: https://linkedin.com
Expand Down
9 changes: 3 additions & 6 deletions tests/docs/websites/drafts/drafts-visible/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ website:
- posts/draft-post/index.qmd
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com
- icon: bluesky
href: https://bsky.app
sidebar:
contents: posts
page-footer:
left:
left:
- posts/draft-post/index.qmd
draft-mode: visible
drafts:
Expand All @@ -25,6 +25,3 @@ format:
html:
theme: cosmo
css: styles.css



Loading
Loading