···1{{ define "title" }}knots{{ end }}
23{{ define "content" }}
4-<div class="px-6 py-4">
5 <h1 class="text-xl font-bold dark:text-white">Knots</h1>
00000006</div>
78<section class="bg-white dark:bg-gray-800 p-6 rounded relative w-full mx-auto drop-shadow-sm dark:text-white">
···15{{ end }}
1617{{ define "about" }}
18- <section class="rounded flex flex-col gap-2">
19- <p class="dark:text-gray-300">
20- Knots are lightweight headless servers that enable users to host Git repositories with ease.
21- 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.
22- When creating a repository, you can choose a knot to store it on.
23- <a href="https://tangled.sh/@tangled.sh/core/blob/master/docs/knot-hosting.md">
24- Checkout the documentation if you're interested in self-hosting.
25- </a>
26 </p>
27- </section>
0028{{ end }}
2930{{ define "list" }}
···1{{ define "title" }}knots{{ end }}
23{{ define "content" }}
4+<div class="px-6 py-4 flex items-end justify-start gap-4 align-bottom">
5 <h1 class="text-xl font-bold dark:text-white">Knots</h1>
6+7+ <span class="flex items-center gap-1 text-sm">
8+ {{ i "book" "w-3 h-3" }}
9+ <a href="https://tangled.sh/@tangled.sh/core/blob/master/docs/knot-hosting.md">
10+ docs
11+ </a>
12+ </span>
13</div>
1415<section class="bg-white dark:bg-gray-800 p-6 rounded relative w-full mx-auto drop-shadow-sm dark:text-white">
···22{{ end }}
2324{{ define "about" }}
25+<section class="rounded">
26+ <p class="text-gray-500 dark:text-gray-400">
27+ Knots are lightweight headless servers that enable users to host Git repositories with ease.
28+ When creating a repository, you can choose a knot to store it on.
000029 </p>
30+31+32+</section>
33{{ end }}
3435{{ define "list" }}
+14-9
appview/pages/templates/spindles/index.html
···1{{ define "title" }}spindles{{ end }}
23{{ define "content" }}
4-<div class="px-6 py-4">
5- <h1 class="text-xl font-bold dark:text-white">Spindles</h1>
000000006</div>
78<section class="bg-white dark:bg-gray-800 p-6 rounded relative w-full mx-auto drop-shadow-sm dark:text-white">
···15{{ end }}
1617{{ define "about" }}
18- <section class="rounded flex flex-col gap-2">
19- <p class="dark:text-gray-300">
20- Spindles are small CI runners.
21- <a href="https://tangled.sh/@tangled.sh/core/blob/master/docs/spindle/hosting.md">
22- Checkout the documentation if you're interested in self-hosting.
23- </a>
24 </p>
25- </section>
26{{ end }}
2728{{ define "list" }}