Initial commit

This commit is contained in:
Thomas Forgione 2020-02-19 16:07:37 +01:00
commit 72a414761e
3 changed files with 22 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
main.pdf

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
all: *.md
marp main.md -o main.pdf
watch:
marp -w main.md -o main.pdf

15
main.md Normal file
View File

@ -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/