Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Slides for workshops on teaching sysadmin skills to students at the University of Hull

License

Notifications You must be signed in to change notification settings

CrimsonTome/sysadmin-workshops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sysadmin-workshops

slides for workshops on teaching sysadmin skills to students at the University of Hull

System requirements

Development

  • edit slides in src/raw-slides/*.md

Building

Node

  • npm run build or
  • npm run buildshell

Or if you are in the repo root:

  • node .

Successful build

> sysadmin-workshops@1.0.0 build
> node src/lib/build.mjs

true

Unsuccessful build

... 
Oh Nos:  Error: ../../output/slides.pptx: openBinaryFile: does not exist (No such file or directory)
...

Note for building

  • If you get a successful build and the output slides do no update properly then the following command should work properly:
    • pandoc src/raw-slides/slides.md -o output/slides.pdf

Note that the above is equivalent to what is ran by calling npm run buildshell

License

sysadmin-workshops is licensed under the Apache 2.0 license. The full license text is included in the LICENSE file in this repository. Tldr legal have a great summary of the license if you're interested.

About

Slides for workshops on teaching sysadmin skills to students at the University of Hull

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published