Skip to content

Commit 2e86483

Browse files
authored
Add redirects for migrating our blog to https://opensource.posit.co/blog/ (#345)
* Add redirects for migrating our blog to https://opensource.posit.co/blog/ * One more redirect * Let's try ripping this whole thing out * Use correct link for new blog location
1 parent d3c1bf4 commit 2e86483

27 files changed

Lines changed: 20 additions & 871 deletions

File tree

_quarto-positron.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,16 @@ website:
4848
href: troubleshooting.qmd
4949
- text: "About"
5050
href: about.qmd
51-
- text: "Blog"
52-
href: blog/index.qmd
5351
- text: "Resources"
5452
menu:
5553
- text: "Sign up for updates"
5654
href: https://posit.co/positron-updates-signup/
5755
target: _blank
5856
icon: envelope
57+
- text: "Positron at Posit Open Source"
58+
icon: code-slash
59+
href: https://opensource.posit.co/blog/q/positron/
60+
target: _blank
5961
- text: "Company Blog Posts"
6062
icon: box-arrow-up-right
6163
href: https://posit.co/blog/?post_tag=positron
@@ -71,9 +73,6 @@ website:
7173
- icon: github
7274
aria-label: 'Link to Positron Github Repository'
7375
href: https://github.com/posit-dev/positron
74-
- icon: rss
75-
href: https://positron.posit.co/blog/index.xml
76-
aria-label: Positron Blog RSS
7776
- text: '<span id="custom-ask-ai-button">Ask AI ✨</span>'
7877
href: "javascript:void(0);"
7978

_quarto-workbench.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ project:
1010
- "!dev-containers.qmd"
1111
- "!add-to-path.qmd"
1212
- "!education.qmd"
13-
- "!blog/**"
1413
resources:
1514
- _redirects
1615
- "!videos/**"
@@ -59,6 +58,14 @@ website:
5958
href: about.qmd
6059
- text: "Resources"
6160
menu:
61+
- text: "Sign up for updates"
62+
href: https://posit.co/positron-updates-signup/
63+
target: _blank
64+
icon: envelope
65+
- text: "Positron at Posit Open Source"
66+
icon: code-slash
67+
href: https://opensource.posit.co/blog/q/positron/
68+
target: _blank
6269
- text: "Company Blog Posts"
6370
icon: box-arrow-up-right
6471
href: https://posit.co/blog/?post_tag=positron

_redirects

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@
55
# Prefix redirect links with /redirect/ to avoid conflicts with actual content paths.
66
# /redirect/<redirect-name> <destination-url>
77
/redirect/aws-bedrock-iam-permissions https://docs.posit.co/ide/server-pro/admin/authenticating_users/aws_credentials.html#amazon-bedrock-permissions
8+
9+
# Moving blog over to https://opensource.posit.co/blog/
10+
/blog https://opensource.posit.co/blog/q/positron/
11+
/blog/posts/2026-03-05-outgrow-your-laptop/ https://opensource.posit.co/blog/2026-03-05_outgrow-your-laptop/
12+
/blog/posts/2026-03-12-notebooks-march-announcement/ https://opensource.posit.co/blog/2026-03-16_notebooks-march-announcement/
13+
/blog/posts/2026-03-31-python-type-checkers/ https://opensource.posit.co/blog/2026-03-31_python-type-checkers/
14+
/blog/posts/2026-04-03-positron-server-jupyterhub/ https://opensource.posit.co/blog/2026-04-06_positron-server-jupyterhub/
15+
/blog/posts/2026-04-06-april-newsletter/ https://opensource.posit.co/blog/2026-04-07_april-newsletter/

blog/index.qmd

Lines changed: 0 additions & 15 deletions
This file was deleted.

blog/positron-blog-social.png

-52.4 KB
Binary file not shown.

blog/posts/2026-03-05-outgrow-your-laptop/index.qmd

Lines changed: 0 additions & 30 deletions
This file was deleted.

blog/posts/2026-03-12-notebooks-march-announcement/index.qmd

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)