diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4b64c1a..eaa8b4c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,6 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tinytex: true - version: 1.4.552 - name: Print Quarto version run: quarto --version diff --git a/theme2/SF100/slides.md b/theme2/SF100/commandline-slides.md similarity index 87% rename from theme2/SF100/slides.md rename to theme2/SF100/commandline-slides.md index 00f5250..01f6e73 100644 --- a/theme2/SF100/slides.md +++ b/theme2/SF100/commandline-slides.md @@ -5,9 +5,10 @@ date: last-modified format: revealjs: theme: default + output-file: commandline-slides-revealjs.html beamer: - aspectratio: 32 - navigation: horizontal + # aspectratio: 32 + # navigation: horizontal theme: default --- diff --git a/theme2/SF100/linux-commandline-scripting.md b/theme2/SF100/linux-commandline-scripting.md index 5baa1c3..cc9bf4a 100644 --- a/theme2/SF100/linux-commandline-scripting.md +++ b/theme2/SF100/linux-commandline-scripting.md @@ -1,15 +1,4 @@ ---- -title: Linux, Command Line, and Scripting -# author: Sajith Sasidharan -date: last-modified - -format: - html: default - revealjs: - output-file: slides.html - pdf: - output-file: slides.pdf ---- +# Linux, Command Line, and Scripting The following notes assume that you are all set up to use your accounts on the CLASSE Linux systems. @@ -27,6 +16,16 @@ you might need to know to in order to become a proficient user of the systems. +::: {.callout-note} + +Slides accompanying these notes are available in [HTML][html-slides] +and [PDF][pdf-slides] formats. + +[html-slides]: commandline-slides-revealjs.html +[pdf-slides]: commandline-slides.pdf + +::: + ## Linux Linux is a free and open source operating system known for stability,