Skip to content

Commit 63d31f1

Browse files
committed
Merge remote-tracking branch 'origin/main' into default-snippets
2 parents b91909d + 1940ebb commit 63d31f1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: page
3+
author: Alan O'Cais
4+
comment: Snippet test
5+
---
6+
::: discussion
7+
This is a second snippet that only appears in the backup.
8+
:::

episodes/lesson_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local:
44
bash_shebang: "#!/usr/bin/env bash"
55

66
snippets: HPCC_MagicCastle_slurm
7-
baseurl: "https://jlchang.github.io/probable-pancake/"
7+
baseurl: "https://ocaisa.github.io/probable-pancake/"
88

99
remote:
1010
name: "HPC Carpentry's Cloud Cluster"
@@ -15,7 +15,7 @@ remote:
1515
location: "cluster.hpc-carpentry.org"
1616
homedir: "/home"
1717
user: "yourUsername"
18-
prompt: 'yourUsername@login1 ~]'
18+
prompt: '[yourUsername@login1 ~]'
1919
prompt_work: #"userid@uan01:/work/ta114/ta114/userid>"
2020
module_python3: "Python"
2121
bash_shebang: "#!/bin/bash"

0 commit comments

Comments
 (0)