From 1559c73f0c99592b3ad28748c9463b513c8e6cd2 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Thu, 16 Oct 2025 18:17:10 +0200 Subject: [PATCH 1/2] move from twitter to bluesky in examples --- docs/reference/projects/_websites.md | 6 +++--- docs/websites/_footer.md | 4 ++-- docs/websites/website-about.qmd | 12 ++++++------ docs/websites/website-blog.qmd | 6 +++--- docs/websites/website-navigation.qmd | 14 +++++++------- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/reference/projects/_websites.md b/docs/reference/projects/_websites.md index 5f380328e8..b093378c7f 100644 --- a/docs/reference/projects/_websites.md +++ b/docs/reference/projects/_websites.md @@ -273,9 +273,9 @@ about: template: jolla image: profile.jpg links: - - icon: twitter - text: twitter - href: https://twitter.com + - icon: bluesky + text: Bluesky + href: https://bsky.app --- ``` diff --git a/docs/websites/_footer.md b/docs/websites/_footer.md index 4080be2e9d..16f9205ea9 100644 --- a/docs/websites/_footer.md +++ b/docs/websites/_footer.md @@ -16,8 +16,8 @@ You can alternatively target the `left`, `right`, and `center` regions of the fo right: - icon: github href: https://github.com/ - - icon: twitter - href: https://twitter.com/ + - icon: bluesky + href: https://bsky.app/ ``` Note for the `right` region of the footer we included navigational items for GitHub and Twitter rather than text. You can include navigational items in any region of the footer. diff --git a/docs/websites/website-about.qmd b/docs/websites/website-about.qmd index 1a5679eaf5..34c72b4310 100644 --- a/docs/websites/website-about.qmd +++ b/docs/websites/website-about.qmd @@ -15,9 +15,9 @@ about: template: jolla image: profile.jpg links: - - icon: twitter - text: twitter - href: https://twitter.com + - icon: bluesky + text: Bluesky + href: https://bsky.app - icon: github text: Github href: https://github.com @@ -139,9 +139,9 @@ about: template: jolla image: profile.jpg links: - - icon: twitter - text: twitter - href: https://twitter.com + - icon: bluesky + text: Bluesky + href: https://bsky.app - icon: github text: Github href: https://github.com diff --git a/docs/websites/website-blog.qmd b/docs/websites/website-blog.qmd index af8327d4fd..2721395b88 100644 --- a/docs/websites/website-blog.qmd +++ b/docs/websites/website-blog.qmd @@ -176,9 +176,9 @@ image: profile.jpg about: template: jolla links: - - icon: twitter - text: Twitter - href: https://twitter.com + - icon: bluesky + text: Bluesky + href: https://bsky.app # (additional links excluded for brevity) --- diff --git a/docs/websites/website-navigation.qmd b/docs/websites/website-navigation.qmd index 1a099a3980..3f7a65513b 100644 --- a/docs/websites/website-navigation.qmd +++ b/docs/websites/website-navigation.qmd @@ -61,7 +61,7 @@ Here are all of the options available for top navigation: | `background` | Background color ("primary", "secondary", "success", "danger", "warning", "info", "light", "dark", or hex color). | | `foreground` | Foreground color ("primary", "secondary", "success", "danger", "warning", "info", "light", "dark", or hex color). The foreground color will be used to color navigation elements, text and links that appear in the navbar. | | `search` | Include a search box (true or false). | -| `tools` | List of navbar tools (e.g., link to github or twitter, etc.). See [Navbar Tools](#navbar-tools) for details. | +| `tools` | List of navbar tools (e.g., link to github or bluesky, etc.). See [Navbar Tools](#navbar-tools) for details. | | `left` / `right` | Lists of navigation items for left and right side of navbar. | | `pinned` | Always show the navbar (true or false). Defaults to false, and uses [headroom.js](https://wicky.nillia.ms/headroom.js/) to automatically show the navbar when the user scrolls up on the page. | | `collapse` | Collapse the navbar items into a hamburger menu when the display gets narrow (defaults to true). | @@ -76,7 +76,7 @@ Here are the options available for individual navigation items: |--------------|----------------------------------------------------------------------------------------------------------------------------------------------| | `href` | Link to file contained with the project or external URL. | | `text` | Text to display for navigation item (defaults to the document `title` if not provided). | -| `icon` | Name of one of the standard [Bootstrap 5 icons](https://icons.getbootstrap.com/) (e.g., "github", "twitter", "share", etc.). | +| `icon` | Name of one of the standard [Bootstrap 5 icons](https://icons.getbootstrap.com/) (e.g., "github", "bluesky", "share", etc.). | | `aria-label` | [Accessible label](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label) for the navigation item. | | `rel` | Value for [rel](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel) attribute. Multiple space-separated values are permitted. | | `target` | Value for [target](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target) attribute. E.g., `_blank` to open in a new tab. | @@ -99,8 +99,8 @@ For example: website: navbar: tools: - - icon: twitter - href: https://twitter.com + - icon: bluesky + href: https://bsky.app - icon: github menu: - text: Source Code @@ -168,7 +168,7 @@ Here are all of the options available for side navigation: | `logo-alt` | Alternate text for the logo image. | | `logo-href` | Target href from sidebar logo. By default, the logo and title link to the root page of the site (`/index.html`). | | `search` | Include a search box (true or false). Note that if there is already a search box on the top navigation bar it won't be displayed on the sidebar. | -| `tools` | List of sidebar tools (e.g., link to github or twitter, etc.). See the next section for details. | +| `tools` | List of sidebar tools (e.g., link to github or bluesky, etc.). See the next section for details. | | `contents` | List of navigation items to display (typically top level items will in turn have a list of sub-items). | | `style` | "docked" or "floating". | | `type` | "dark" or "light" (hint to make sure the text color is the inverse of the background). | @@ -263,8 +263,8 @@ For example: website: sidebar: tools: - - icon: twitter - href: https://twitter.com + - icon: bluesky + href: https://bsky.app - icon: github menu: - text: Source Code From 92e5a8114b5d49b1ad875ba460f9106158feca5c Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Tue, 21 Oct 2025 14:25:43 +0200 Subject: [PATCH 2/2] Forgot one mentioned to Twitter Thanks @cwickham ! Co-authored-by: Charlotte Wickham --- docs/websites/_footer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/websites/_footer.md b/docs/websites/_footer.md index 16f9205ea9..517321a3a8 100644 --- a/docs/websites/_footer.md +++ b/docs/websites/_footer.md @@ -20,7 +20,7 @@ You can alternatively target the `left`, `right`, and `center` regions of the fo href: https://bsky.app/ ``` -Note for the `right` region of the footer we included navigational items for GitHub and Twitter rather than text. You can include navigational items in any region of the footer. +Note for the `right` region of the footer we included navigational items for GitHub and Bluesky rather than text. You can include navigational items in any region of the footer. You can use the `background`, `foreground`, and `border` options to further control the appearance of the footer. By default, the footer has no background color and a top border. To eliminate the border you would do this: