commit 72a414761e4016ef5aece050917c0f65f9546a6f Author: Thomas Forgione Date: Wed Feb 19 16:07:37 2020 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f0de8a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +main.pdf diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4eda722 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +all: *.md + marp main.md -o main.pdf + +watch: + marp -w main.md -o main.pdf + diff --git a/main.md b/main.md new file mode 100644 index 0000000..61434bf --- /dev/null +++ b/main.md @@ -0,0 +1,15 @@ +--- +theme: gaia +_class: lead +paginate: true +backgroundColor: #fff +backgroundImage: url('https://marp.app/assets/hero-background.jpg') +--- + +![bg left:40% 80%](https://raw.githubusercontent.com/marp-team/marp/master/marp.png) + +# **Marp** + +Markdown Presentation Ecosystem + +https://marp.app/