~repos /website
git clone
https://pyrossh.dev/repos/website.git
Discussions:
https://groups.google.com/g/rust-embed-devs
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
update Repo message
- src/layouts/RepoLayout.astro +10 -0
src/layouts/RepoLayout.astro
CHANGED
|
@@ -38,6 +38,16 @@ const { pathname } = Astro.url;
|
|
|
38
38
|
color="var(--color-text)"
|
|
39
39
|
/>
|
|
40
40
|
</span>
|
|
41
|
+
<div>
|
|
42
|
+
Discussions:
|
|
43
|
+
<a
|
|
44
|
+
href="https://groups.google.com/g/rust-embed-devs"
|
|
45
|
+
rel="noreferrer"
|
|
46
|
+
target="_blank"
|
|
47
|
+
>
|
|
48
|
+
https://groups.google.com/g/rust-embed-devs
|
|
49
|
+
</a>
|
|
50
|
+
</div>
|
|
41
51
|
</h3>
|
|
42
52
|
<div class="headerExtension">
|
|
43
53
|
<h2>{description}</h2>
|