Skip to content

TJHSST-Dev-Club/lectures

Repository files navigation

TJ Dev Club Lectures

Requirements

  • Node.js 18+

Install

npm install

Run the dev server

npm run dev -- lectures/example.md

Where to put your slides

  • Put your .md decks in the lectures/ folder.
  • Start each deck with this frontmatter to use this theme from the parent folder:
---
theme: ./../
---

Create a new lecture

cp lectures/example.md lectures/my-talk.md
npm run dev -- lectures/my-talk.md

Export (optional)

  • PDF:
npm run export -- lectures/example.md
  • PNG screenshots:
npm run screenshot -- lectures/example.md

Minimal structure

  • lectures/ — your decks
  • layouts/, components/, styles/, setup/ — theme files

About

TJHSST Dev Club's very own lectures, on GitHub!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors