Skip to content

The repository for Dasharo User Group presentations is a collection of Markdown files containing the content structured to be rendered using remark.js with 3mdeb's custom remark-templates.

Notifications You must be signed in to change notification settings

Dasharo/presentations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dasharo User Group Presentations

This repository contains presentations from previous Dasharo User Group meetings and scripts related to the creation of content in those presentations.

Historically we used remarkjs with our own remark-remplates, but since DUG#7 we switched to slidev.

Usage

slidev (>= DUG#7)

  • Install npm manager e.g. nvm
  • Use lts version of npm:
nvm install --lts
nvm use --lts
  • Host presentations:
npm run dev -- -p 8000 --remote --force

remarkjs (< DUG#7)

  • Clone repository

  • Initialize submodules

    git submodule update --init --recursive --checkout
  • Run local HTTP server e.g.

    python -m http.server
  • Open content in browser on http://0.0.0.0:8000

Contribution

  • Please feel free to create issues for improvement ideas and bugs, as well as pull requests to fix any issues.

  • Releases will occur quarterly, aligned with the DUG and vPubs schedule.

  • If you intend to provide code improvements, please install all dependencies by running:

    pip install -r requirements.txt
  • Before pushing code for review, ensure that pre-commit run --all-files does not return any issues.

About

The repository for Dasharo User Group presentations is a collection of Markdown files containing the content structured to be rendered using remark.js with 3mdeb's custom remark-templates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project