diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-26 20:07:06 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-26 20:07:06 -0400 |
| commit | 62665656ffc8c20b7913b64dd14f4739bdcf29e7 (patch) | |
| tree | 52893728becf4b7cb7b6b21f36d3a030b33ab376 /cmd/within.website | |
| parent | 0a566abb1557f1a06723564b080061c06afd5de9 (diff) | |
| download | x-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.ts | 30 | ||||
| -rw-r--r-- | cmd/within.website/yeetfile.js | 1 |
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"); - |
