diff --git a/devbox.lock b/devbox.lock index 248a468..8d2d7c8 100644 --- a/devbox.lock +++ b/devbox.lock @@ -37,6 +37,7 @@ }, "nodejs@latest": { "last_modified": "2023-12-01T12:14:05Z", + "plugin_version": "0.0.2", "resolved": "github:NixOS/nixpkgs/77da99a144cd341408308e0a37622f5edcc6c5ba#nodejs_21", "source": "devbox-search", "version": "21.3.0", diff --git a/src/components/HeaderBar.astro b/src/components/HeaderBar.astro index 8cad29b..586eeb0 100644 --- a/src/components/HeaderBar.astro +++ b/src/components/HeaderBar.astro @@ -4,11 +4,8 @@ import Box from "./Box.svelte"; ---
- - - - -
Universal Blue
+
+
BlueBuild
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index cc407bb..2f051e7 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -8,8 +8,7 @@ export interface Props { } const { title } = Astro.props; -const description = `This is a collection of container images using Fedora's support for OCI/Docker containers as a transport and delivery mechanism for operating system content. - This project's purpose is to be a "kit" for you to derive from to create your perfect image as well as provide high quality images for use as a desktop`; +const description = `BlueBuild image repo creator wizard`; --- diff --git a/src/pages/index.astro b/src/pages/index.astro index 4ac493e..5c70634 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -17,7 +17,7 @@ import Hero from "@sections/Hero.astro"; }); - +
diff --git a/src/pages/stats.astro b/src/pages/stats.astro deleted file mode 100644 index 5f736bb..0000000 --- a/src/pages/stats.astro +++ /dev/null @@ -1,29 +0,0 @@ ---- -import Layout from "@layouts/Layout.astro"; -import HeaderBar from "@components/HeaderBar.astro"; -import PullStats from "@sections/PullStats.svelte"; - -const statsRes = await fetch('https://storage.googleapis.com/ghp-stats/ublue-os/data.json') -const stats = await statsRes.json() ---- - - - - -
- -
- -
-
diff --git a/src/sections/Hero.astro b/src/sections/Hero.astro index bd28b15..8b4482d 100644 --- a/src/sections/Hero.astro +++ b/src/sections/Hero.astro @@ -23,16 +23,6 @@ import Box from "@components/Box.svelte"; Pick or create an image - - - See the stats - - - - - Read the docs - -