Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 70d40a6

Browse files
committed
include remote carpentries-theme
1 parent ee8c74c commit 70d40a6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source "https://rubygems.org"
2+
gem "github-pages", group: :jekyll_plugins

_config.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ exclude:
100100
# Turn on built-in syntax highlighting.
101101
highlighter: rouge
102102

103+
# Invoke the Carpentries theme rather than copying into our repository.
104+
remote_theme: carpentries/carpentries-theme
105+
103106
# Local host and scheduler options:
104107
# * workshop_host - The name of the remote system
105108
# * workshop_host_id - A unique string to identify the system (used to name code snippets)
@@ -122,4 +125,5 @@ workshop_sched_id: "ComputeCanada_Graham_slurm"
122125
# workshop_host_login: "login.cirrus.ac.uk"
123126
# workshop_host_location: "EPCC, The University of Edinburgh"
124127
# workshop_host_prompt: "[yourUsername@cirrus-login0 ~]$ "
125-
# workshop_host_homedir: "/lustre/home/tc001"
128+
# workshop_host_homedir: "/lustre/home/tc001"
129+

0 commit comments

Comments
 (0)