minor fixes
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:
viessm_h 2025-04-28 16:25:02 +02:00
parent 45941cb243
commit 53a856af8e
Signed by: viessm_h
GPG Key ID: 0C24C120CDED56F0
4 changed files with 7 additions and 7 deletions

View File

@ -13,12 +13,12 @@ entries:
- title: News - title: News
url: /news.html url: /news.html
output: web output: web
- title: The Production Merlin6 HPC Cluster - title: Merlin7 HPC Cluster (W.I.P.)
url: /merlin6/introduction.html
output: web
- title: The Merlin7 HPC Cluster (W.I.P.)
url: /merlin7/introduction.html url: /merlin7/introduction.html
output: web output: web
- title: Merlin6 HPC Cluster
url: /merlin6/introduction.html
output: web
- title: PSI HPC@CSCS - title: PSI HPC@CSCS
url: /CSCS/index.html url: /CSCS/index.html
output: web output: web

View File

@ -6,7 +6,7 @@ topnav:
# - title: GitHub # - title: GitHub
# external_url: https://github.com/tomjoht/documentation-theme-jekyll # external_url: https://github.com/tomjoht/documentation-theme-jekyll
- title: News - title: News
url: /news url: /news.html
#Topnav dropdowns #Topnav dropdowns
topnav_dropdowns: topnav_dropdowns:

View File

@ -8,7 +8,7 @@ permalink: index.html
![High Performance Computing and Emerging Technologies]({{ "/images/hpce_logo.png" }}){: .center-block .img-responsive width="300px" } ![High Performance Computing and Emerging Technologies]({{ "/images/hpce_logo.png" }}){: .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 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. engages in research activities on technologies (data analysis and machine learning technologies) used on these systems.

View File

@ -12,7 +12,7 @@ folder: news
{% for post in site.posts limit:10 %} {% 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" }} / <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }} /
{% for tag in post.tags %} {% for tag in post.tags %}