From 64ccadc9ca3388af5d8537dc48a226f2e428d580 Mon Sep 17 00:00:00 2001
From: Brian Clemens
Date: Tue, 9 Jan 2024 18:55:41 +0900
Subject: [PATCH] Move repo to warewulf org
---
gatsby-config.js | 4 ++--
package.json | 2 +-
src/components/footer.js | 2 +-
src/components/header.js | 2 +-
src/pages/contact.js | 6 +++---
src/pages/getting-started.js | 4 ++--
src/pages/help.js | 2 +-
src/posts/new-site.md | 2 +-
8 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/gatsby-config.js b/gatsby-config.js
index 4ff3f0fc..73c8547c 100644
--- a/gatsby-config.js
+++ b/gatsby-config.js
@@ -1,9 +1,9 @@
module.exports = {
siteMetadata: {
- siteUrl: `https://hpcng.github.io/warewulf-web/`,
+ siteUrl: `https://warewulf.org`,
title: `Warewulf`,
description: `A stateless and diskless container operating system provisioning system for large clusters of bare metal and/or virtual systems.`,
- author: `@ressonix`,
+ author: `@warewulf`,
},
plugins: [
`gatsby-plugin-react-helmet`,
diff --git a/package.json b/package.json
index 171bece5..0c2d8ee0 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
"license": "MIT",
"scripts": {
"build": "gatsby build",
- "deploy": "gh-pages -t -d public -r git@github.com:hpcng/warewulf-web.git",
+ "deploy": "gh-pages -t -d public -r git@github.com:warewulf/warewulf.org.git",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
diff --git a/src/components/footer.js b/src/components/footer.js
index a98c70e4..7eecc347 100644
--- a/src/components/footer.js
+++ b/src/components/footer.js
@@ -25,7 +25,7 @@ const Footer = () => {
))}
- © 2021 HPCng. All rights reserved.
+ © 2023 Warewulf developers. All rights reserved.
);
diff --git a/src/components/header.js b/src/components/header.js
index 47c1e2b1..5539516a 100644
--- a/src/components/header.js
+++ b/src/components/header.js
@@ -54,7 +54,7 @@ function Header({ siteTitle }) {
diff --git a/src/posts/new-site.md b/src/posts/new-site.md
index 3a7b1f1c..03007223 100644
--- a/src/posts/new-site.md
+++ b/src/posts/new-site.md
@@ -9,4 +9,4 @@ title: "New site is live!"
A big thank you to Michael Kinder (https://dotslash.studio/) for developing the new Warewulf website!
-This website is hosted in GitHub (http://www.github.com/hpcng/warewulf-web), and we encourage updates and involvement from the community.
\ No newline at end of file
+This website is hosted in GitHub (http://www.github.com/warewulf/warewulf.org), and we encourage updates and involvement from the community.