~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
da5831d3
—
Peter John 11 months ago
remove github repos
- src/routes/+page.svelte +3 -3
src/routes/+page.svelte
CHANGED
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
<h2>Projects</h2>
|
|
54
54
|
</div>
|
|
55
55
|
<div class="grid grid-cols-1 gap-4 sm:grid-cols-2 sm:gap-8">
|
|
56
|
-
<Slide title="rust-embed" link="https://
|
|
56
|
+
<Slide title="rust-embed" link="https://git.sr.ht/~pyrossh/rust-embed">
|
|
57
57
|
<p>
|
|
58
58
|
A rust proc-macro which loads files into the rust binary at compile time during release
|
|
59
59
|
and loads the file from the fs during dev
|
|
60
60
|
</p>
|
|
61
61
|
</Slide>
|
|
62
|
-
<Slide title="pyrossh.dev" link="https://
|
|
62
|
+
<Slide title="pyrossh.dev" link="https://git.sr.ht/~pyrossh/website">
|
|
63
63
|
{#snippet icon()}
|
|
64
64
|
<div>
|
|
65
65
|
<enhanced:img class="mr-2 w-9 rounded-xl" src={pyrosshPng} alt="pyrossh website" />
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
</span>
|
|
82
82
|
</p>
|
|
83
83
|
</Slide>
|
|
84
|
-
<Slide title="kestrel" link="https://
|
|
84
|
+
<Slide title="kestrel" link="https://git.sr.ht/~pyrossh/plum">
|
|
85
85
|
<p>A statically typed, functional programming language inspired by rust, koka.</p>
|
|
86
86
|
<p>WIP to support compilation to WASM.</p>
|
|
87
87
|
</Slide>
|