Outils pour utilisateurs

Outils du site


tech:creer_une_presentation_type_slides

Créer une présentation type slides

Présentation type slides

Marp

Config

.marprc.yml

#allowLocalFiles: true
options:
  looseYAML: false
  markdown:
    breaks: false
  author: Auteur
#pdf: true
 

theme: default
 
#style: |
#  section {
#    background-color: #ccc;
#  }
#paginate: true
 
# https://git.nicco.io/cupcakearmy/marp-template/src/commit/ae39d54269bb868d151b45f70be40ad0b7cf0e3b/theme.css
theme: ./theme.css

Diapos

---
title: Titre
description: Description
#author: Auteur
keywords: kw1,kw2
#url: https://marp.app/
#image: https://marp.app/og-image.jpg
---

# Titre diapo 1

* Point 1
* Point 2
* Point 3

---

# Titre diapo 2


---

# Titre diapo 3

Themes

theming

Our core engine has 3 built-in themes called default, gaia, and uncover.

https://github.com/marp-team/marp-core/tree/main/themes/

https://rnd195.github.io/marp-community-themes/
beam
	<!-- _class: title --> needs to be specified for the first slide
border
uncover (pas terrible)
academic (marche pas sur demo.marpeditor.com)
graph_paper
rose-pine
rose-pine-moon
gaia

class: 
  - invert
  # - lead
  
<!-- _class: invert -->

<!-- _class: tinytext -->

Autres

Présentation Web

tech/creer_une_presentation_type_slides.txt · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki