Skip to content

Commit

Permalink
Merge pull request #13 from RENCI-NRIG/slides-cleanup
Browse files Browse the repository at this point in the history
Slides cleanup
  • Loading branch information
sajith authored May 14, 2024
2 parents 6f5dd38 + 9feb536 commit f60e9b8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tinytex: true
version: 1.4.552

- name: Print Quarto version
run: quarto --version
Expand Down
5 changes: 3 additions & 2 deletions theme2/SF100/slides.md → theme2/SF100/commandline-slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
23 changes: 11 additions & 12 deletions theme2/SF100/linux-commandline-scripting.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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,
Expand Down

0 comments on commit f60e9b8

Please sign in to comment.