initial commit

This commit is contained in:
Jeremy Baxter 2024-10-02 18:03:28 +13:00
commit 7fabc826c7
12 changed files with 33929 additions and 0 deletions

12
buildconf.d Normal file
View file

@ -0,0 +1,12 @@
/*
* bluetop, a filesystem monitor
* Copyright (c) 2024 Jeremy Baxter.
*/
module buildconf;
enum index = "index.html";
enum mountpoints = ["/", "/boot"];
enum accents = ["#f38ba8", "#89b4fa", "#a6e3a1", "#f9e2af"];
enum backdrops = ["#fac6d4", "#c4dafd", "#d3f2d0", "#fefaf0"];