Skip to content

Commit

Permalink
Fix links and adapt name format
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Nov 27, 2024
1 parent 9f43d50 commit 65f5b67
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/alps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To contact CSCS staff directly, users can join their dedicated [Slack channel :m

## Introductory Workshop Material

As an introduction to the Alps infrastructure, the material of our [C2SM workshop "Switching to Alps"](../blog/posts/2024-07-02_switching_to_Alps.md) from August 12, 2024 is available:
As an introduction to the Alps infrastructure, the material of our [C2SM workshop "Switching to Alps"](../posts/2024-07-02_switching_to_Alps.md) from August 12, 2024 is available:

- [Recording :material-download:](https://polybox.ethz.ch/index.php/s/oSxyJgTjyvJKX8B){:target="_blank"}<br>
- [Slides presenting Alps, vClusters and Uenvs :material-download:](https://polybox.ethz.ch/index.php/s/jvtIYkBvHUSGZYD){:target="_blank"}<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2024-07-01_new_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A big advantage of Material for MkDocs is how it helps us keep a consistent styl
- News are managed with the `blog` feature and appear more prominently in the navigation bar
- Table of Content now visible for each site on the right side bar
- Clear distinction between internal and external hyperlinks
- Replaced [Datasets](../../datasets/climate_model_data.md) tables with sections and listings
- Replaced [Datasets](../datasets/climate_model_data.md) tables with sections and listings
- The [source code :material-open-in-new:](https://github.com/C2SM/c2sm.github.io){:target="_blank"} is now public (so you can try it out by yourself)

## Your Thoughts Matter
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2024-08-14_alps.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories:
# New information about the Alps system available

Since the transition from Piz Daint to the new Alps infrastructure is already taking place,
we have added a new navigation section [Alps](../../alps/index.md) to collect all necessary information there.
we have added a new navigation section [Alps](../alps/index.md) to collect all necessary information there.

Most importantly, C2SM users will find details about the new vClusters as well as how to
use User Environments (uenvs) in order to access the software stacks.
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ plugins:
archive: true
archive_dir: ./
archive_url_format: "{date}"
categories_dir: ./
categories_url_format: "{slug}"
post_url_format: "{date}/{slug}"
categories_url_format: "category_{slug}"
post_url_format: "{date}-{slug}"
post_url_date_format: yyyy-MM-dd
extra_css:
- stylesheets/extra.css
theme:
Expand Down

0 comments on commit 65f5b67

Please sign in to comment.