Slidesdown Loader

Presentations at the speed of Markdown

Make your first Slideshow

Get your first slideshow up and running in less than 5 minutes.

  1. Create an empty repository at GitHub.
  2. Add a new file called SLIDES.md.
  3. Copy the following content into the file:
    ---
    # This is a Slidesdown presentation. Learn about Slidesdown at https://slidesdown.github.io
    
    # Metadata about the presentation:
    title: Presentation Title
    subject: My super presentation
    author: Your Name
    date: 2023-01-20
    keywords: some useful keywords
    
    # Presentation settings:
    # URL to favicon
    favicon: /favicon.svg
    # Theme, list of supported themes: https://github.com/slidesdown/slidesdown.github.io/tree/main/vendor/reveal.js/dist/theme
    theme: white
    # URL to JSON file that contains a UnoCSS theme configuration https://unocss.dev/config/theme
    # unocss: /unocss.json
    # Code highlighting theme, list of supported themes: https://github.com/slidesdown/slidesdown.github.io/tree/main/vendor/highlight.js
    highlight-theme: tokyo-night-dark
    
    # Show progress bar
    progress: true
    # Show controls
    controls: true
    # Center presentation
    center: true
    # Create separate pages for fragments
    pdfSeparateFragments: false
    # Loop the presentation
    loop: false
    # Controls automatic progression to the next slide
    # - 0:      Auto-sliding only happens if the data-autoslide HTML attribute
    #           is present on the current slide or fragment
    # - 1+:     All slides will progress automatically at the given interval in milliseconds
    # - false:  No auto-sliding, even if data-autoslide is present
    autoSlide: 0
    # Activate the scroll view (disables 3d navigation), see https://revealjs.com/scroll-view/
    # view: scroll
    # Full list of supported settings:
    # - https://revealjs.com/config/
    # - https://github.com/hakimel/reveal.js/blob/master/js/config.js
    # - https://github.com/slidesdown/slidesdown/blob/main/public/plugin/slidesdown.js#L758
    # UnoCSS styling: https://unocss.dev/interactive/ and https://tailwindcss.com/docs
    # Icons: https://icones.js.org and https://unocss.dev/presets/icons
    ---
    
    # My first markdown slideshow
    
    Author: Your Name
    
    
    
    ## Agenda
    
    1. [A horizontal Slide](#a-horizontal-slide)
    2. [More Examples](#more-examples)
    
    ## A horizontal Slide
    
    - More icons at
      [IcĂ´nes 
    ](https://icones.js.org) notes: - Some - speaker - notes ### A veritical Slide - More class styles at [tailwindcss](https://tailwindcss.com/docs) via [UnoCSS](https://unocss.dev/interactive/) ## More Examples https://github.com/slidesdown/slidesdown/blob/main/SLIDES.md ---

    The End

    Thank you for your time.
  4. Go to the Slidesdown Loader and enter the URL to your repository, e.g. github.com/slidesdown/slidesdown.
  5. Copy the link to your presentation and share it with family, friends and business partners.
  6. Learn more about Markdown's syntax and take a look at the example presentation.