Skip to content

vivekmahendra/DeanJain-Farewell

 
 

Repository files navigation

PaaC - Presentation as a Code

Presentation Using Markdown, Hosted on GitHub Pages :)

Creating presenations for your application and PaaC it like a geek, how codiful is that!

Idea is to have the presentation built with simple mardown files and embed it within your repo, and demo it from same repo (github pages)!

Getting Started

  • Clone this Repo Template
  • Write your slide deck using Marp Markdown
  • Manage the content of slides in your own Git repo
  • Convert markdown to presentable html format using node/npx command
  • Commit html to git repo and enable github pages via settings tab
  • Blazingly fast delivery on your presentation via Github Pages
  • Sample: https://deanjain.github.io/Presentations/PATTERNS.html

PreReq

Preview deck

Marp for VS Code extension is the best partner for writing Marp slide deck with live preview.

Edit deck

Just edit Your Markdown File!

CodeGen CLI

npx @marp-team/marp-cli -w YourMarkdown.md                            
npx: installed 266 in 30.6s
[  INFO ] Converting 1 markdown...
[  INFO ] YourMarkdown.md => YourMarkdown.html

Deploy on Github Pages

  • Just go to github repo settings and enable the github pages from your root where you have hosted html file, you are now rocking!

Assets and themes

  • assets directory can put your assets for using in the deck. (e.g. Image resources)
  • themes directory can put custom theme CSS. To use in the deck, please change theme global directive.

Other Features

  • export presenation in PDF/PPT/Image format via CLI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.8%
  • Other 0.2%