From ef06686c15c582eff02c66aed8a2cc6b42f72770 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Thu, 14 May 2026 11:23:47 -0400 Subject: [PATCH 1/2] Update. --- .gitmodules | 3 --- docs/_config.yml | 7 ++++--- docs/xdmod-jekyll-theme | 1 - docs/xdmod-rest-schema.json | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 .gitmodules delete mode 160000 docs/xdmod-jekyll-theme diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index b50b738c8d..0000000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "docs/xdmod-jekyll-theme"] - path = docs/xdmod-jekyll-theme - url = https://github.com/ubccr/xdmod-jekyll-theme diff --git a/docs/_config.yml b/docs/_config.yml index bcb1ee47a2..32c31aff78 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -42,7 +42,7 @@ defaults: values: layout: "page" version: "11.5" - prev_sw_version: "11.0.2" + prev_sw_version: "11.0.3" sw_version: "11.5.0" rpm_version: "11.5.0-1" style: "effervescence" @@ -50,8 +50,9 @@ defaults: # Build settings markdown: kramdown -theme_subdir: "/xdmod-jekyll-theme" -gems: +remote_theme: ubccr/xdmod-jekyll-theme@v0.2.0 +plugins: - jekyll-redirect-from + - jekyll-remote-theme whitelist: - jekyll-redirect-from diff --git a/docs/xdmod-jekyll-theme b/docs/xdmod-jekyll-theme deleted file mode 160000 index 2e9cb4bc0b..0000000000 --- a/docs/xdmod-jekyll-theme +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2e9cb4bc0b99ff9fecd3610478bc2199e1c36ea7 diff --git a/docs/xdmod-rest-schema.json b/docs/xdmod-rest-schema.json index 92033933c2..dafdd58020 100644 --- a/docs/xdmod-rest-schema.json +++ b/docs/xdmod-rest-schema.json @@ -16,7 +16,7 @@ layout: null "url": "https://www.gnu.org/licenses/lgpl-3.0.txt" }, "x-logo": { - "url": "https://open.xdmod.org/xdmod-jekyll-theme/assets/images/xdmod_logo.png", + "url": "https://open.xdmod.org/assets/images/xdmod_logo.png", "backgroundColor": "#FFFFFF", "altText": "" }, From b815936f2358beb10e8b46714a45d28f2918615e Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Thu, 14 May 2026 11:35:56 -0400 Subject: [PATCH 2/2] Update. --- docs/_layouts/page.html | 1 - 1 file changed, 1 deletion(-) delete mode 120000 docs/_layouts/page.html diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html deleted file mode 120000 index 1ac2b6e434..0000000000 --- a/docs/_layouts/page.html +++ /dev/null @@ -1 +0,0 @@ -../xdmod-jekyll-theme/_layouts/page.html \ No newline at end of file