diff --git a/appview/pages/templates/repo/empty.html b/appview/pages/templates/repo/empty.html index 9eff2036..e90a21c2 100644 --- a/appview/pages/templates/repo/empty.html +++ b/appview/pages/templates/repo/empty.html @@ -32,8 +32,10 @@

This is an empty repository. To get started:

{{ $bullet := "mx-2 text-xs bg-gray-200 dark:bg-gray-600 rounded-full size-5 flex items-center justify-center font-mono inline-flex align-middle" }} -

1Add a public key to your account from the settings page

-

2Configure your remote to git@{{ $knot }}:{{ .RepoInfo.OwnerHandle }}/{{ .RepoInfo.Name }}

+

1Add an SSH public key to your account from the settings page. + If you don't have one, you can generate a new SSH key pair using the following command: ssh-keygen -t ed25519 -C "you@example.com" +

+

2Configure your remote to git@{{ $knot }}:{{ .RepoInfo.OwnerHandle }}/{{ .RepoInfo.Name }}

3Push!

diff --git a/input.css b/input.css index 5ac9a13e..5f11462c 100644 --- a/input.css +++ b/input.css @@ -70,6 +70,10 @@ details summary::-webkit-details-marker { display: none; } + + code { + @apply font-mono p-1 rounded bg-gray-100 dark:bg-gray-700; + } } @layer components {