From fcf216667640ea0a261f2a769118d5a675029ba0 Mon Sep 17 00:00:00 2001 From: Daniel LaForce Date: Sun, 27 Apr 2025 16:52:01 -0600 Subject: [PATCH] refactor: Rebrand site from LaForceIT to ArgoBox --- astro.config.mjs | 2 +- casestudy.html | 2 +- src/components/404.astro.astro | 6 +- src/components/Footer.astro | 4 +- src/components/Header.astro | 6 +- src/components/HomePage.astro | 6 +- src/config/terminal.js | 46 +- .../configurations/git-symlinks-setup.md | 6 +- src/content/posts/README.md | 2 +- src/content/posts/filebrowser-setup.md | 2 +- src/content/posts/gitea-self-hosted-git.md | 2 +- src/content/posts/quartz-digital-garden.md | 4 +- .../posts/vscode-server-remote-development.md | 6 +- src/layouts/BaseLayout.astro | 4 +- src/layouts/BlogPost.astro | 4 +- src/layouts/deleteBlogPostLayout.astro | 645 ------------------ src/pages/homelab.astro | 2 +- src/pages/index.astro | 2 +- src/pages/projects.astro | 4 +- src/pages/projects/github.astro | 4 +- src/pages/projects/obsidian.astro | 2 +- src/pages/projects/services.astro | 4 +- src/pages/projects/tech-stack.astro | 6 +- src/pages/resources.astro | 2 +- src/pages/resources/config-files.astro | 2 +- src/pages/resources/docker-compose.astro | 2 +- src/pages/resources/iac.astro | 2 +- src/pages/resources/kubernetes.astro | 2 +- src/pages/resources/tutorials.astro | 2 +- src/pages/tech-stack.astro | 6 +- 30 files changed, 72 insertions(+), 717 deletions(-) delete mode 100644 src/layouts/deleteBlogPostLayout.astro diff --git a/astro.config.mjs b/astro.config.mjs index 31edf62..6db0753 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,7 +7,7 @@ import tailwind from '@astrojs/tailwind'; // https://astro.build/config export default defineConfig({ - site: 'https://laforceit-blog.pages.dev', // Your current Cloudflare site + site: 'https://argobox.com', // Updated site URL for ArgoBox output: 'static', // adapter: cloudflare(), // Commented out for local development integrations: [ diff --git a/casestudy.html b/casestudy.html index 2e626d3..926ea36 100644 --- a/casestudy.html +++ b/casestudy.html @@ -126,7 +126,7 @@ diff --git a/src/components/404.astro.astro b/src/components/404.astro.astro index e6496f5..286c94f 100644 --- a/src/components/404.astro.astro +++ b/src/components/404.astro.astro @@ -9,12 +9,12 @@ import Terminal from '../components/Terminal.astro'; const terminalCommands = [ { prompt: "[system@argobox]$ ", - command: "find /var/www/laforceit -name \"requested-page\"", + command: "find /var/www/ArgoBox -name \"requested-page\"", output: ["find: No matches found"] }, { prompt: "[system@argobox]$ ", - command: "grep -r \"requested-page\" /var/www/laforceit", + command: "grep -r \"requested-page\" /var/www/ArgoBox", output: ["No matches found in site content"] }, { @@ -53,7 +53,7 @@ const errorMessages = [ const randomError = errorMessages[Math.floor(Math.random() * errorMessages.length)]; --- - +
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7310eca..dd209e8 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -91,7 +91,7 @@ const services = [ LF
- LaForceIT + ArgoBox