Skip to content

Commit 1f73513

Browse files
committed
Clean up
1 parent b9a6fab commit 1f73513

5 files changed

Lines changed: 245 additions & 316 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout your repository using git
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v4
2525
# with:

astro.config.mjs renamed to astro.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ export default defineConfig({
2121
},
2222
site: 'https://hellotham.github.io',
2323
base: '/hello-astro/',
24+
image: {
25+
layout: 'constrained'
26+
},
2427
integrations: [
2528
icon(),
2629
sitemap(),
@@ -32,7 +35,6 @@ export default defineConfig({
3235
mermaid()
3336
],
3437
markdown: {
35-
extendDefaultPlugins: true,
3638
remarkPlugins: [remarkReadingTime, remarkMath, remarkDiagram, remarkEmoji],
3739
rehypePlugins: [rehypeKatex],
3840
shikiConfig: {

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,52 +16,52 @@
1616
"astro": "astro"
1717
},
1818
"devDependencies": {
19-
"@astrojs/alpinejs": "^0.4.9",
2019
"@astrojs/check": "^0.9.4",
21-
"@astrojs/mdx": "^4.3.6",
22-
"@astrojs/sitemap": "^3.6.0",
23-
"@eslint/markdown": "^7.3.0",
20+
"@eslint/markdown": "^7.4.0",
2421
"@tailwindcss/typography": "^0.5.19",
2522
"@types/alpinejs": "^3.13.11",
26-
"alpinejs": "^3.15.0",
27-
"astro": "^5.14.1",
28-
"astro-robots-txt": "^1.0.0",
2923
"eslint": "^9.37.0",
3024
"eslint-plugin-astro": "^1.3.1",
3125
"eslint-plugin-jsx-a11y": "^6.10.2",
3226
"eslint-plugin-prettier": "^5.5.4",
33-
"exifr": "^7.1.3",
34-
"mdast-util-to-string": "^4.0.0",
3527
"prettier": "^3.6.2",
3628
"prettier-plugin-astro": "^0.14.1",
3729
"prettier-plugin-tailwindcss": "^0.6.14",
38-
"reading-time": "^1.5.0",
39-
"rehype-katex": "^7.0.1",
40-
"remark-emoji": "^5.0.2",
41-
"remark-math": "^6.0.0",
42-
"schema-dts": "^1.1.5",
4330
"typescript": "^5.9.3",
44-
"typescript-eslint": "^8.45.0",
45-
"unist-util-visit": "^5.0.0"
31+
"typescript-eslint": "^8.46.0"
4632
},
4733
"dependencies": {
48-
"@astrojs/markdoc": "^0.15.7",
34+
"@astrojs/alpinejs": "^0.4.9",
35+
"@astrojs/markdoc": "^0.15.8",
36+
"@astrojs/mdx": "^4.3.7",
4937
"@astrojs/rss": "^4.0.12",
38+
"@astrojs/sitemap": "^3.6.0",
5039
"@iconify-json/bi": "^1.2.6",
5140
"@iconify-json/heroicons": "^1.2.3",
5241
"@tailwindcss/vite": "^4.1.14",
42+
"alpinejs": "^3.15.0",
43+
"astro": "^5.14.3",
5344
"astro-icon": "^1.1.5",
5445
"astro-leaflet": "^1.8.1",
5546
"astro-masonry": "^1.2.2",
5647
"astro-mermaid": "^1.1.0",
5748
"astro-plantuml": "^0.1.4",
49+
"astro-robots-txt": "^1.0.0",
5850
"astro-seo": "^0.8.4",
5951
"astro-swiper": "^1.1.0",
52+
"exifr": "^7.1.3",
6053
"hero-patterns": "^2.1.0",
6154
"lunr": "^2.3.9",
55+
"mdast-util-to-string": "^4.0.0",
6256
"photoswipe": "^5.4.4",
6357
"photoswipe-dynamic-caption-plugin": "^1.2.7",
64-
"tailwindcss": "^4.1.14"
58+
"reading-time": "^1.5.0",
59+
"rehype-katex": "^7.0.1",
60+
"remark-emoji": "^5.0.2",
61+
"remark-math": "^6.0.0",
62+
"schema-dts": "^1.1.5",
63+
"tailwindcss": "^4.1.14",
64+
"unist-util-visit": "^5.0.0"
6565
},
66-
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa"
66+
"packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd"
6767
}

0 commit comments

Comments
 (0)