~repos /website
GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone
https://git.pyrossh.dev/website.git
Discussions:
https://groups.google.com/g/rust-embed-devs
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
Update git clone url
src/layouts/RepoLayout.astro
CHANGED
|
@@ -26,8 +26,8 @@ const { pathname } = Astro.url;
|
|
|
26
26
|
</div>
|
|
27
27
|
</div>
|
|
28
28
|
<h3>
|
|
29
|
-
git clone <a>
|
|
29
|
+
GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone <a>
|
|
30
|
-
https://pyrossh.dev/
|
|
30
|
+
https://git.pyrossh.dev/{title}.git
|
|
31
31
|
</a>
|
|
32
32
|
<span
|
|
33
33
|
data-tooltip="For contributions, please use git patches and send them to my email or the google group [email protected]"
|