Skip to content

Instantly share code, notes, and snippets.

@jackyliu16
Created November 22, 2023 17:00
Show Gist options
  • Save jackyliu16/936fd99e0478cdc913d0a5365fe3aeeb to your computer and use it in GitHub Desktop.
Save jackyliu16/936fd99e0478cdc913d0a5365fe3aeeb to your computer and use it in GitHub Desktop.
test slides from slidesdown
---
# Metadata about the presentation:
title: Presentation Title
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/tree/main/docs/reveal.js/dist/theme
theme: white
# Code highlighting theme, list of supported themes: https://github.com/slidesdown/slidesdown/tree/main/docs/reveal.js/plugin/highlight
highlight-theme: tokyo-night-dark
# Load font awesome pro icons (only works on domain slidesdown.github.io) free icons work everywhere. If both are enabled the pro icons are loaded
fontawesomePro: true
fontawesomeFree: false
# Show progress bar
progress: true
# Show controls
controls: true
# Center presentation
center: true
# Create separate pages for fragments
pdfSeparateFragments: false
# Full list of supported settings: https://revealjs.com/config/ or
# https://github.com/hakimel/reveal.js/blob/master/js/config.js
---
# My first markdown slideshow
Author: Your Name
<!-- generated with
!deno run --unstable --allow-read --allow-write https://deno.land/x/[email protected]/remark-format.js --maxdepth 2 %
-->
## Agenda
1. Markdown is easy to read
2. Markdown is easy to write
3. Let's use it for presentations
## A horizontal Slide
### A veritical Slide
## More Examples
https://github.com/slidesdown/slidesdown/blob/main/SLIDES.md
---
<h2>The End</h2>
Thank you for your time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment