Skip to content

Commit

Permalink
Update deps, use new blog plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Feb 20, 2024
1 parent ac72e15 commit b0cc99a
Show file tree
Hide file tree
Showing 6 changed files with 453 additions and 19 deletions.
22 changes: 11 additions & 11 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,10 @@ export default defineConfig({
service: squooshImageService()
},
integrations: [
blog({
authors: {
alex: {
name: 'Alex Kontos',
title: 'Founder',
picture: '/alex.jpg',
url: 'https://www.linkedin.com/in/alex-kontos'
}
}
}),
starlight({
components: {
Head: '~/components/Head.astro',
Header: '~/components/Header.astro',
MarkdownContent: 'starlight-blog/overrides/MarkdownContent.astro',
PageFrame: '~/components/CustomPageFrame.astro',
Pagination: '~/components/Pagination.astro',
Sidebar: '~/components/Sidebar.astro'
Expand All @@ -50,6 +39,17 @@ export default defineConfig({
mastodon: 'https://mastodon.social/@Waterfox',
twitter: 'https://twitter.com/Waterfoxproject'
},
plugins: [blog({
authors: {
alex: {
name: 'Alex Kontos',
title: 'Founder',
picture: '/alex.jpg',
url: 'https://www.linkedin.com/in/alex-kontos'
}
}
}),
],
sidebar: [
{
label: 'Docs',
Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"deps:update": "bunx npm-check-updates --interactive --format group"
},
"dependencies": {
"@astrojs/starlight": "^0.18.1",
"@astrojs/starlight": "^0.19.0",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/svelte": "^5.0.3",
"@astrojs/tailwind": "^5.1.0",
Expand All @@ -25,10 +25,10 @@
"clipboard": "^2.0.11",
"get-os-name": "^1.0.3",
"lodash": "^4.17.21",
"sass": "^1.70.0",
"sass": "^1.71.0",
"sharp": "^0.33.2",
"starlight-blog": "^0.4.0",
"svelte": "^4.2.10",
"starlight-blog": "^0.5.0",
"svelte": "^4.2.11",
"svelte-select": "^5.8.3",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
Expand Down
Loading

0 comments on commit b0cc99a

Please sign in to comment.