aboutsummaryrefslogtreecommitdiff
path: root/cmd/within.website
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-26 20:07:06 -0400
committerXe Iaso <me@xeiaso.net>2025-04-26 20:07:06 -0400
commit62665656ffc8c20b7913b64dd14f4739bdcf29e7 (patch)
tree52893728becf4b7cb7b6b21f36d3a030b33ab376 /cmd/within.website
parent0a566abb1557f1a06723564b080061c06afd5de9 (diff)
downloadx-62665656ffc8c20b7913b64dd14f4739bdcf29e7.tar.xz
x-62665656ffc8c20b7913b64dd14f4739bdcf29e7.zip
chore: reformat the world, set up autoformat on commit
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/within.website')
-rw-r--r--cmd/within.website/config.ts30
-rw-r--r--cmd/within.website/yeetfile.js1
2 files changed, 24 insertions, 7 deletions
diff --git a/cmd/within.website/config.ts b/cmd/within.website/config.ts
index e1e4acf..e6dbc2d 100644
--- a/cmd/within.website/config.ts
+++ b/cmd/within.website/config.ts
@@ -27,12 +27,30 @@ const giteaRepo = (name: string, description: string): Repo => {
};
const repos: Repo[] = [
- githubRepo("derpigo", "A Derpibooru/Furbooru API client in Go. This is used to monitor Derpibooru/Furbooru for images by artists I care about and archive them."),
- githubRepo("eclier", "A command router for Go programs that implements every command in Lua. This was an experiment for making extensible command-line applications with Lua for extending them."),
- githubRepo("gcss", "A CSS preprocessor for Go. This is a legacy Go package that I am bringing forward to modern Go standards."),
- giteaRepo("gopher", "A Gopher (RFC 1436) client/server stack for Go applications. This allows users to write custom Gopher clients and servers."),
- githubRepo("ln", "The natural log function for Go: an easy package for structured logging. This is the logging stack that I use for most of my personal projects."),
- githubRepo("x", "Various experimental things. /x/ is my monorepo of side projects, hobby programming, and other explorations of how programming in Go can be."),
+ githubRepo(
+ "derpigo",
+ "A Derpibooru/Furbooru API client in Go. This is used to monitor Derpibooru/Furbooru for images by artists I care about and archive them.",
+ ),
+ githubRepo(
+ "eclier",
+ "A command router for Go programs that implements every command in Lua. This was an experiment for making extensible command-line applications with Lua for extending them.",
+ ),
+ githubRepo(
+ "gcss",
+ "A CSS preprocessor for Go. This is a legacy Go package that I am bringing forward to modern Go standards.",
+ ),
+ giteaRepo(
+ "gopher",
+ "A Gopher (RFC 1436) client/server stack for Go applications. This allows users to write custom Gopher clients and servers.",
+ ),
+ githubRepo(
+ "ln",
+ "The natural log function for Go: an easy package for structured logging. This is the logging stack that I use for most of my personal projects.",
+ ),
+ githubRepo(
+ "x",
+ "Various experimental things. /x/ is my monorepo of side projects, hobby programming, and other explorations of how programming in Go can be.",
+ ),
];
export default repos;
diff --git a/cmd/within.website/yeetfile.js b/cmd/within.website/yeetfile.js
index 85abcf1..bd4a9d5 100644
--- a/cmd/within.website/yeetfile.js
+++ b/cmd/within.website/yeetfile.js
@@ -3,4 +3,3 @@ docker.load("./result");
docker.push(`ghcr.io/xe/x/within-website`);
yeet.run("kubectl", "apply", "-f=manifest.yaml");
yeet.run("sh", "-c", "kubectl rollout restart deployments/within-website");
-