Skip to content

Commit 3ecece8

Browse files
committed
Update dependencies, replace outdated URLs
1 parent 594f62a commit 3ecece8

File tree

5 files changed

+21
-2516
lines changed

5 files changed

+21
-2516
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build website
2626
run: npm run build
2727
- name: Fix Mastodon verfication
28-
run: sed -i 's|<a href="https://mastodon.social/@anandbose_dev" target="_blank" rel="noopener noreferrer"|<a href="https://mastodon.social/@anandbose_dev" target="_blank" rel="noopener noreferrer me"|g' ./build/index.html
28+
run: sed -i 's|<a href="https://mastodon.online/@anandbose" target="_blank" rel="noopener noreferrer"|<a href="https://mastodon.online/@anandbose" target="_blank" rel="noopener noreferrer me"|g' ./build/index.html
2929

3030
- name: Upload Build Artifact
3131
uses: actions/upload-pages-artifact@v3

blog/authors.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
anandbose-dev:
1+
anand-bose:
22
name: Anand Bose
33
title: SDE Java, Kotlin, Spring Boot, Jetpack Compose
4-
url: https://linkedin.com/in/anandbose-dev
5-
image_url: https://github.com/anandbose-dev.png
4+
url: https://linkedin.com/in/anand-bose
5+
image_url: https://github.com/anand-bose.png
66
page: true
77
socials:
8-
x: anandbose_dev
9-
linkedin: anandbose-dev
10-
github: anandbose-dev
8+
x: anand_codes
9+
linkedin: anand-bose
10+
github: anand-bose

docusaurus.config.ts

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const config: Config = {
2222

2323
// GitHub pages deployment config.
2424
// If you aren't using GitHub pages, you don't need these.
25-
organizationName: 'anandbose-dev', // Usually your GitHub org/user name.
26-
projectName: 'anandbose-dev.github.io', // Usually your repo name.
25+
organizationName: 'anand-bose', // Usually your GitHub org/user name.
26+
projectName: 'anand-bose.github.io', // Usually your repo name.
2727

2828
onBrokenLinks: 'throw',
2929
onBrokenMarkdownLinks: 'warn',
@@ -87,7 +87,7 @@ const config: Config = {
8787
// },
8888
{to: '/blog', label: 'Blog', position: 'left'},
8989
{
90-
href: 'https://github.com/anandbose-dev',
90+
href: 'https://github.com/anand-bose',
9191
label: 'GitHub',
9292
position: 'right',
9393
},
@@ -105,11 +105,11 @@ const config: Config = {
105105
},
106106
{
107107
label: 'GitHub',
108-
href: 'https://github.com/anandbose-dev',
108+
href: 'https://github.com/anand-bose',
109109
},
110110
{
111111
label: 'Medium',
112-
href: 'https://medium.com/@anandbose-dev',
112+
href: 'https://medium.com/@anandbose',
113113
},
114114
],
115115
},
@@ -135,30 +135,21 @@ const config: Config = {
135135
//},
136136
{
137137
label: 'X',
138-
href: 'https://x.com/anandbose_dev',
138+
href: 'https://x.com/anand_codes',
139139
},
140140
{
141141
label: 'LinkedIn',
142-
href: 'https://linkedin.com/in/anandbose-dev',
142+
href: 'https://linkedin.com/in/anand-bose',
143143
},
144144
{
145145
label: 'Bluesky',
146146
href: 'https://bsky.app/profile/anandbose.dev',
147147
},
148148
{
149149
label: 'Mastodon',
150-
href: 'https://mastodon.social/@anandbose_dev'
150+
href: 'https://mastodon.online/@anandbose'
151151
}
152152
],
153-
},
154-
{
155-
title: 'Photos',
156-
items: [
157-
{
158-
label: 'Instagram',
159-
href: 'https://instagram.com/anandbose.dev',
160-
},
161-
]
162153
}
163154
],
164155
copyright: `Copyright © ${new Date().getFullYear()} Anand Bose. Built with Docusaurus.`,

0 commit comments

Comments
 (0)