···11{{ define "title" }}knots{{ end }}
2233{{ define "content" }}
44-<div class="px-6 py-4">
44+<div class="px-6 py-4 flex items-end justify-start gap-4 align-bottom">
55 <h1 class="text-xl font-bold dark:text-white">Knots</h1>
66+77+ <span class="flex items-center gap-1 text-sm">
88+ {{ i "book" "w-3 h-3" }}
99+ <a href="https://tangled.sh/@tangled.sh/core/blob/master/docs/knot-hosting.md">
1010+ docs
1111+ </a>
1212+ </span>
613</div>
714815<section class="bg-white dark:bg-gray-800 p-6 rounded relative w-full mx-auto drop-shadow-sm dark:text-white">
···1522{{ end }}
16231724{{ define "about" }}
1818- <section class="rounded flex flex-col gap-2">
1919- <p class="dark:text-gray-300">
2020- Knots are lightweight headless servers that enable users to host Git repositories with ease.
2121- Knots are designed for either single or multi-tenant use which is perfect for self-hosting on a Raspberry Pi at home, or larger “community” servers.
2222- When creating a repository, you can choose a knot to store it on.
2323- <a href="https://tangled.sh/@tangled.sh/core/blob/master/docs/knot-hosting.md">
2424- Checkout the documentation if you're interested in self-hosting.
2525- </a>
2525+<section class="rounded">
2626+ <p class="text-gray-500 dark:text-gray-400">
2727+ Knots are lightweight headless servers that enable users to host Git repositories with ease.
2828+ When creating a repository, you can choose a knot to store it on.
2629 </p>
2727- </section>
3030+3131+3232+</section>
2833{{ end }}
29343035{{ define "list" }}