From 72a414761e4016ef5aece050917c0f65f9546a6f Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Wed, 19 Feb 2020 16:07:37 +0100 Subject: [PATCH] Initial commit --- .gitignore | 1 + Makefile | 6 ++++++ main.md | 15 +++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 Makefile create mode 100644 main.md 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/