Skip to content

Commit db4ea6c

Browse files
committedJan 30, 2024
fixes
1 parent 97231e8 commit db4ea6c

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed
 

‎Gemfile

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
source 'https://rubygems.org'
2-
32
gem 'github-pages', group: :jekyll_plugins
4-
5-
gem "jekyll", "3.9.3" # installed by `gem jekyll`
6-
gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
7-
8-
gem "just-the-docs", "0.7.0" # pinned to the current release
9-
# gem "just-the-docs" # always download the latest release
3+
gem 'jekyll'
4+
gem 'webrick'
5+
gem 'just-the-docs'

‎_config.yml

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ theme: just-the-docs
44

55
url: https://csc-training.github.io/csc-env-eff
66
baseurl: ""
7+
plugins:
8+
- jekyll-sitemap
79

810
aux_links:
911
View on GitHub: https://github.com/csc-training/csc-env-eff
@@ -21,3 +23,13 @@ gh_edit_link_text: "Edit this page on GitHub"
2123
gh_edit_repository: "https://github.com/csc-training/csc-env-eff"
2224
gh_edit_branch: "master"
2325
gh_edit_view_mode: "edit"
26+
27+
collections:
28+
slides:
29+
output: true
30+
31+
just-the-docs:
32+
collections:
33+
slides:
34+
nav_exclude: true
35+
search_exclude: true

‎part-1/prerequisites/ssh-puhti.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permalink: /hands-on/connecting/ssh-puhti.html
2020
3. You have now connected to Puhti!
2121

2222
💭 The Puhti web interface landing page looks like this:
23-
![Puhti web interface](../../slides/img/ood.png)
23+
![Puhti web interface](../../_slides/img/ood.png)
2424

2525
💡 From the pinned apps and top menus you can *e.g.* access your files and open some applications or a command-line interface.
2626

@@ -35,7 +35,7 @@ permalink: /hands-on/connecting/ssh-puhti.html
3535
💬 Laptops and workstations running Linux typically have SSH installed.
3636

3737
Find the Terminal on your computer:
38-
![terminal-icon](../../slides/img/terminal_icon1.png)
38+
![terminal-icon](../../_slides/img/terminal_icon1.png)
3939

4040
1. Open a terminal and type (replace `cscusername` with your CSC username):
4141

@@ -81,7 +81,7 @@ ssh cscusername@puhti.csc.fi
8181
💡 The next time you want to login to Puhti, just select it from the "session" menu on the left.
8282

8383
💭 The MobaXterm window looks like this:
84-
![terminal-icon](../../slides/img/mobaxterm-login.png)
84+
![terminal-icon](../../_slides/img/mobaxterm-login.png)
8585

8686
## In Puhti
8787

0 commit comments

Comments
 (0)
Please sign in to comment.