You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/branding/config.ini
+27-24Lines changed: 27 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
[site]
2
2
name = "Unity Cluster"; Name of the website
3
-
url = "https://unity.rc.umass.edu/"; URL of the website
4
-
description = "The Unity Cluster is a shared High-Performance-Computing cluster maintained by UMass Amherst, University of Rhode Island, and UMass Dartmouth"; Description of the website
5
-
logo = "logo.png"
3
+
url = "https://127.0.0.1:8000/"; URL of the website
4
+
description = "The Unity Web Portal is a lightweight HPC cluster front-end"; Description of the website
5
+
logo = "logo.png"; path to logo file, in the webroot/res/branding folder
6
6
7
7
[colors]
8
8
light_background = "#ffffff"; Background color when in light mode
@@ -20,37 +20,40 @@ accent_disabled = "#e48181" ; Disabled element color for element using accent c
20
20
accent_foreground = "#ffffff"; Text color when accent color is background
21
21
22
22
[footer]
23
-
logos[] = "umass.png"; Footer logos (add new lines for each)
24
-
links[] = "https://www.umass.edu/"
25
-
title[] = "University of Massachusetts Amherst"
26
-
logos[] = "uri.png"
27
-
links[] = "https://www.uri.edu/"
28
-
title[] = "University of Rhode Island"
29
-
logos[] = "mghpcc.png"
30
-
links[] = "https://www.mghpcc.org/"
31
-
title[] = "Massachusetts Green High Performance Computing Center"
23
+
logos[] = "testLongFooter.png"; Footer logos (add new lines for each)
24
+
links[] = "https://github.com/"
25
+
title[] = "Test Long Footer"
26
+
logos[] = "testMedFooter.png"
27
+
links[] = "https://github.com/"
28
+
title[] = "Test Medium Footer"
29
+
logos[] = "testSquareFooter.png"
30
+
links[] = "https://github.com/"
31
+
title[] = "Test Square Footer"
32
+
logos[] = "testMedFooter.png"
33
+
links[] = "https://github.com/"
34
+
title[] = "Test Medium Footer"
32
35
33
36
[loginshell]; menu items, Login Shells
34
37
shell[] = "/bin/bash"
35
38
shell[] = "/bin/zsh"
36
39
37
40
[menuitems]; menu items, add a label and link for each
38
-
labels[] = "Documentation"
39
-
links[] = "https://docs.unity.rc.umass.edu/"
41
+
labels[] = "Global Menuitem 1"
42
+
links[] = "https://github.com/"
40
43
41
44
[menuitems_secure]; menu items which only show up for users who have an account
0 commit comments