-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhugo.toml
More file actions
170 lines (142 loc) · 4.51 KB
/
Copy pathhugo.toml
File metadata and controls
170 lines (142 loc) · 4.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
baseURL = 'https://www.cirrus.ac.uk'
languageCode = 'en-us'
title = 'Cirrus'
theme = 'universal'
# Site language. Available translations in the theme's `/i18n` directory.
defaultContentLanguage = "en"
# number of words of summarized post content (default 70)
summaryLength = 70
# not pluralize title pages by default
pluralizelisttitles = false
# enable robots
enableRobotsTXT = true
[caches]
[caches.images]
dir = ':cacheDir/images'
# Define the number of posts per page
[pagination]
pagerSize = 10
[params]
dropdown_mouse_over = false
logo = "img/cirrus-small.png"
logo_small = "img/cirrus-icon.png"
style = "cirrus"
date_format = "02 Jan 2006"
about_us = "<p>EPCC provides world-class supercomputing and data services and facilities for science and business.</p>"
copyright = "Copyright (c) 2025, EPCC; all rights reserved."
address = "<p><a href='mailto:support@cirrus.ac.uk' alt='email the Cirrus service desk'>support@cirrus.ac.uk</a></p>"
#########################
# Top level website menu
#########################
# About menu
[menu]
[[menu.main]]
name = "About"
identifier = "menu.about"
url = "/about/"
weight = 1
[[menu.main]]
name = "Overview"
url = "/about/"
weight = 1
parent = "menu.about"
[[menu.main]]
name = "Hardware and Software"
url = "/about/hardware-software/"
weight = 2
parent = "menu.about"
[[menu.main]]
name = "Research"
url = "/about/research/"
weight = 3
parent = "menu.about"
[[menu.main]]
name = "Service Policies"
url = "/about/policies/"
weight = 4
parent = "menu.about"
[[menu.main]]
name = "User Feedback"
url = "/about/feedback/"
weight = 5
parent = "menu.about"
[[menu.main]]
name = "Service News"
url = "/about/news/"
weight = 6
parent = "menu.about"
# Support menu
[[menu.main]]
name = "Support and Access"
identifier = "menu.support"
url = "/support-access/"
weight = 2
[[menu.main]]
name = "Service Status"
url = "/support-access/status/"
weight = 1
parent = "menu.support"
[[menu.main]]
name = "Get Access to Cirrus"
url = "/support-access/access/"
weight = 2
parent = "menu.support"
[[menu.main]]
name = "User Support"
url = "/support-access/user-support/"
weight = 3
parent = "menu.support"
# Documentation menu
[[menu.main]]
name = "Documentation"
identifier = "menu.documentation"
url = "/docs/"
weight = 3
[[menu.main]]
name = "Cirrus Documentation"
url = "/docs/cirrus-docs/"
weight = 1
parent = "menu.documentation"
[[menu.main]]
name = "SAFE Documentation"
url = "https://epcced.github.io/safe-docs/"
weight = 2
parent = "menu.documentation"
# Industry menu
[[menu.main]]
name = "Industry"
identifier = "menu.industry"
url = "/industry/"
weight = 4
# SAFE login link
[[menu.main]]
name = "SAFE Login"
identifier = "menu.safe"
url = "https://safe.epcc.ed.ac.uk"
weight = 5
#########################
# Top level carousel setup
#########################
[params.carouselHomepage]
# All carousel items are defined in their own files
# at 'data/carousel'.
enable = true
auto_play = true
slide_speed = 2000
pagination_speed = 1000
[params.features]
enable = true
text = """
<div class="description">
<img class='front-logos' src='img/logo-set.png' alt='Logos' />
<p class="frontpage">
Cirrus is a state of the art HPC system hosted by <a href='https://www.epcc.ed.ac.uk/' alt='EPCC website'>EPCC</a>
at <a href='https://www.ed.ac.uk' alt='University of Edinburgh website'>the University of Edinburgh</a> that provides
an ideal platform for users in academia and industry to solve their computational, simulation, modelling, and
data science challenges.<br/><br/>
Cirrus is also one of the <a href='https://www.ukri.org/' alt='UKRI website'>UKRI</a> National Compute Resources
and is also supported through the <a href='https://esescityregiondeal.org.uk/' alt='Edinburgh and South East Scotland City Region Deal website'>Edinburgh and South East Scotland City Region Deal</a>.
</p>
</div>
"""
cols = 3 # Default: 3, Available values 2,3,4,6