nit: update my about me + fix node version issue with vinxi
This commit is contained in:
30
package.json
30
package.json
@@ -2,28 +2,28 @@
|
|||||||
"name": "example-with-mdx",
|
"name": "example-with-mdx",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vinxi dev",
|
"dev": "bunx vinxi dev",
|
||||||
"build": "vinxi build",
|
"build": "bunx vinxi build",
|
||||||
"start": "vinxi start",
|
"start": "bunx vinxi start",
|
||||||
"serve": "bunx serve .output/public -l 8085",
|
"serve": "bunx serve .output/public -l 8085",
|
||||||
"preview": "npx http-server ./.output/public"
|
"preview": "npx http-server ./.output/public"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mdx-js/mdx": "^3.1.0",
|
"@mdx-js/mdx": "^3.1.1",
|
||||||
"@solidjs/router": "^0.15.3",
|
"@solidjs/router": "^0.15.4",
|
||||||
"@solidjs/start": "^1.1.1",
|
"@solidjs/start": "^1.3.2",
|
||||||
"@tailwindcss/vite": "4.0.0",
|
"@tailwindcss/vite": "4.0.0",
|
||||||
"@vinxi/plugin-mdx": "^3.7.2",
|
"@vinxi/plugin-mdx": "^3.7.2",
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"prismjs": "^1.29.0",
|
"prismjs": "^1.30.0",
|
||||||
"rehype-prism-plus": "^2.0.1",
|
"rehype-prism-plus": "^2.0.2",
|
||||||
"remark-toc": "^9.0.0",
|
"remark-toc": "^9.0.0",
|
||||||
"solid-js": "^1.9.5",
|
"solid-js": "^1.9.11",
|
||||||
"solid-mdx": "^0.0.7",
|
"solid-mdx": "^0.0.7",
|
||||||
"tailwind-nord": "^1.3.0",
|
"tailwind-nord": "^1.3.0",
|
||||||
"tailwindcss": "4.0.0",
|
"tailwindcss": "4.0.0",
|
||||||
"vinxi": "^0.5.3",
|
"vinxi": "^0.5.11",
|
||||||
"serve": "^14.2.4"
|
"serve": "^14.2.5"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
@@ -31,14 +31,14 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "^1.9.4",
|
"@biomejs/biome": "^1.9.4",
|
||||||
"@mdx-js/rollup": "^3.1.0",
|
"@mdx-js/rollup": "^3.1.1",
|
||||||
"@solidjs/meta": "^0.29.4",
|
"@solidjs/meta": "^0.29.4",
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.27",
|
||||||
"dayjs": "^1.11.13",
|
"dayjs": "^1.11.19",
|
||||||
"rehype-mdx-code-props": "^3.0.1",
|
"rehype-mdx-code-props": "^3.0.1",
|
||||||
"remark-frontmatter": "^5.0.0",
|
"remark-frontmatter": "^5.0.0",
|
||||||
"solid-jsx": "^1.1.4",
|
"solid-jsx": "^1.1.4",
|
||||||
"typed-css-modules": "^0.9.1",
|
"typed-css-modules": "^0.9.1",
|
||||||
"vite": "^6.1.1"
|
"vite": "^6.4.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"title": "Software Developer Engineer Intern",
|
"title": "Software Developer Engineer Intern",
|
||||||
"company": "Amazon Canada",
|
"company": "Amazon",
|
||||||
"location": "Toronto, Ontario, Canada",
|
"location": "Toronto, Ontario, Canada",
|
||||||
"range": "May 2025 - August 2025",
|
"range": "May 2025 - August 2025",
|
||||||
"url": "https://flex.amazon.ca/"
|
"url": "https://flex.amazon.ca/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Software Engineer Intern",
|
"title": "Software Engineer Intern",
|
||||||
"company": "Cisco Canada",
|
"company": "Cisco",
|
||||||
"location": "Remote",
|
"location": "Remote",
|
||||||
"range": "January 2023 - May 2023",
|
"range": "January 2023 - May 2023",
|
||||||
"url": "https://developer.cisco.com/docs/modeling-labs/cat-9000v/"
|
"url": "https://developer.cisco.com/docs/modeling-labs/cat-9000v/"
|
||||||
|
|||||||
@@ -26,8 +26,7 @@ const Homepage = () => {
|
|||||||
<p>Hi, Minh here.</p>
|
<p>Hi, Minh here.</p>
|
||||||
</div>
|
</div>
|
||||||
<p class="mb-1v text-nord-1">
|
<p class="mb-1v text-nord-1">
|
||||||
I'm a Computer Engineering student at Concordia University,
|
I'm a software engineer in Toronto, Ontario, Canada.
|
||||||
Montreal, Canada.
|
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
Things that I'm most passionate about: distributed systems, backend
|
Things that I'm most passionate about: distributed systems, backend
|
||||||
|
|||||||
Reference in New Issue
Block a user