minor fixes
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 7s
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 7s
- update URLs - fix news URL in topnav - fix news post URL on overview page
This commit is contained in:
parent
45941cb243
commit
53a856af8e
@ -13,12 +13,12 @@ entries:
|
||||
- title: News
|
||||
url: /news.html
|
||||
output: web
|
||||
- title: The Production Merlin6 HPC Cluster
|
||||
url: /merlin6/introduction.html
|
||||
output: web
|
||||
- title: The Merlin7 HPC Cluster (W.I.P.)
|
||||
- title: Merlin7 HPC Cluster (W.I.P.)
|
||||
url: /merlin7/introduction.html
|
||||
output: web
|
||||
- title: Merlin6 HPC Cluster
|
||||
url: /merlin6/introduction.html
|
||||
output: web
|
||||
- title: PSI HPC@CSCS
|
||||
url: /CSCS/index.html
|
||||
output: web
|
||||
|
@ -6,7 +6,7 @@ topnav:
|
||||
# - title: GitHub
|
||||
# external_url: https://github.com/tomjoht/documentation-theme-jekyll
|
||||
- title: News
|
||||
url: /news
|
||||
url: /news.html
|
||||
|
||||
#Topnav dropdowns
|
||||
topnav_dropdowns:
|
||||
|
2
index.md
2
index.md
@ -8,7 +8,7 @@ permalink: index.html
|
||||
|
||||
{: .center-block .img-responsive width="300px" }
|
||||
|
||||
The [HPCE group](https://www.psi.ch/en/awi/high-performance-computing-and-emerging-technologies-group) is part of the [PSI Center for Scientific Computing, Theory and Data](https://www.psi.ch/scd)
|
||||
The [HPCE group](https://www.psi.ch/en/awi/high-performance-computing-and-emerging-technologies-group) is part of the [PSI Center for Scientific Computing, Theory and Data](https://www.psi.ch/en/csd)
|
||||
at [Paul Scherrer Institute](https://www.psi.ch). It provides a range of HPC services for PSI scientists and also
|
||||
engages in research activities on technologies (data analysis and machine learning technologies) used on these systems.
|
||||
|
||||
|
@ -12,7 +12,7 @@ folder: news
|
||||
{% for post in site.posts limit:10 %}
|
||||
|
||||
|
||||
<h2><a class="post-link" href="{{ post.url | remove: "/" }}">{{ post.title }}</a></h2>
|
||||
<h2><a class="post-link" href="{{ post.url }}">{{ post.title }}</a></h2>
|
||||
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }} /
|
||||
{% for tag in post.tags %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user