Skip to content

Commit 9350d94

Browse files
committed
fix: update github config yaml
1 parent aece2e0 commit 9350d94

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

config/config_for_github.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ layout:
1313
beamercolor_title: "fg=UniRot"
1414
beamercolor_title_head: "fg=UniRot"
1515

16+
1617
beamercolor_block_title: "bg=UniRot!20,fg=darkred"
1718
beamercolor_block_body: "fg=black, bg=plightgrey2"
1819

@@ -22,10 +23,11 @@ layout:
2223
# The configuration for github needs valid file strings!
2324

2425
course:
25-
date: "datestring" # maybe: "\today"
26+
# sets the slides aspectratio (if outcommented, the default is 43=4:3)
27+
aspectratio: 1609 # - 169 = 16:9
28+
date: "\today" # maybe: "\today"
2629
#title: "" # specifiy your title here, else a default is used.
2730
#subtitle: "" # specifiy your subtitle here, else a default is used.
28-
question: "yes"
2931
# Editors recommendations are a matter of taste and technological
3032
# setups (e.g. on-demand setups). Hence, specify an editor-slide,
3133
# here:
@@ -36,7 +38,9 @@ course:
3638
condarcfile: "common/condarc_mogon.tex"
3739
# the same for admins:
3840
condarc_admins_file: "admin/condarc_mogon.tex"
39-
# the following path will indicate a sample workflow for the user part
41+
# We provide a common software stack to avoid long
42+
# installation sessions.
43+
softwarepath: "software-stack-path"
4044
# if it is defined, the slide set will instruct participants to copy
4145
# it and adapt its configuration and profile.
4246
pathtoworkflow: "/lustre/project/nhr-workflow/workflow"

0 commit comments

Comments
 (0)