Skip to content

Commit e886cf5

Browse files
authored
Merge pull request #11 from nesi/mattdev
update branding to reannz
2 parents b35dfa0 + 1540af2 commit e886cf5

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

docs/images/REANNZ_logo.png

116 KB
Loading

docs/stylesheets/extra.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
:root {
2828

2929
/* Default color shades */
30-
--md-default-fg-color: #C9445B;
30+
--md-default-fg-color: #11363E;
3131
--md-default-fg-color--light: #1a0206;
3232
--md-default-fg-color--lighter: rgb(11,33,57,0.5);
3333
--md-default-fg-color--lightest: rgb(11,33,57,0.1);
@@ -39,8 +39,8 @@
3939
*/
4040

4141
/* Primary color shades */
42-
--md-primary-fg-color: #C9445B;
43-
--md-primary-fg-color--light: rgb(35,171,227);
42+
--md-primary-fg-color: #11363E;
43+
--md-primary-fg-color--light: #00B9E4;
4444
--md-primary-fg-color--dark: rgb(11,33,57);
4545
/*
4646
--md-primary-bg-color: rgb(255,255,255);

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
site_name: NeSI Training Environment
2-
site_author: NeSI
1+
site_name: REANNZ Training Environment
2+
site_author: REANNZ
33
site_dir: public
44
site_url: "https://nesi.github.io/training-environment/"
55

@@ -54,8 +54,8 @@ nav:
5454

5555
theme:
5656
name: "material"
57-
logo: images/nesi_logo.png
58-
favicon: images/nesi_logo.png
57+
logo: images/REANNZ_logo.png
58+
favicon: images/REANNZ_logo.png
5959

6060
palette:
6161

vars/ondemand-config.yml.example

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ood_apps:
112112
repo: https://github.com/nesi/training-environment-jupyter-python-app.git
113113
version: 'v0.4.0'
114114
enabled: true
115-
pre_pull: true
115+
pre_pull: false
116116

117117
introshell:
118118
k8s_container: ghcr.io/nesi/training-environment-jupyter-introduction-shell-app:v0.6.0
@@ -128,6 +128,12 @@ ood_apps:
128128
enabled: true
129129
pre_pull: false
130130

131+
mpi:
132+
k8s_container: ghcr.io/nesi/training-environment-mpi-shell-app:v0.2.1
133+
repo: https://github.com/nesi/training-environment-mpi-shell-app.git
134+
version: 'v0.2.1'
135+
enabled: true
136+
pre_pull: false
131137

132138
# this is currently required for containers and nextflow apps to run properly (fakeroot)
133139
# Note: you should probably set to false unless you are running a containers workshop

0 commit comments

Comments
 (0)