Skip to content

Commit

Permalink
Merge pull request #103 from aaronweeden/update-version-list
Browse files Browse the repository at this point in the history
Update list of supported versions on website.
  • Loading branch information
aaronweeden authored Feb 7, 2024
2 parents b60cdc2 + 43a06af commit 9ef6b05
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 3 deletions.
70 changes: 68 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ github_username: ubccr
github_url: https://github.com/ubccr/xdmod-appkernels
xdmod_module_name: Application Kernels
latest_version: "10.5"
latest_sw_version: "10.5.0"
version_list:
- "10.5"
- "10.0"
unsupported_version_list:
- "10.0"
- "9.5"
- "9.0"
- "8.5"

defaults:
-
Expand Down Expand Up @@ -67,6 +67,72 @@ defaults:
sw_version: "9.5.0"
style: "effervescence"
tocversion: "v9_5toc"
-
scope:
path: "9.0"
type: "pages"
values:
layout: "page"
version: "9.0"
sw_version: "9.0.0"
style: "effervescence"
tocversion: "v9_0toc"
-
scope:
path: "8.5"
type: "pages"
values:
layout: "page"
version: "8.5"
sw_version: "8.5.0"
style: "effervescence"
tocversion: "v8_5toc"
-
scope:
path: "8.1"
type: "pages"
values:
layout: "page"
version: "8.1"
sw_version: "8.1.0"
style: "effervescence"
tocversion: "v8_1toc"
-
scope:
path: "8.0"
type: "pages"
values:
layout: "page"
version: "8.0"
style: "effervescence"
menu_markdown: "8.0/menu.md"
-
scope:
path: "7.5"
type: "pages"
values:
layout: "page"
version: "7.5"
style: "effervescence"
menu_markdown: "7.5/menu.md"
-
scope:
path: "7.0"
type: "pages"
values:
layout: "page"
version: "7.0"
style: "effervescence"
menu_markdown: "7.0/menu.md"
-
scope:
path: "6.6"
type: "pages"
values:
layout: "page"
version: "6.6"
style: "effervescence"
menu_markdown: "6.6/menu.md"

# Build settings
markdown: kramdown
Expand Down
2 changes: 1 addition & 1 deletion xdmod-jekyll-theme

0 comments on commit 9ef6b05

Please sign in to comment.