Fix git buttons

This commit is contained in:
2021-01-31 16:06:57 -08:00
parent 56646d55dd
commit 618bd6c407
70 changed files with 425 additions and 8755 deletions

View File

@@ -8,14 +8,17 @@ draft: false
- Pak: A cross-platform wrapper written in go designed to unify package managers. It uses TOML configs to define package managers. Options include commands, shortcuts, root user invocation, root user invocation command, and package manager command.
{{< button-gitea project="pak" text="Pak" color="green" >}}
{{< button-gitlab project="pak" text="Pak" color="OrangeRed" >}}
- Opensend: A program made to share files and websites between computers securely and reliably, written in go, using zeroconf for discovery, AES and RSA for encryption, and Tar + Zstandard for compression.
{{< button-gitea project="opensend" text="Opensend" owner="opensend" color="green" >}}
{{< button-gitlab project="opensend" text="Opensend" color="OrangeRed" >}}
- Statusboard: A full-stack web application that tracks website status written in Swift, Swift Crypto, and the Vapor stack. It uses a tabler web UI for the dashboard, a JSON config to define servers to track, and an SQLite database to keep track of log-ins and show private servers. My instance can be found [here](https://status.arsenm.dev)
{{< button-gitea project="statusboard" text="Statusboard" color="green" >}}
{{< button-gitlab project="statusboard" text="Statusboard" color="OrangeRed" >}}
- Chromebook Linux Audio: A collection of bash scripts to compile and install the required kernel and audio server to enable audio and other chromebook features in a mainline linux distro.

View File

@@ -15,6 +15,7 @@ Opensend uses continuous integration to compile. You can find the binary by clic
Opensend is hosted on Gitea.
{{< button-gitea color="green" project="opensend" owner="opensend" text="Opensend" >}}
{{< button-gitlab project="opensend" text="Opensend" color="OrangeRed" >}}
To download opensend, you can either use the download button on one of the above, or
you can use the git command

View File

@@ -8,11 +8,7 @@ description: "Installing pak"
## Using precompiled binary
Pak uses continuous integration to compile. You can find the binary either by
clicking the CI badge above or by going to the gitlab repo using the button below and
navigating to the releases.
{{< button-gitlab color="OrangeRed" project="pak" text="Pak" >}}
Pak uses continuous integration to compile. You can find the binary by clicking the download badge above.
## Using the AUR
If you are running an arch-based linux distro, you can use the Arch User Repository