File tree 3 files changed +18
-10
lines changed
3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
-
3
2
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'
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ theme: just-the-docs
4
4
5
5
url : https://csc-training.github.io/csc-env-eff
6
6
baseurl : " "
7
+ plugins :
8
+ - jekyll-sitemap
7
9
8
10
aux_links :
9
11
View on GitHub : https://github.com/csc-training/csc-env-eff
@@ -21,3 +23,13 @@ gh_edit_link_text: "Edit this page on GitHub"
21
23
gh_edit_repository : " https://github.com/csc-training/csc-env-eff"
22
24
gh_edit_branch : " master"
23
25
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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permalink: /hands-on/connecting/ssh-puhti.html
20
20
3 . You have now connected to Puhti!
21
21
22
22
💭 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 )
24
24
25
25
💡 From the pinned apps and top menus you can * e.g.* access your files and open some applications or a command-line interface.
26
26
@@ -35,7 +35,7 @@ permalink: /hands-on/connecting/ssh-puhti.html
35
35
💬 Laptops and workstations running Linux typically have SSH installed.
36
36
37
37
Find the Terminal on your computer:
38
- ![ terminal-icon] ( ../../slides /img/terminal_icon1.png )
38
+ ![ terminal-icon] ( ../../_slides /img/terminal_icon1.png )
39
39
40
40
1 . Open a terminal and type (replace ` cscusername ` with your CSC username):
41
41
@@ -81,7 +81,7 @@ ssh cscusername@puhti.csc.fi
81
81
💡 The next time you want to login to Puhti, just select it from the "session" menu on the left.
82
82
83
83
💭 The MobaXterm window looks like this:
84
- ![ terminal-icon] ( ../../slides /img/mobaxterm-login.png )
84
+ ![ terminal-icon] ( ../../_slides /img/mobaxterm-login.png )
85
85
86
86
## In Puhti
87
87
You can’t perform that action at this time.
0 commit comments