Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slides cleanup #13

Merged
merged 10 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading