Skip to content

Commit 1559c73

Browse files
committed
move from twitter to bluesky in examples
1 parent 3194116 commit 1559c73

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

docs/reference/projects/_websites.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ about:
273273
template: jolla
274274
image: profile.jpg
275275
links:
276-
- icon: twitter
277-
text: twitter
278-
href: https://twitter.com
276+
- icon: bluesky
277+
text: Bluesky
278+
href: https://bsky.app
279279
---
280280
```
281281

docs/websites/_footer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ You can alternatively target the `left`, `right`, and `center` regions of the fo
1616
right:
1717
- icon: github
1818
href: https://github.com/
19-
- icon: twitter
20-
href: https://twitter.com/
19+
- icon: bluesky
20+
href: https://bsky.app/
2121
```
2222

2323
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.

docs/websites/website-about.qmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ about:
1515
template: jolla
1616
image: profile.jpg
1717
links:
18-
- icon: twitter
19-
text: twitter
20-
href: https://twitter.com
18+
- icon: bluesky
19+
text: Bluesky
20+
href: https://bsky.app
2121
- icon: github
2222
text: Github
2323
href: https://github.com
@@ -139,9 +139,9 @@ about:
139139
template: jolla
140140
image: profile.jpg
141141
links:
142-
- icon: twitter
143-
text: twitter
144-
href: https://twitter.com
142+
- icon: bluesky
143+
text: Bluesky
144+
href: https://bsky.app
145145
- icon: github
146146
text: Github
147147
href: https://github.com

docs/websites/website-blog.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ image: profile.jpg
176176
about:
177177
template: jolla
178178
links:
179-
- icon: twitter
180-
text: Twitter
181-
href: https://twitter.com
179+
- icon: bluesky
180+
text: Bluesky
181+
href: https://bsky.app
182182
# (additional links excluded for brevity)
183183
---
184184

docs/websites/website-navigation.qmd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Here are all of the options available for top navigation:
6161
| `background` | Background color ("primary", "secondary", "success", "danger", "warning", "info", "light", "dark", or hex color). |
6262
| `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. |
6363
| `search` | Include a search box (true or false). |
64-
| `tools` | List of navbar tools (e.g., link to github or twitter, etc.). See [Navbar Tools](#navbar-tools) for details. |
64+
| `tools` | List of navbar tools (e.g., link to github or bluesky, etc.). See [Navbar Tools](#navbar-tools) for details. |
6565
| `left` / `right` | Lists of navigation items for left and right side of navbar. |
6666
| `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. |
6767
| `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:
7676
|--------------|----------------------------------------------------------------------------------------------------------------------------------------------|
7777
| `href` | Link to file contained with the project or external URL. |
7878
| `text` | Text to display for navigation item (defaults to the document `title` if not provided). |
79-
| `icon` | Name of one of the standard [Bootstrap 5 icons](https://icons.getbootstrap.com/) (e.g., "github", "twitter", "share", etc.). |
79+
| `icon` | Name of one of the standard [Bootstrap 5 icons](https://icons.getbootstrap.com/) (e.g., "github", "bluesky", "share", etc.). |
8080
| `aria-label` | [Accessible label](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label) for the navigation item. |
8181
| `rel` | Value for [rel](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel) attribute. Multiple space-separated values are permitted. |
8282
| `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:
9999
website:
100100
navbar:
101101
tools:
102-
- icon: twitter
103-
href: https://twitter.com
102+
- icon: bluesky
103+
href: https://bsky.app
104104
- icon: github
105105
menu:
106106
- text: Source Code
@@ -168,7 +168,7 @@ Here are all of the options available for side navigation:
168168
| `logo-alt` | Alternate text for the logo image. |
169169
| `logo-href` | Target href from sidebar logo. By default, the logo and title link to the root page of the site (`/index.html`). |
170170
| `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. |
171-
| `tools` | List of sidebar tools (e.g., link to github or twitter, etc.). See the next section for details. |
171+
| `tools` | List of sidebar tools (e.g., link to github or bluesky, etc.). See the next section for details. |
172172
| `contents` | List of navigation items to display (typically top level items will in turn have a list of sub-items). |
173173
| `style` | "docked" or "floating". |
174174
| `type` | "dark" or "light" (hint to make sure the text color is the inverse of the background). |
@@ -263,8 +263,8 @@ For example:
263263
website:
264264
sidebar:
265265
tools:
266-
- icon: twitter
267-
href: https://twitter.com
266+
- icon: bluesky
267+
href: https://bsky.app
268268
- icon: github
269269
menu:
270270
- text: Source Code

0 commit comments

Comments
 (0)