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/_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 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": "" },