eh
This commit is contained in:
parent
6e9486a338
commit
ec8e45011c
|
@ -20,6 +20,7 @@
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
"eslint-plugin-svelte": "^2.35.0",
|
"eslint-plugin-svelte": "^2.35.0",
|
||||||
"mdsvex": "^0.11.0",
|
"mdsvex": "^0.11.0",
|
||||||
|
"phosphor-svelte": "^1.3.0",
|
||||||
"prettier": "^3.1.0",
|
"prettier": "^3.1.0",
|
||||||
"prettier-plugin-svelte": "^3.1.0",
|
"prettier-plugin-svelte": "^3.1.0",
|
||||||
"svelte": "^4.2.5",
|
"svelte": "^4.2.5",
|
||||||
|
@ -27,8 +28,7 @@
|
||||||
"tslib": "^2.6.2",
|
"tslib": "^2.6.2",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.2.2",
|
||||||
"vite": "^4.4.2",
|
"vite": "^4.4.2",
|
||||||
"vite-imagetools": "^6.2.4",
|
"vite-imagetools": "^6.2.4"
|
||||||
"phosphor-svelte": "^1.3.0"
|
|
||||||
},
|
},
|
||||||
"type": "module"
|
"type": "module"
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,13 +22,10 @@ the years I learned and used many programming languages and technologies,
|
||||||
including TypeScript, React, SvelteKit, TailwindCSS, Rust, Docker, SQL, AWS
|
including TypeScript, React, SvelteKit, TailwindCSS, Rust, Docker, SQL, AWS
|
||||||
(DynamoDB, Lambda, EventBridge, ...), and more.
|
(DynamoDB, Lambda, EventBridge, ...), and more.
|
||||||
|
|
||||||
Outside work I build open source software, which is available on my
|
Outside work I build open source software, available on my [Github profile](https://github.com/SeriousBug).
|
||||||
<a href="https://github.com/SeriousBug/" rel="me">Github profile</a>.
|
I showcase some of my proudest projects on my [portfolio](/portfolio).
|
||||||
I showcase some of my proudest projects on my
|
You can also find my [blog](/blog) here where I talk about software I'm using, stuff I'm working on, or solutions to
|
||||||
|
problems I've encountered.
|
||||||
[Portfolio](/portfolio)
|
|
||||||
|
|
||||||
> foo bar
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
picture {
|
picture {
|
||||||
|
|
|
@ -10,7 +10,9 @@ const config = {
|
||||||
vitePreprocess(),
|
vitePreprocess(),
|
||||||
mdsvex({
|
mdsvex({
|
||||||
extensions: ['.md'],
|
extensions: ['.md'],
|
||||||
smartypants: true
|
smartypants: true,
|
||||||
|
remarkPlugins: [],
|
||||||
|
rehypePlugins: []
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue