Finish simpledash docs

This commit is contained in:
2021-04-02 16:11:42 -07:00
parent 7d7eb485fc
commit dc92f7328c
30 changed files with 42 additions and 120 deletions

View File

@@ -18,7 +18,7 @@ draft: false
- Simpledash: A full-stack web application to act as a dashboard for important links and information. It is written mostly in go, other than the SQLite driver for session storage. It is configured via a TOML file called `simpledash.toml`. Passwords are stored as bcrypt hashes.
{{< button-gitea project="simpledash" text="Simpledash" color="green" >}}
{{< button-gitlab project="" text="Simpledash (WIP)" color="OrangeRed" >}}
{{< button-gitlab project="simpledash" text="Simpledash" 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

@@ -1,7 +1,7 @@
---
title: "Installation"
title: "Building"
draft: false
description: "Installing simpledash"
description: "Building simpledash"
---
## Building from source