M content/_index.md => content/_index.md +1 -3
@@ 1,3 1,1 @@
-Here lies the package repositories hosted on nilsu. Currently, we only have a
-repo for [Void Linux](https://voidlinux.org/), but we may add more in the
-future.
+Here lies the package repositories hosted on nilsu.
A content/alpine.md => content/alpine.md +20 -0
@@ 0,0 1,20 @@
+---
+title: "Alpine Linux"
+date: 2024-08-20T12:58:40+12:00
+draft: false
+---
+
+Install the repo the same as any other on alpine; edit your repository list at:
+```
+/etc/apk/repositories
+```
+
+Then write this line in it:
+```
+https://pkg.nilsu.org/alpine/testing
+```
+
+You can list all packages in the repo with `apk list`:
+```
+apk list --from none --repository "https://pkg.nilsu.org/alpine/testing" -a
+```
M content/void.md => content/void.md +0 -3
@@ 22,6 22,3 @@ xpkg -R https://pkg.nilsu.org/void -a
The sources for this repo can be found here:\
https://git.sr.ht/~kota/nilsu-pkg-void
-
-Feel free to write me an email if something needs updated. Bonus points if you
-include the updated template :)
M layouts/_default/list.html => layouts/_default/list.html +5 -0
@@ 10,6 10,11 @@
{{ .Content }}
</div>
{{ end }}
+ <span>
+ Feel free to write us <a href="https://lists.sr.ht/~kota/nilsu">an
+ email</a> if something needs updated. Bonus points if you include the
+ updated template :)
+ </span>
</div>
</body>
{{ end }}