This repository contains public presentations created by me, @harrybin. The presentations are built using Slidev and are available at: https://presentations.harrybin.dev.
-
Entry Point:
slides.mdfile in the root directory contained an overview of all presentations.- all other presentations are located right beside the
slides.mdfile in the root directory. Such as:devcontainer.mdfor the devcontainer presentation.webappLocalizatuib.mdfor the full-stack devcontainer presentation.
-
Linked Content:
- shared slides can be found in the
special-slidesfolder - special/extracted slides from presentations can be found in the
special-slides/<presentation-name>folder.
- shared slides can be found in the
-
Assets: All images and assets of all slides are located in the
publicfolder. This is the default location for Slidev to look for assets. -
Demo Projects: The
demo-projectsfolder contains demo projects that are used in the presentations. These projects are not part of the Slidev framework but are included for demonstration purposes. (each demo project has its own folder name like the presentation name)