Skip to content

Commit 484baab

Browse files
authored
Merge pull request #13570 from quarto-dev/twitter-to-bluesky
2 parents 621af26 + 28d535a commit 484baab

File tree

28 files changed

+81
-107
lines changed

28 files changed

+81
-107
lines changed

news/changelog-1.9.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ All changes included in 1.9:
3636

3737
- ([#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 }`.
3838
- ([#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.
39-
- ([#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).
39+
- ([#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).
40+
- ([#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.
4041

4142
## `publish`
4243

src/project/types/website/website.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ function websiteTemplate(
503503
title: "About",
504504
content: "About this blog",
505505
yaml:
506-
`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`,
506+
`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`,
507507
supporting: [
508508
join(resourceDir, "templates", "blog", "profile.jpg"),
509509
],

src/resources/projects/website/templates/blog/_quarto-blog.ejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ website:
1010
- about<%= ext %>
1111
- icon: github
1212
href: https://github.com/
13-
- icon: twitter
14-
href: https://twitter.com
13+
- icon: bluesky
14+
href: https://bsky.app/
1515
format:
1616
html:
1717
theme:

src/resources/schema/definitions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@
123123
icon:
124124
string:
125125
description:
126-
short: Name of bootstrap icon (e.g. `github`, `twitter`, `share`)
126+
short: Name of bootstrap icon (e.g. `github`, `bluesky`, `share`)
127127
long: |
128-
Name of bootstrap icon (e.g. `github`, `twitter`, `share`)
128+
Name of bootstrap icon (e.g. `github`, `bluesky`, `share`)
129129
See <https://icons.getbootstrap.com/> for a list of available icons
130130
id:
131131
# "core identification"

tests/docs/blog-grid/_quarto.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@ website:
88
- about.qmd
99
- icon: github
1010
href: https://github.com/
11-
- icon: twitter
12-
href: https://twitter.com
11+
- icon: bluesky
12+
href: https://bsky.app/
1313
format:
1414
html:
1515
theme: cosmo
1616
css: styles.css
17-
18-
19-

tests/docs/blog-grid/about.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ image: profile.jpg
44
about:
55
template: jolla
66
links:
7-
- icon: twitter
8-
text: Twitter
9-
href: https://twitter.com
7+
- icon: bluesky
8+
text: Bluesky
9+
href: https://bsky.app
1010
- icon: linkedin
1111
text: LinkedIn
1212
href: https://linkedin.com

tests/docs/blog/_quarto.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ website:
1010
- about.qmd
1111
- icon: github
1212
href: https://www.github.com/
13-
- icon: twitter
14-
href: https://www.twitter.com
13+
- icon: bluesky
14+
href: https://bsky.app/
1515
format:
1616
html:
1717
theme: cosmo
1818
css: styles.css
1919

2020
editor: visual
21-

tests/docs/blog/about.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ about:
44
template: jolla
55
image: profile.jpg
66
links:
7-
- icon: twitter
8-
text: Twitter
9-
href: https://www.twitter.com
7+
- icon: bluesky
8+
text: Bluesky
9+
href: https://bsky.app
1010
- icon: linkedin
1111
text: LinkedIn
1212
href: https://www.linkedin.com

tests/docs/extensions/project/_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ website:
88
- about.qmd
99
- icon: github
1010
href: https://github.com/
11-
- icon: twitter
12-
href: https://twitter.com
11+
- icon: bluesky
12+
href: https://bsky.app/
1313
format:
1414
html:
1515
theme: cosmo

tests/docs/extensions/project/about.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ image: profile.jpg
44
about:
55
template: jolla
66
links:
7-
- icon: twitter
8-
text: Twitter
9-
href: https://twitter.com
7+
- icon: bluesky
8+
text: Bluesky
9+
href: https://bsky.app
1010
- icon: linkedin
1111
text: LinkedIn
1212
href: https://linkedin.com

0 commit comments

Comments
 (0)