add forgejo to homepage and update layout

This commit is contained in:
Aaron Honeycutt 2024-11-19 20:42:34 +00:00
parent 3ff0096512
commit 8e8c520fc1

View file

@ -7,8 +7,8 @@
headerStyle = "boxed";
layout = {
media = { style = "row"; columns = 3; };
infra = { style = "row"; columns = 1; };
games = { style = "row"; columns = 1; };
infra = { style = "row"; columns = 3; };
games = { style = "row"; columns = 2; };
};
};
bookmarks = [{
@ -64,6 +64,13 @@
description = "the Nix-based continuous build system";
};
}
{
Forgejo = {
icon = "forgejo.png";
href = "http://100.94.173.5:3001";
description = "a lightweight software forge, with a highlight on being completely free software";
};
}
];
}
{