diff --git a/docs/reference/projects/_websites.md b/docs/reference/projects/_websites.md index 5f380328e..b093378c7 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 4080be2e9..16f9205ea 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 1a5679eaf..34c72b431 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 af8327d4f..2721395b8 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 1a099a398..3f7a65513 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